gab81 on "[Plugin: Autoptimize] Some 404s"
Hi there I know .htaccess tho u dont say if its the root's .htaccess or the wpcontent cache's.. i think the root's right?? That code requires manual input.....which would require going to check in the...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Some 404s"
So, I'm back from my holidays, glad you kids are getting along ;-) Put something like this (warning: untested) in wp-content/cache/autoptimize/.htaccess: <IfModule mod_rewrite.c> RewriteEngine On...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Cache folder getting big over time"
Some feedback: 1. huge cache size typically is due to page- or request-specific JS (or CSS) which you should either exclude (see FAQ), or you could tell AO not to aggregate internal JS (or CSS) (see...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Filter"
hi theo; 1. the replacement function (inject_in_html() in /wp-content/plugins/autoptimize/classes/autoptimizeBase.php) indeed has a bug (str_replace has no "limit" optoin, so will probably have to...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Relocating cache folder"
yeah, I think I read somewhere that constants in wp-config.php have to be defined pretty early, that probably was the reason. glad it works :-)
View ArticleFrank Goossens on "[Plugin: Autoptimize] Print css gets into seprate css file"
add "#footer-widgets" (without the quotes) to comma-seperated CSS optimization exclusion list? frank
View Articleecdltf on "[Plugin: Autoptimize] Some 404s"
Thanks for the experimental .htaccess. Currently I’m trying the other approach “making sure the files don't get removed” as you proposed here. I’ve moved out the AO cache folder from the regular cache...
View Articletimholz on "[Plugin: Autoptimize] Filter"
hi Frank Thanks for the info. Yes, it is helpful. All the best for you and your work theo
View ArticleFrank Goossens on "[Plugin: Autoptimize] Some 404s"
removing files by hand won't bother AO a bit :-) frank
View Articledavidroccato on "[Plugin: Autoptimize] Some 404s"
I'm following this discussion because I'm getting lots of 404s from AO too. I'm using siteground supercacher plugin. But I'm not a dev at all to tweak anything inside .htaccess if I'm not 100% sure is...
View Articleecdltf on "[Plugin: Autoptimize] Some 404s"
if I'm not 100% sure is not going to break something else. :S I just copied Frank’s lines into my .htaccess. I’ll let you know if anything goes terribly wrong :-) Here you find some info on what is does.
View Articlegab81 on "[Plugin: Autoptimize] Some 404s"
hi Frank, I have just tested it and tried a direct hit from Google Cache and I get: 410 Gone The requested resource /wp-content/cache/autoptimize/js/autoptimize_xxxxxxxx2595f84404.js is no longer...
View Articlegab81 on "[Plugin: Autoptimize] Cache folder getting big over time"
btw in the .htaccess I noticed that we have Header set Cache-Control "max-age=10672000, must-revalidate" if that means a AO creates a new file every 3 hours (if that's milliseconds), if I increase the...
View Articlemkuzmani on "[Plugin: Autoptimize] Eliminate render-blocking JavaScript and...
Hi, After installing the plugin, he removed lots of JavaScript and CSS blocking but there are more of them. Can you please help me to remove the rest of them website: europe-yachts.net...
View ArticleAndreas on "[Plugin: Autoptimize] the menu on the smartphone disappeared"
Hi Frank, I don't know what has changed from the last version, but since the update it looks like that the whole menu for the mobile version disappeared. In the desktop version everything is fine. Or...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Cache folder getting big over time"
nah, those are seconds and this is used by browsers (or proxies) to determine how long they can cache the autoptimized CSS/ JS. frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] Eliminate render-blocking JavaScript...
Well, you use an important amount of 3rd party services with their own JS and CSS, which AO does not treat as they're external so there's nothing you can do in AO I'm afraid. If you want to improve...
View ArticleFrank Goossens on "[Plugin: Autoptimize] the menu on the smartphone disappeared"
seems like a problem with your theme Andreas; there's no menu even if AO is inactive; https://ayurveda-shunyata-villa.de/?ao_noptimize=1 frank
View ArticleAndreas on "[Plugin: Autoptimize] the menu on the smartphone disappeared"
Hey Frank, thanks for your quick response. I have a menu, when I deactivate Autoptimize. So right now, it's deactivated and it's working. I'm using the same Theme here https://bali-luxury-resort.com...
View ArticleFrank Goossens on "[Plugin: Autoptimize] the menu on the smartphone disappeared"
My bad; I surf with NoScript and forgot to activate JS when testing. Too early for me, I'm afraid ;-) The mobile menu is implemented with JavaScript, using...
View Article