INP problem need help to identify or fix the issue

Zorgh13

Regular Member
Joined
Jun 28, 2021
Messages
470
Reaction score
213
Hi, there,
I have 2 sites with 2 different themes but pretty much the same plugins.
Both have pretty good metrics like on the picture except this INP which always exceeds the norm. After changing the cache plugin, themes etc, I don't understand.
Does anyone have a tool to find out where the problem might be?
I've installed browser extensions like debugbear to test and I get through every time but google rejects me every time...
Thanks for the tips if you have any.
 

Attachments

  • Capture d'écran 2024-08-20 101117.png
    Capture d'écran 2024-08-20 101117.png
    74.6 KB · Views: 101
The screenshot shows INP metric is the main issue, exceeding the recommended threshold. INP Might Be High because of Excessive or inefficient JavaScript.it can delay interaction times. This includes large third-party scripts, animations, or complex DOM manipulations also Long tasks or scripts blocking the main thread can significantly impact the INP. you can break down JavaScript into smaller chunks, loading only what's necessary at first and Ensure that all scripts are minified and compressed.
you can Integrated within Chrome DevTools, this provides a detailed breakdown of performance, highlighting the exact scripts or tasks causing delays.
 
If you’ve already tried changing themes and caching plugins, the issue might be deeper, potentially involving how JavaScript and CSS are handled or server-side factors.
also Check if there are any issues with your hosting provider or server setup that might be contributing to delays. Sometimes, server response times or database queries can impact INP.
Tools like SpeedCurve or Calibre can provide ongoing monitoring and help identify performance regressions or improvements over time.
 
If you’ve already tried changing themes and caching plugins, the issue might be deeper, potentially involving how JavaScript and CSS are handled or server-side factors.
also Check if there are any issues with your hosting provider or server setup that might be contributing to delays. Sometimes, server response times or database queries can impact INP.
Tools like SpeedCurve or Calibre can provide ongoing monitoring and help identify performance regressions or improvements over time.
thank you for tools, i will try.
Server is a high VPS, but i will search too
 
The screenshot shows INP metric is the main issue, exceeding the recommended threshold. INP Might Be High because of Excessive or inefficient JavaScript.it can delay interaction times. This includes large third-party scripts, animations, or complex DOM manipulations also Long tasks or scripts blocking the main thread can significantly impact the INP. you can break down JavaScript into smaller chunks, loading only what's necessary at first and Ensure that all scripts are minified and compressed.
you can Integrated within Chrome DevTools, this provides a detailed breakdown of performance, highlighting the exact scripts or tasks causing delays.
thank you
 
thank you for tools, i will try.
Server is a high VPS, but i will search too
Great, checking the server is a good step. If the VPS is high-quality, the issue might lie in how resources are handled or in specific site configurations. If you need any more help with the tools or have any other questions, feel free to ask! :)
 
Did you solve the problem? I have something similar in INP, but not so high. WP Rocket could not solve it.
 
Back
Top