futtta on "[Plugin: Autoptimize] Up to 30gb of optimized files ?"
excluding ever-changing JS will most certainly be worth it, as you will have significantly less files in the autoptimize-cache-folder and it will re-use of aggregated JS/CSS in the browser cache....
View Articlefuttta on "[Plugin: Autoptimize] Confict with Dynamic To Top"
If you can open up wp-content/plugins/autoptimize/classes/autoptimizeStyles.php and on line 271 replace //Minify if (class_exists('Minify_CSS_Compressor')) { // legacy $tmp_code =...
View Articlematteoraggi on "[Plugin: Autoptimize] All gith, but after activation the page...
with wordpress 3.8.1 is all gith, but after activatingthis plugin the page wp-admin/plugins.php is white... I tested it on http://www.carlocollodi.it . How to patch it?...
View Articlematteoraggi on "[Plugin: Autoptimize] All gith, but after activation the page...
the plugin page is doing conflict with this plugin: http://wordpress.org/plugins/floating-social-media-icon/ without that plugin it work all well.
View Articleasbchris on "[Plugin: Autoptimize] Cache erros Help PLease"
Hi and thank you for your plugin. I had tried others like w3 Cache, but too advanced for me. Your plugin took me from 30 desktop ranking to 92. Anyways I am just trying to clean up a couple final...
View Articlefuttta on "[Plugin: Autoptimize] All gith, but after activation the page...
Thanks for the info (esp. the 2nd post), I'll see if I can reproduce and if there's anything I can do to fix it.
View Articlefuttta on "[Plugin: Autoptimize] Cache erros Help PLease"
Hi Chris; That is Google saying you have CSS in the head of your page which is not strictly needed (which they don't show if your CSS isn't optimized). There's info on how that can solved in the FAQ,...
View Articlefuttta on "[Plugin: Autoptimize] All gith, but after activation the page...
Just tested "Floating Social Media Icon" together with Autoptimize, but cannot reproduce the "WSOD" (although I must say I find it surprising to see how mush stuff "floating" forces in the...
View Articlefuttta on "[Plugin: Autoptimize] Confict with Dynamic To Top"
Darn, there's a bug in the bugfix ... The correct code is; //Minify if (class_exists('Minify_CSS_Compressor')) { // legacy $tmp_code = trim(Minify_CSS_Compressor::process($code)); } else...
View ArticleRazique on "[Plugin: Autoptimize] Up to 30gb of optimized files ?"
Thanks it's the plugin "commentLuv" that generates a "referrer" string I think. But I cannot exclude the scripts. What is the exact string this field expects? The file only, such as: "commentluv.js"...
View Articlefuttta on "[Plugin: Autoptimize] Up to 30gb of optimized files ?"
I think in this case you don't have to exclude a javascript-file, but rather an inline blog of javascript. So I had a very quick look at commentluv source, I think excluding "cl_settings" might be...
View ArticleRazique on "[Plugin: Autoptimize] Up to 30gb of optimized files ?"
Ok will try How did you figured this one out? I have another that needs to have the JS loaded in the header as well, but I still don't get it where the string to exclude comes from. is it a variable...
View Articlefuttta on "[Plugin: Autoptimize] Up to 30gb of optimized files ?"
well, random (unique) vars in javascript have to be set by php, so the javascript to exclude should either be in the php-code of the plugin or in a JS-file which is generated on the fly by php. I then...
View ArticleRazique on "[Plugin: Autoptimize] Up to 30gb of optimized files ?"
Ok thank you So it's not really a "script" as stated - I'm battling for hours about finding the script name everytime. Maybe two options would be better? something like "path to the script to exclude -...
View ArticleRazique on "[Plugin: Autoptimize] UberMenu Jquery exclusion"
Hi, I'm currently evaluating Autoptimize (that does wonders so far :) ) but I cannot find the proper things to exlude for ubermenu plugin here it is on my website: http://www.fitforlife.fr When I check...
View ArticleRazique on "[Plugin: Autoptimize] Up to 30gb of optimized files ?"
It worked, thank a lot futta
View Articlefuttta on "[Plugin: Autoptimize] UberMenu Jquery exclusion"
you'll need to exclude ubermenu-stuff and also jquery (-min.js or .min.js or .js).
View ArticleRazique on "[Plugin: Autoptimize] UberMenu Jquery exclusion"
Hi futta, I tried a crazy combination of lines but no success :( - uberMenuSettings - hoverIntent.min.js - ubermenu - megaUber - megaMenu - uberMenuSetting - uberMenuStickyettings - ubermenu.sticky.js...
View Articlefuttta on "[Plugin: Autoptimize] UberMenu Jquery exclusion"
but you'll also have to exclude jquery, did you do that?
View Article