user9437856
user9437856

Reputation: 2388

First Input Delay and Interaction to Next Paint showing N/A in the google pagespeed

I am checking my website on google PageSpeed and getting 97 scores. Also, core web vitals is also showing passed.

But why I am getting First Input Delay and Interaction to Next Paint N/A?

Is there any issue with my code or do I have to change some settings?

enter image description here

Upvotes: -1

Views: 918

Answers (1)

Barry Pollard
Barry Pollard

Reputation: 46040

Not all pages will have any interaction from users. For example a simple blog site, may just have readers who open the article, scroll (which doesn't count toward FID nor INP) to read the page, and then leave the page happy.

FID and INP are therefore optional in terms of Core Web Vitals - as you say your Core Web Vitals Assessment still says: Pass.

Upvotes: 0

Related Questions