Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fix your INP core web vital #9487

Open
andyvan-ph opened this issue Sep 27, 2024 · 3 comments
Open

How to fix your INP core web vital #9487

andyvan-ph opened this issue Sep 27, 2024 · 3 comments
Labels

Comments

@andyvan-ph
Copy link
Contributor

Summary

Suggested by @Lior539

◦ Install CoreWebVitals GitHub library
◦ Use event capture to capture INP metrics
◦ Write HogQL query to view insights for 50th, 75th, 90th percentile
◦ Enable session replays to pinpoint problematic interactions
◦ Solve it
▪︎ If react, use suspense, dynamic etc.
▪︎ Show spinners

@pauldambra
Copy link
Member

No, don't do that..

◦ Install CoreWebVitals GitHub library
◦ Use event capture to capture INP metrics
◦ Write HogQL query to view insights for 50th, 75th, 90th percentile

turn on web vitals autocapture in posthog and use all our querying power

@pauldambra
Copy link
Member

@Lior539
Copy link
Contributor

Lior539 commented Sep 30, 2024

Some more details:

Its basically converting this post into a posthog tutorial - https://www.remoterocketship.com/advice/how-i-debugged-and-fixed-inp

Format:

  • Enable web vitals autocapture
  • Enable session replay
  • Capture web vital events
  • Create dashboard to view
  • Create replay playlist with filters
  • Tips on common ways to fix (like in my blog)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants