-
Hi, I originally purchased your theme because it seemed to be the best rated for speed, but not long ago it seems that most of my pages across several wordpress installations on the same domain (ie- https://islandhoppinginthephilippines.com/palawan/) have fallen out of grace with Corel Web Vitals, especially the mobile version, which generates the most traffic, and I was wondering if you could help me figure out the speed problem? I do not remember doing anything on that particular date to negatively affect performance across several installations at once, thank you.
-
Hi there,
I’ll attach the PageSpeed report of your page here for reference:
https://pagespeed.web.dev/analysis/https-islandhoppinginthephilippines-com-palawan/b3up8u1rt2?form_factor=mobileThe main issue here is the LCP, which is affected by the image element. In the image’s HTML, we can see the
lazyload
class and thedata-lazy-sizes
attribute, both of which indicate that the image is being lazy-loaded.Whatever plugin you’re using for lazy loading, adjust its settings to exclude that image, as you don’t want to lazy load images that are above the fold.
Other potential issue: The font–display for the fonts is set to
swap
– I would recommend changing that toauto
.
- You must be logged in to reply to this topic.