Hi,
I manage a website with two sections:
- mysite/product/name (80% of the URLs)
- mysite/category/name (20% of the URLs)
Within my Google Search Console's 'Core Web Vitals' section, the URLs of the 'product' section are good/green, while the 20% of URLs of the 'category' section are yellow (need improvement). The issue seems to be "FID issue: longer than 100ms (mobile)".
Apparently, both 'product' and 'category' sections are built with the same architecture and HTML elements. However, the average FID of the URLs of the 'category' section is 125ms.
I started to analyze the issue to find out the origin of the problem:
- tested with 'PageSpeed Insights', and got always "100" for any URL of the 'category' section, with values of "Total Blocking Time" ranging from 0 to 20ms.
- tested with Chrome's Lighthouse, with same results
- tested with 'web.dev' tool, with same results
I'm not sure how to research the origin of this FID issue. Any tip is appreciated. Thank you.