What do I need to change in the settings? I have NOT checked the box of WebP converter. And I switched off the AMP extension. Could it be connected to CDN with bunny.net?
]]>I am converting a Magento 2 website to Woocommerce. All works well but I am missing a plugin that I used in Magento. With this plugin you were able to speed up website pages and decrease image sizes. The Magento plugin is this one
Does anybody body know of a similar plugin for Woocommerce?
Thanks
]]>But this one is different! It’s ridiculously simple yet so powerful… annoying even. I mean Litespeed with its 1 million settings and Seraphinite with Install, activate & forget approach. There are no broken layouts, widgets work perfectly well, pages load fast – everything works like a charm. It’s definitely underrated. Support – do you know how much time I had to wait for them to reply? 2 minutes – that’s just wow. Thank you guys!!
]]>WordPress Support is telling me:
After taking a look at this report, I can see Google is reporting that the following URL is not using the https secure protocol:
It seems you are using Google Ads as I saw this set up on the Site Kit plugin by Google: https://carljungdepthpsychologysite.blog/wp-admin/admin.php?page=googlesitekit-dashboard#monetization
In this case, you’ll need to reach out to Google Ads support to ask why this insecure URL is being served. You can contact them on the Help page they have here:
https://support.google.com/google-ads/?hl=en#topic=10286612
Joan
Happiness Engineer @ WordPress.com | Automattic
Thank you in advance for your assistance.
]]>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 );
]]>I was after a bit of advice with my site stjamesengland.com, I have done everything I can think of to get the score to 90 on lighthouse but just can’t get there, the thing that is baffling me the most is that my speed index is 2.9s but my LCP is 5.7s, the LCP is a really small image as well which has been equally as baffling.
I am using the Avada theme and WP Rocket but I am not sure what else I can do, I managed to get it to 87 at one point but the LCP is really bugging me saying there are load delays of 3,900 ms which I find hard to believe.
Any help would be greatly appreciated.
Thank you
Ian
]]>I have just enabled the Google Page Speed feature however after spending a couple of minutes Running Analysis, it then returns a line which just reads “Error : Internal Server Error”. It’s not the whole page that changes, just the line of text where the loading wheel and “Running Analysis. This may take up to 2 minutes.” text previously was.
Hoping you can help.
Cheers, Dan
]]>Can someone please help me with the ideal Autoptimize settings for getting a good Google Page Speed score?
My blog URL is: https://www.bestrowaterpurifier.in
My Google Page Speed score is not good and it is affecting my search rankings.
Thank You!
]]>