I always have a bad mobile page speed, but usually, the core web vitals passes ok. I checked today and it no longer passes. It looks like it’s failing on the Largest Contentful Paint. I was wondering if anyone has any suggestions on how to improve it?
Hey Han, this is a great question - One that I’ve been struggling with personally. I’m not certain what goes into this but I’m hoping commenting and putting some activity on this spurs some conversation on this
it had to wait 8.0 seconds for the other stuff you have to finish.
If you stuff things on your website you must always think how to delay or lazy load. If that fails, weigh up is it worth it verses the performance hit taken.
You require 40 file request to show the initial viewport on your mobile.
Bonus tips, for the font used to display the LCP change it from swap (yes I have scanned the page) to fallback. Remove as many interactions as you can and use the most efficient one. Some require huge amounts of code.