Jim_Panse on "[Plugin: Autoptimize] Problem after Update to 1.8.1"
No, unfortunately i have no online testenvironment, so we need to do the debugging on the live site. But if i dont delete the cache, the user won't notice. But you dont. So i can give you the output of...
View Articlefuttta on "[Plugin: Autoptimize] Problem after Update to 1.8.1"
hmmm, there are 2 more versions between 1.7.2 and 1.8.1; 1.7.3 and 1.8.0. Could you try out 1.7.3 and see if that works?
View ArticleJim_Panse on "[Plugin: Autoptimize] Problem after Update to 1.8.1"
1.7.3 -> same problem, nothing happens 1.8.0 -> same problem. Im downloading my FTP Files right now to make a Dev-Environment. Feel free to tell me what to debug and what you need in the meantime.
View Articlefuttta on "[Plugin: Autoptimize] Problem after Update to 1.8.1"
ok, so there's something between 1.7.2 and 1.7.3 which breaks things for you. I'll look into the diffs between those two versions.
View ArticleRick Sportel on "[Plugin: Autoptimize] Very good plugin! Suggestion: option...
Hello, First of all: this plugin rocks! Take a look Woontrendz.nl which works with this powerful configuration: 1. WP Engine hosting 2. MaxCDN content delivery network 3. Autoptimize combine/minify...
View Articlefuttta on "[Plugin: Autoptimize] Very good plugin! Suggestion: option for JS...
Bedankt Rick! I'll add your suggestion to my "to be looked into"-list ;-)
View Articleben52 on "[Plugin: Autoptimize] Defer parsing of JavaScript"
Hi Frank, i disable force in head and now it's ok one question pls. to inline all css i must enqueue all of them in my child theme ??? or i can enqueue only my child css thanks Ben
View Articlefuttta on "[Plugin: Autoptimize] Problem after Update to 1.8.1"
got it; your theme is missing the opening html-tag. as of 1.7.3 this is a requirement for Autoptimize to kick in (to avoid acting on non-html output such as sitemaps or rss-feeds). Add an html-tag in...
View ArticleJim_Panse on "[Plugin: Autoptimize] Problem after Update to 1.8.1"
Actually i have a opening html tag: <!DOCTYPE html> It's the tag for html5. Maybe you can adjust your code to check for this kind of opening html tag?
View Articlefuttta on "[Plugin: Autoptimize] Defer parsing of JavaScript"
when using child themes Autoptimize will read the CSS of the child theme and recursively import other CSS (parent CSS + imports in there as well).
View ArticleJim_Panse on "[Plugin: Autoptimize] Problem after Update to 1.8.1"
Argh, got it, i need a normal <html> tag and before that a declaration of the Doctype. Sorry. Thanks for your help, Dude! EDIT: It is working now! Thank you. :)
View Articlefuttta on "[Plugin: Autoptimize] Problem after Update to 1.8.1"
you're welcome, glad we got that sorted out :-)
View Articlellamaza on "[Plugin: Autoptimize] Conflict javascript deferring with Slick...
Great, it works. Unfortunatelly the jquery script lowers the page insight and gtmetrix scores a lot. I think there's no solution for this situation. Thank you very much.
View Articlefuttta on "[Plugin: Autoptimize] Conflict javascript deferring with Slick...
that's the problem with jquery plugins; some of them require to be loaded early on, but as they require jquery you have to have that in head as well. i steer clear form jquery whenever I can, but i can...
View ArticleRudyboy on "[Plugin: Autoptimize] Still getting Eliminate render-blocking JS...
Frank I am having the exact same issues. I am using WP SuperCache. Remove render-blocking JavaScript: http://maps.google.com/maps/api/js?sensor=false&ver=1...
View Articlefuttta on "[Plugin: Autoptimize] Still getting Eliminate render-blocking JS...
Hi Gary; I'm afraid those all are external css- and js-files, for which autoptimize does not do any aggregation or minification. frank
View ArticleRudyboy on "[Plugin: Autoptimize] Still getting Eliminate render-blocking JS...
Ok. Thanks for your quick response!
View ArticleBigDogSF on "[Plugin: Autoptimize] Header Tags"
Hi...thanks for the excellent plugin. I have two questions: 1. I'm using a jquery slider that is at the top of most of my pages. I noticed that it hangs up sometimes and only loads after the rest of...
View Articlefuttta on "[Plugin: Autoptimize] Header Tags"
1. autoptimize does not interfere with wp_head, but all javascript in head (put there by plugins using wp_head) is aggregated and (by default) loaded later. you could either exclude the slider's...
View Article