Frank Goossens on "[Plugin: Autoptimize] CSS issues"
so if I can figure out how to use css to recenter the header just like you did with the color, would that solve the issue? yep :) And is inlining good or bad for optimization and speed? if the amount...
View Articleruddyred on "[Plugin: Autoptimize] Does cdn help with large file?"
Hi again, I read your post here, http://blog.futtta.be/2014/03/19/how-to-keep-autoptimizes-cache-size-under-control-and-improve-visitor-experience/, I noticed that my xyz.js file changes with every...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Does cdn help with large file?"
no, because W3TC would empty the CDN-cache, but not the cache on your origin server. instead try to exclude the page specific JS (cfr. that blogpost) or alternatively add the PHP code to tell AO not to...
View ArticlejealousGod on "[Plugin: Autoptimize] conflict with Share Buttons by AddToAny"
We add their short code [addtoany] to our WooCommerce product pages at the product descriptions.
View ArticleFrank Goossens on "[Plugin: Autoptimize] conflict with Share Buttons by...
ah .. could you copy/paste the HTML generated by that a2a-shortcode on your WC-product page here (without AO being active)?
View ArticleFrank Goossens on "[Plugin: Autoptimize] conflict with Share Buttons by...
removed the normal a2a-display and threw the shortcode in this test-page, still can't reproduce the problem; http://futtta.be/wordpress/blog/2015/04/21/example-for-jill/ any specific options passed to...
View ArticlejealousGod on "[Plugin: Autoptimize] conflict with Share Buttons by AddToAny"
No specific options, just as installed. The error was probably theme dependent, so consider this issue resolved. Thanks for looking into it.
View Article12AX7 on "[Plugin: Autoptimize] Add support for .woff files?"
No worries, just throught I'd ask ;-)
View Articleajberasategui on "[Plugin: Autoptimize] Uninstalling"
HI Frank, I've been trying your plugin but I now need to deactivate it. It did so, but the site is still requesting the css files from autoptimize cache folder (wp-content/cache/autoptimize). Could you...
View Articleajberasategui on "[Plugin: Autoptimize] Uninstalling"
Sorry, It was my browser's cache. Cosider it closed.
View ArticleFrank Goossens on "[Plugin: Autoptimize] Uninstalling"
AO changes the HTML it gets from the output buffer and then returns it. When AO is removed, all goes back to normal, except if the returned HTML is cached by e.g. a caching plugin, in which case you...
View Articlepeacesong on "[Plugin: Autoptimize] cache mushrooms to 13GB"
Hi, On several sites this plugin has been GREAT! On another site that has a lot of posts (about 20,000 posts) the cache hovers around 500M-800M... however, twice in the last 2 months the cache grew to...
View ArticleFrank Goossens on "[Plugin: Autoptimize] cache mushrooms to 13GB"
hi peacesong; this is caused by page (or even request)-specific JS being inserted by a plugin, which results in the aggregated JS being different each time so the cached version cannot be used. you can...
View ArticleThomas Maier on "[Plugin: Autoptimize] Conflict with AdSense inline css and...
Hi, a user of my Advanced Ads plugin was not able to use a responsive AdSense banner with manual sizing while using Autoptimize. Manual sizing is basically a css block placed directly above the ad. The...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Conflict with AdSense inline css and...
Hi Thomas; Do you have control over how manual sizing inline CSS block is added? Could you wrap it in the noptimize-tag? frank
View ArticleThomas Maier on "[Plugin: Autoptimize] Conflict with AdSense inline css and...
Hi Frank, there are two workflows here. a) I create the css block automatically using options from other option fields. b) the user enteres the full code (ad tags + css) into the content field. Maybe...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Conflict with AdSense inline css and...
so in (a) you have inline CSS that is added to the HTML? indeed just wrap that in noptimize-tags and all will be well. frank
View Article