One solution I found to not remove this plugin and continue with the optimizations was to remove the non-critical js rendering through functions.php with the following function:
//remove render blocking from non-critical js
//- unless it is within the WordPress administration interface
//- and except cart_page
function defer_parsing_of_js ( $url ) {
if ( is_admin() ) return $url;
if ( is_cart () ) return $url;
if ( FALSE === strpos( $url, '.js' ) ) return $url;
if ( strpos( $url, 'jquery.js' ) ) return $url;
return "$url' defer ";
}
add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
]]>Thanks,
Tony Hisir
However desktop has an excellent score.
I got Minify turned on and Enable minification of JavaScript files and Enable merging of JavaScript files and Enable minification of CSS files and Enable merging of CSS files
]]>i’m using the elementor pro plugin. Pagespeed for mobile is to low according to google.
Are there settings in elementor i can change to improve pagespeed?
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.topzorggroenveld.nl%2F&hl=en_GB&authuser=1&tab=mobile
advice from tool:
Eliminate render-blocking resources and Reduce unused JavaScript
where can i tweak those in elementor?
]]>I have been using Automize for a while. Overall score is good (green/above 90 on desktop, but on mobile it is not good (c or 70 something.)
FYI: Just installed Async JavaScript to help with the issue, but still get the same message, but when testing in as a user it is now a much better experience (fast).
Kindly advice.
Kind regards,
Yvette
I have one question. I rebuilt our site with speed in mind. With that being said, one issue that sticks out is what appears to a call to a CSS file for this plugin.
wp-content/plugins/rate-my-post/public/css/rate-my-post.css?ver=3.3.2
It’s pulling from a CDN (this file).
So my question, is there a way to eliminate the call for this stylesheet altogether? I’m assuming it would inherit, would it not?
I’m using GeneratePress too, FYI.
Thanks!
]]>How can i Eliminate render-blocking resources, remove unused css and js?
]]>I am using autoptimize as Page Speed insights shows Eliminate render-blocking resources, however I still see I have an Eliminate render-blocking resources issue: https://snipboard.io/4wDgTI.jpg
Here are my settings in the plug in: https://www.loom.com/share/484aed26acf848a399b4444ec3020af5
Why am I still having a Eliminate render-blocking resources issue using this plug in? Is there anything else I need to change?
Best,
Chris
Can WP-Optimize help with these PageSpeed Insights recommendations?
1) Preload key requests
a) https://insights.datamark.net/wp-content/themes/dm/fonts/uni-sans-regular-webfont.woff2
b) https://insights.datamark.net/wp-content/themes/dm/fonts/uni-sans-bold-webfont.woff2
c) https://insights.datamark.net/wp-content/themes/dm/fonts/ProximaNova-Regular.woff
d) https://insights.datamark.net/wp-content/themes/dm/fonts/ProximaNova-Bold.woff
e) https://insights.datamark.net/wp-content/themes/dm/fonts/elusive.woff
f) https://insights.datamark.net/wp-content/themes/dm/fonts/uni-sans-heavy-webfont.woff2
2) Eliminate render blocking resources
a) https://insights.datamark.net/wp-content/cache/wpo-minify/1609434465/assets/wpo-minify-header-69cf3618.min.css
b) https://insights.datamark.net/wp-includes/js/jquery/jquery.js
c) https://insights.datamark.net/wp-content/cache/wpo-minify/1609434465/assets/wpo-minify-footer-7d510e8e.min.css
3) Enable text compression
a) https://insights.datamark.net/wp-content/cache/wpo-minify/1609431425/assets/wpo-minify-header-69cf3618.min.css
b) https://insights.datamark.net/wp-includes/js/jquery/jquery.js
c) https://insights.datamark.net/why-call-centers-once-outsourced-overseas-are-coming-back-to-the-u-s/
d) https://insights.datamark.net/wp-content/cache/wpo-minify/1609431425/assets/wpo-minify-footer-7d510e8e.min.css
e) https://insights.datamark.net/wp-content/cache/wpo-minify/1609431425/assets/wpo-minify-footer-fc820df9.min.js
I’m experiencing performance issues after the last SG Optimizer updates. Resources are blocking the first paint of our page.
https://romaniaprivatetours.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-41411864fbd0853e2e4a56fc6b00d005.css is taking too much disk space.
Hristo (@hristo-sg), is there something that can be done about this? My site speed dropped from A to F on GTmetrix :(.
Thank you very much for all your constant help and support!
Cezarina