Core web vitals

PVD2000

Regular Member
Joined
Apr 27, 2020
Messages
255
Reaction score
94
Hi guys, has anyone ever seen this on the PageSpeed insights report? FID showing as greyed out? I think this is causing all of our core web vitals in search console to say failing.

Anyone able to offer any help or ideas? Greatly appreciated

1628498760919.png
 
Hi guys, has anyone ever seen this on the PageSpeed insights report? FID showing as greyed out? I think this is causing all of our core web vitals in search console to say failing.

Anyone able to offer any help or ideas? Greatly appreciated

View attachment 181766
it could... check your JS to see if some script hangs and keeps loading...


First Input Delay is the amount of time it takes a page to respond to a user the first time they try to do something on the page.
It’s sort of like when you receive a call on your phone. When you hear your phone start to ring you might answer it right away or maybe you have your hands full or you’re in the middle of doing something.

The time between when your phone starts ringing and when you actually move to answer it is the input delay.
 
Thanks for the info, how would I check this part - "it could... check your JS to see if some script hangs and keeps loading..."
 
Thanks for the info, how would I check this part
If you are using the WordPress platform, You can check via Appearance.

Option 2: Check the source by pressing Ctrl+U in most major browsers, you can find the current version of jQuery by searching the HTML.

Remove 3rd Party scripts.

Option 3: You can able to check via Insights too.
 
I use WordPress, not sure where in appearance it would say anything about JS though.

I've no idea what I'd be looking for in the page source.....
 
Yes I see that. Im running WP rocket with a few JS options enabled
 
Nope, no errors listed on the page source code
 
The Core Web Vitals report shows how your pages perform, based on real-world usage data (sometimes called field data). Core Web Vitals and then provide five steps you can implement to make sure your site is in line with this algorithm update:

  1. Reduce Javascript execution
  2. Implement the lazy loading
  3. Optimize and compress images
  4. Provide proper dimensions for images and embeds
  5. Improve server response time
 
Back
Top