mbainbridge on "[Plugin: Autoptimize] After Wordpress update all content is...
Unfortunately, no. :-( I have disabled the JS optimization feature in the AO plugin, and the site seems to work without issue. So I know 100% it is a JS issue. I started to exclude specific scripts to...
View ArticleFrank Goossens on "[Plugin: Autoptimize] After Wordpress update all content...
well, the theme update is much more likely to have caused this regression than the wp core update, at theme's can have a lot of (changed) JS in them some misc. pointers regarding JS optimization...
View Articlembainbridge on "[Plugin: Autoptimize] After Wordpress update all content is...
Thanks for the tips Frank!! As to you fourth idea, is there a way to exclude the entire JS directory from my parent theme? Or do I need to add the names of the JS individually to the exclude list?
View Articlestellamaris5 on "[Plugin: Autoptimize] Inlining all CSS bad for SEO?"
Hi Frank, thanks for the awesome plugin. Please could you confirm one thing for me. I've ticked the box to inline all CSS as the advice message applies to me. Low visitors etc. Now I've been told that...
View ArticleFrank Goossens on "[Plugin: Autoptimize] After Wordpress update all content...
"themes/Total/js/" (without the quotes) should do it. frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] Inlining all CSS bad for SEO?"
Hi stellamaris5; I see no reason to assume that inlining CSS impacts SEO; it seems highly unlikely (well, impossible seems more appropriate) that Google or others would consider inlined CSS as content...
View ArticleSlams on "[Plugin: Autoptimize] More options for CDN url"
One more query to database :) But have another bug with cdn rewrite and css images. I've got static.site.com/wp-content/themes/name/images/sprite.png not static.site.com/images/sprite.png as I need and...
View ArticleFrank Goossens on "[Plugin: Autoptimize] More options for CDN url"
we'll just continue here :-) Do you have the option "Generate data: URIs for images?" active? AO currently only CDN's images in the CSS if that option active and the files are to big to be inlined. frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] More options for CDN url"
One more query to database :) No, as by default options are autoloaded by WP and thus immediately available and if an option is not autoloaded, it will be cached after first db-query :-) Smart guys,...
View Articlestellamaris5 on "[Plugin: Autoptimize] Inlining all CSS bad for SEO?"
Thank you for your advice - this clarifies it a lot!
View Articleitayyab0o1 on "[Plugin: Autoptimize] Conflict with a plugin"
Hi there, I have tried after adding scripts to exclude list but its not working, The scripts I have added to exclude list are not being shown in the source of the page. Please help!
View ArticleFrank Goossens on "[Plugin: Autoptimize] Conflict with a plugin"
Sure. What URL can I check + can you copy/paste the exact string in "Exclude scripts from Autoptimize"? frank
View Articleitayyab0o1 on "[Plugin: Autoptimize] Conflict with a plugin"
s_sid,smowtion_size,sc_project,WAU_,wau_add,comment-form-quicktags,edToolbar,ch_client,seal.js,wpfblbox.js,magicsuggest-min.js,jquery.jazz-popup.js This is the exact string in "Exclude scripts from...
View Articleitayyab0o1 on "[Plugin: Autoptimize] Conflict with a plugin"
https://wordpress.org/plugins/facebook-page-like-popup-box/ wpfblbox.js,magicsuggest-min.js,jquery.jazz-popup.js These scripts belong to the above plugin
View Articleitayyab0o1 on "[Plugin: Autoptimize] Conflict with a plugin"
I have also tried this string s_sid,smowtion_size,sc_project,WAU_,wau_add,comment-form-quicktags,edToolbar,ch_client,plugins/facebook-page-like-popup-box,seal.js
View ArticleFrank Goossens on "[Plugin: Autoptimize] Conflict with a plugin"
jquery.js (or jquery.min.js or jquery-min.js) will need to be excluded as well itayyab0o1. frank
View Articlethefitrv on "[Plugin: Autoptimize] MANY 404 errors - but ONLY from googlebot"
Thanks for the quick reply! I don't do as much development as I used to, but I could probably give #3 a shot. Ideally, it would work only in /wp-content/cache/autoptimize/, and also only for Googlebot....
View ArticleFrank Goossens on "[Plugin: Autoptimize] MANY 404 errors - but ONLY from...
Great! wp-content/cache/autoptimize/.htaccess would be the right place for the 404 to be handled, but you can make the change to wp-content/plugins/autoptimize/classes/autoptimizeCache.php, which...
View Articlethefitrv on "[Plugin: Autoptimize] MANY 404 errors - but ONLY from googlebot"
It has to do with the WP Super Cache setting "Clear all cache files when a post or page is published or updated." I have that enabled because we often need other pages re-cached when we update. With it...
View ArticleFrank Goossens on "[Plugin: Autoptimize] MANY 404 errors - but ONLY from...
no, I don't consider that a bug in WPSC really, it's a feature :-) you could use AO's API to change the place where AO's cache is kept, awau from the overzealous WPSC, cfr. example code in the FAQ?
View Article