theunvarnished on "[Plugin: Autoptimize] Excluding js files from autooptimize"
Thank you Frank. I have worked through the procedure in the link and seems to be working so far. I have noticed that I get different results when I exclude myjsfile.js versus when I just specify...
View Articlefuttta on "[Plugin: Autoptimize] Excluding js files from autooptimize"
well, autoptimize does string comparisons, so if myjsfile might match more then myjsfile.js (e.g. if you have /wp-content/plugins/myjsfile/myjsfile.js and /wp-content/plugins/myjsfile/ohterjsfile.js)....
View ArticleFrankBukowski on "Anti-Malware scan is flagging some autoptimize files"
Hey Frank, thanks for letting me know. Cheers Frank
View Articlelenau on "[Plugin: Autoptimize] CSS and JS files are ignored during...
Hi, I tested the plugin on my local developer installation and it worked great. I got all CSS and JS minified and combined. When I moved to my production setup, however, the plugin seems to ignore most...
View Articlefuttta on "[Plugin: Autoptimize] CSS and JS files are ignored during...
Weird Stefan. My best guess, based on above information, is that AO has a mismatch between the hostname in the CSS/JS-url and the hostname in the URL returned by content_url(), in which case AO does...
View Articlelenau on "[Plugin: Autoptimize] CSS and JS files are ignored during...
You're right. I tried without the HTTPS plugin and everything got minified. Any tips for a fix? The HTTPS plugin is required because without everything else breaks. If there is no clean solution, it...
View Articlefuttta on "[Plugin: Autoptimize] CSS and JS files are ignored during...
I think the problem is Autoptimize runs before the HTTPS plugin. So the solution would be to make HTTPS run sooner or AO run later. Could you open up wp-content/plugins/autoptimize/autoptimize.php and...
View Articlelenau on "[Plugin: Autoptimize] CSS and JS files are ignored during...
I tried it but it has no effect. It gives the same results with most CSS and JS scripts being ignored.
View Articlefuttta on "[Plugin: Autoptimize] CSS and JS files are ignored during...
Darn ... Just to be sure; did you remove all cache-files (esp. page caching plugin or in nginx if that has a cache)? frank
View Articlelenau on "[Plugin: Autoptimize] CSS and JS files are ignored during...
I don't use any caching plugins and I clicked "Save and emtpy cache" in AO. I also tried several times turning AO's HTML minifiying on and off to check if the HTML served is not a stale version but the...
View Articlefuttta on "[Plugin: Autoptimize] CSS and JS files are ignored during...
OK, in that case I'll post a code edit for the getpath-function here one of the following days, stay tuned ;-)
View Articlelenau on "[Plugin: Autoptimize] CSS and JS files are ignored during...
Thanks so much for your help. It seems not just the software itself is first class but also the support that comes with it. It's very much appreciated!
View Articlelenau on "[Plugin: Autoptimize] CSS and JS files are ignored during...
Thanks so much for your help. It seems not just the software itself is first class but also the support that comes with it. It's very much appreciated!
View Articlefuttta on "[Plugin: Autoptimize] CSS and JS files are ignored during...
What is the form of the JS/CSS URL's with "http plugin" disabled?
View Articlelenau on "[Plugin: Autoptimize] CSS and JS files are ignored during...
The resources CSS and JS appear as "http://" without the HTTPS plugin. <script type='text/javascript'...
View ArticlePaok on "[Plugin: Autoptimize] Still getting Eliminate render-blocking JS and...
Hi Frank Ive kind of the same problem here but I use WP super cache , I enabled the cache on option but I dont really know what else should i do, could you give me some advise? Optimize CSS Delivery of...
View Articlefuttta on "[Plugin: Autoptimize] Still getting Eliminate render-blocking JS...
Morning Poak; The google-fonts-one can't be solved by autoptimize, as ao only works on local css/js. for the autoptimize-css; you could inline your css (which in some cases does and in some does not...
View Articlefuttta on "[Plugin: Autoptimize] CSS and JS files are ignored during...
OK, that at least confirms the problem is with the getpath-function. I'll probably have a draft alternative for that tomorrow or Monday-morning.
View ArticlePaok on "[Plugin: Autoptimize] Still getting Eliminate render-blocking JS and...
Thank you Frank I'll take a look on it :)
View ArticleRobert on "[Plugin: Autoptimize] Fix for Simple Lightbox not working with...
To get Simple Lightbox working with Google Chrome 36.x I added handler.image.js to the Exclude scripts list. Simple Lightbox works fine with the latest versions of IE, Firefox, Safari, etc. but without...
View Article