How to Fix Poor Mobile LCP Performance on WooCommerce Site with Sage, Tailwind CSS, and LiteSpeed Cache? [closed]
How to Fix Poor Mobile LCP Performance on WooCommerce Site with Sage, Tailwind CSS, and LiteSpeed Cache? [closed]
How to Fix Poor Mobile LCP Performance on WooCommerce Site with Sage, Tailwind CSS, and LiteSpeed Cache? [closed]
First I would visit a single file in the browser, like an image file, to see if the server loads that quickly or not. If the image loads slowly, you will know it is a server speed problem. But if the image is fine, most likely there will be a PHP code slowing the website … Read more
There are plenty of ways to improve the speed of your WordPress site Irrespective of theme/ plugins you have used. Add caching plugin supercache which will show tremendous decrease in the speed loading time of your site. Put Following script in your sites .htacces file # BEGIN EXPIRES ExpiresActive On ExpiresDefault “access plus 10 days” … Read more
I suspect that even though the site is using a server-side page caching plugin, some part of WordPress still loads, and that delays the server’s response time. Static files will always be very fast, because there’s very little processing to be done. Recommend reading articles on web.dev regarding optimizing the main thread. Start with this … Read more
As for my personal projects, I try to have as few plugins as possible. I often go with the Block Theme Creator and ACF, and try to make my own plugins for my precise task when possible (I’ll not reinvent Yoast SEO but could do some registration moderation in admin, for example). I could read … Read more
How to optimize recaptcha__en.js
Very long initial loading (20sec)
What kind of data that 3rd part dependencies using?
A simple solution (although not followed by good practices) would be to use a CACHE plugin. This will use an image of your HTML and you will not have to execute your process every time. If you want to improve the performance of the PHP file, you should find the root of the problem, that … Read more
How can we remove “unused”/no long used calls when loading the homepage?