hi serpevil;;
GPSI does not measure performance, but (tries to) quantify to what extent best practices are followed, where the details are actually more interesting. in this context I would only be able to help you answer your question (and probably help you improve your score) if you at least provide the detailed warnings with and without autoptimize. A URL would be even better 🙂
frank
the warning are the same with and without plug in activated.
can not post url here because is adult content website.
these are the warnings with plug in ON or OFF they are the same.
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Leverage browser caching
Minify JavaScript
Minify HTML
Enable compression
thx.
these are the warnings with plug in ON or OFF they are the same.
but is the detailed description of those warnings the same? do you for example see the same identical JS-fiels listed as being render blocking, or not?
can not post url here because is adult content website.
I consider myself an adult, you can always mail me the URL at futtta-at-gmail-dot-com B-)
you have an email.
thank you
OK, the main problem; you have something (another plugin) that uses the output buffer in such a way that AO only sees part of the HTML. the result is that a lot of JS (and some CSS) is not optimized.
2 solutions:
* disable (and re-enable) plugins one by one until you find the culprit
* download the github-version of AO (overwrite wp-content/plugins/autoptimize with the contents of autoptimize-master in the zipfile) and use this code to active the new “obkiller”;
add_filter('autoptimize_filter_obkiller','__return_true');
once that is done we can look into further improvements.
frank
i only have 4 plugin’s on my wp:
seopressor
autoptimize
wp super cache and WP Performance Score Booster.
when u checked only seopressor , wp supercache and autoptimize was ON.
do any of the active ones conflict with autoptimize ?
`* download the github-version of AO (overwrite wp-content/plugins/autoptimize with the contents of autoptimize-master in the zipfile) and use this code to active the new “obkiller”;
add_filter(‘autoptimize_filter_obkiller’,’__return_true’);
still have to do this?
when i disable autoptimizer and enable WP Performance Score Booster the score only increase by 1 on mobile and desktop.
never disabled wp super cache.
wpsupercache + ao love each other
seopressor; no idea, but that would obviously be the logical guilty one in that case
still have to do this?
if you can’t find the real reason of the full page not being optimized, yep 🙂