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

Web Vitals Performance Audit #276

Open
mikhael28 opened this issue Jul 4, 2022 · 1 comment
Open

Web Vitals Performance Audit #276

mikhael28 opened this issue Jul 4, 2022 · 1 comment

Comments

@mikhael28
Copy link
Owner

Let's see where we are in terms of our Core Web Vitals - let's take a review of our LCP (Largest Contentful Paint), FID (First Input Delay) and CLS (Cumulative Layout Shift).

There are a couple of different reporting tools we can use - the simplest is to run console.log inside the reportWebVitals function, and manually check the console for performance. The other is to run an audit using the PageSpeedInsights resource https://pagespeed.web.dev/ and the CoreWebVitals report https://support.google.com/webmasters/answer/9205520 and the Chrome User Experience Report https://developers.google.com/web/tools/chrome-user-experience-report and of course, running a Lighthouse test.

When running these tests, we should theoretically be logged in so that test can account for initialFetch load times, etc.

If you are interested in this ticket, then work through the resources mentioned in the ticket and upload screenshots/text showing the results of the various audits and we can then discuss next steps.

@mikhael28
Copy link
Owner Author

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

No branches or pull requests

1 participant