Frank Goossens on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
I had a look at the screenshots you provided and can indeed confirm your results are consistent with the code as outlined earlier. Taking that into account, I will mark this topic as "resolved", which...
View Articlewildmice on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
Yes, resolved. I'm with you on that. Consistent is good ;) and it seems to be that.
View Articletimholz on "[Plugin: Autoptimize] AO filters break css styles in ie8"
I have to state this more precisely. The conditional filter of course does not work with page caching on.
View ArticleFrank Goossens on "[Plugin: Autoptimize] AO filters break css styles in ie8"
The conditional filter of course does not work with page caching on. indeed, hence my question ;-)
View Articlecoooooool on "[Plugin: Autoptimize] Plugin Problem"
hi The plugin present an error : if (!defined('AUTOPTIMIZE_WP_CONTENT_NAME')) { define('AUTOPTIMIZE_WP_CONTENT_NAME','/wp-content'); } If we changed the wp-content directory to another name in...
View Articlesuperpoincare on "[Plugin: Autoptimize] [Suggest] CSS on the footer"
Hi Frank and Hans, The requestAnimationFrame is actually good. You can even move the script in the header. It loads the CSS async and doesn't block render. The advantage is that it - if put in the head...
View Articlesuperpoincare on "[Plugin: Autoptimize] [Suggest] CSS on the footer"
Or rather body. Inline some and then load the full CSS via requestAnimationFrame: https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery <html> <head> <style>...
View ArticleFrank Goossens on "[Plugin: Autoptimize] [Suggest] CSS on the footer"
So I read up on this a bit and I'm afraid I'm not fully convinced (yet): 1. The code throws errors in (older versions) of MS IE. 2. I've found no examples of this being implemented to load CSS in head,...
View Articlesuperpoincare on "[Plugin: Autoptimize] [Suggest] CSS on the footer"
Frank, Thanks for the reply. Didn't know about the IE 8 errors. Maybe that's sufficient reason to not use it as many people still use Windows 7 and never upgraded their IE from IE 8. Also agree about...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Plugin Problem"
Well, given that WP_CONTENT_FOLDERNAME is not part of WordPress as such (cfr. https://github.com/WordPress/WordPress/search?utf8=%E2%9C%93&q=WP_CONTENT_FOLDERNAME, with the official way to change...
View ArticleSibeesh Venu on "[Plugin: Autoptimize] Leverage Browser Cache"
Does this plugin support leverage browser caching? I always gets this message while I check my page speed in Google. Please reply. Thanks in advance. https://wordpress.org/plugins/autoptimize/
View Articlekustv on "[Plugin: Autoptimize] Plugin breaks the site and makes it even slower"
Hi, I am using Cachify with HDD for caching but also wanted to combine and minify js and css, so I tried your plugin but it breaks certain things in the layout and makes the site load much slower! Is...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Plugin breaks the site and makes it...
Regarding breaking your site; there's nothing that can't be solved with some configuration, have a look at the troubleshooting-section in the FAQ. Regarding AO making your site slower; initial page...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Leverage Browser Cache"
it does for autoptimized CSS/JS-files if you're on Apache (by virtue of a .htaccess file AO writes in wp-content/cache/autoptimize/.htaccess) or when you disable "static file delivery" (so you have...
View ArticleSibeesh Venu on "[Plugin: Autoptimize] Leverage Browser Cache"
Hi thanks a lot for your reply. But I hosted my website in Microsoft azure. In that case , will this works fine. My website is SibeeshPassion.Com.
View ArticleFrank Goossens on "[Plugin: Autoptimize] Leverage Browser Cache"
yes, if you disable static file delivery, switching to dynamic php-files :)
View ArticleKokomo on "[Plugin: Autoptimize] Javascript still has comments"
SOrry about the delay. I put it in the functions.php of my theme
View ArticleSibeesh Venu on "[Plugin: Autoptimize] Leverage Browser Cache"
Hi, can you please help me find out that option in the settings? I could not find any option like "static file delivery".
View ArticleCelso Bessa on "[Plugin: Autoptimize] How to get optimized filenames"
Hello, Frank. Is it possible to get the optimized path/filename for use on another place of the page or elsewhere? For example, if I want to create an cache manifest with this file on it. Thanks in...
View ArticleQuan88 on "[Plugin: Autoptimize] Foobox Lightbox Plugin"
Hi great plugin. Tried your plugin but there is a css file that cannot be optimized which is fooboxV2/css/foobox.noie7.min.css?ver=2.3.2.25. If I cas optimized it, the lightbox goes wrong in Safari...
View Article