Skip to content

Commit

Permalink
chore(browser): update fid reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ally-sassman committed Mar 21, 2024
1 parent cc080bc commit 9821328
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -84,8 +84,9 @@ To do this, you need to:
* Optimize bloated JavaScript.
* Look at moving logic server side and/or use web workers to run threads in the background.


Use [Browser session trace information](/docs/browser/browser-monitoring/browser-pro-features/session-traces-explore-webpages-life-cycle/) to understand where your blocking intervals are occurring and for how long they last.

Additional resources:
* [Google's approach to FID optimization](https://web.dev/optimize-fid/).
* [Lighthouse](https://developers.google.com/web/tools/lighthouse) is a tool by Google that runs a synthetic test against a specific page and provides a list of recommendations that include how to optimize CLS.
* [Google's approach to INP optimization](https://web.dev/articles/optimize-inp).
* [Lighthouse](https://developers.google.com/web/tools/lighthouse) is a tool by Google that runs a synthetic test against a specific page and provides a list of recommendations that include how to optimize INP.

0 comments on commit 9821328

Please sign in to comment.