I've been optimizing WordPress sites for a while (mostly WooCommerce and Elementor builds) and wanted to share a few things that consistently moved the needle on load times, in case it helps someone else:
Lazy-loading offscreen images plus converting to WebP cut LCP noticeably on image-heavy pages.
Disabling unused Elementor widgets/features from the settings panel (not just plugins) trimmed a surprising amount of JS.
A good object cache (Redis if your host supports it) made a bigger difference than switching page cache plugins ever did.
Auditing render-blocking fonts, self-hosting Google Fonts instead of loading from Google's CDN, helped with both speed and a bit of privacy compliance.
Curious what's worked for others, especially on WooCommerce stores with a lot of product images. Any tools you'd recommend for ongoing monitoring besides PageSpeed Insights and GTmetrix?
[link] [留言]