Frank Goossens on "[Plugin: Autoptimize] html: margin-top: 32px"
that must be in one of the CSS-files that are being aggregated Gambler0815, there's no CSS that Autoptimize adds by itself. hope this helps, frank
View ArticleJohnny Rukavina on "[Plugin: Autoptimize] Add ability to specify cache folder"
Hi Frank, My bad. I didn't close a comment in my wp-config.php. I have now done so and it works! Sorry for the false alarm.
View ArticleNumber1.0 on "[Plugin: Autoptimize] Jquery Onload does not work..."
Thanks Frank, After digging into the problem, I found out the problem wasn't actually JS, but rather it was the Critical CSS I was using... I created a Stackoverflow post on it ( see here ) Apparently...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Add ability to specify cache folder"
no problem, glad it works as intended ;-)
View ArticleFrank Goossens on "[Plugin: Autoptimize] Jquery Onload does not work..."
you, can, using the API. If you're into that, there's code in autoptimize_helper.php_example that should point you in the right direction :-) frank
View ArticleGambler0815 on "[Plugin: Autoptimize] html: margin-top: 32px"
Hi Frank, yor're right - came from another plugin - thanks for the hint.
View ArticleJohnny Rukavina on "[Plugin: Autoptimize] Optimizing HTML Code causes CPU%...
Hi Frank, Experimenting with autoptimize settings. Optimizing CSS and JS works well. Optimizing HTML (with "Keep HTML comments?" checked because we run Adsense) improves google page speed insights...
View ArticleJohnny Rukavina on "[Plugin: Autoptimize] Optimizing HTML Code causes CPU%...
I should add we did some benchmarking on a development branch of our site and, curiously, found no appreciable difference in CPU% when optimizing CSS/JS/HTML vs. CSS/JS only.
View ArticleFrank Goossens on "[Plugin: Autoptimize] Optimizing HTML Code causes CPU% Spike"
The only difference between HTML vs CSS/JS optimization is that AO caches optimized CSS/JS, but does not cache the minified HTML. So if you would not be running a page caching plugin (or other page...
View Articlecontentyogi on "[Plugin: Autoptimize] Pop up form stops showing on mobile...
We're having trouble getting the pop up form from the guys at wpmudev to work on mobile devices. It seems to work just fine on desktops. Any thoughts or suggestions to fix this? please advice if you...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Pop up form stops showing on mobile...
Hmmm, very little info to go on here, but in general check which JS is used to perform popup when on mobile and try to exclude that (and/or any JS needed by that). Your browser console might show some...
View ArticleAJ @ WpFASTER on "[Plugin: Autoptimize] Functional Instances of...
Hi Frank, hope you're well, I was wondering in what sorts of environments/situations/instances you've been able to get the filter applicable to inlining different 'above-the-fold', critical CSS for...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Functional Instances of...
Hmmm ... in what sense does it break everything?
View ArticleAJ @ WpFASTER on "[Plugin: Autoptimize] Functional Instances of...
In every sense: It 'breaks' access to WP Admin ("white screen of death")/does not actually apply different inlined CSS to the page/post specified in the filter, regardless of the method attempted...
View Articleartinkb on "[Plugin: Autoptimize] How to move optimized render-blocking JS...
Hi. I'm trying to move a render-blocking JavaScript optimized by Autoptimize to bottom of the page but I can't find any feature or option to do it. It's recommended by Google to place it below the fold...
View ArticleFrank Goossens on "[Plugin: Autoptimize] How to move optimized...
it is placed at the bottom of the HTML with defer flag by default, but I guess you have "force JS in head" active. uncheck that option and the optimized JS will not be render blocking. Kind regards,...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Functional Instances of...
I have played with that filter, cfr. the (very simple) example in autoptimize_helper.php_example. In general I place my API-based code (for AO but also others) in a small plugin at...
View Articleartinkb on "[Plugin: Autoptimize] How to move optimized render-blocking JS...
I've disabled the "Force JavaScript in <head>" and it caused the dynamic text in the website with LayerSlider to not work anymore. So I checked the box again. The same thing happens for css and...
View ArticleFrank Goossens on "[Plugin: Autoptimize] How to move optimized...
regarding JS; forcing JS in head indeed makes it render-blocking. the alternative is trying to exclude the layerslide JS from optimization. regarding CSS; there's info on why it is render-blocking and...
View ArticleAJ @ WpFASTER on "[Plugin: Autoptimize] Functional Instances of...
Really looking forward to that! :) Best, AJ
View Article