I have done a lot of work to make my site pass the Core Web Vitals test. On desktop, all pages easily pass everything. On mobile, all pages pass the CLS and LCP tests. But on mobile, the home page still does not pass FID (First Input Delay).
The EasyDigging(dot)com home page SHOULD be passing mobile FID.
- It has ZERO external JS. (we even removed Google Analytics)
- It has minimal CSS.
- It has lazy-loaded images.
But both Google Search Console and PageSpeed Insights says it has an FID of 227ms on mobile (on desktop, FID is only 3ms)
Here is the link to PageSpeed Insights report for the home page:
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.easydigging.com%2F&tab=mobile
Here is the link to the WebPageTest.org report (Dulles, VA - Moto G6 - Chrome – 3GFast)
https://www.webpagetest.org/result/210429_AiDc7C_ae0feaef5f6c4e0364ffe5e92eec3c4e/
Please take a look at the reports and tell me your ideas on how to fix the mobile FID.
Thanks!
Greg
One difference I just noticed is that the home page does have some “Organizational Schema” at the very bottom, in an inline script with type=“application/ld+json” Could that cause a FID problem?