Skip to content

Commit

Permalink
docs(wiki): add sections on minimizing main-thread work and web vitals
Browse files Browse the repository at this point in the history
  • Loading branch information
1chooo committed Dec 3, 2024
1 parent c3a1550 commit 4226a4c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/docs/pages/wiki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,14 @@ Next.js provides a convenient way to generate a web app manifest dynamically usi

- [xml](https://www.npmjs.com/package/xml)
- [rss](https://www.npmjs.com/package/rss)

## Minimize main-thread work

How to minimize the "Minimize main-thread work" in nextjs? [#19436](https://github.com/vercel/next.js/discussions/19436)

How to minimize main thread work in React Component https://aatifbandey.medium.com/reduce-main-thread-work-in-react-component-a90c9bc1d9b3

## Web Vitals

https://github.com/luciancah/nextjs-ko/blob/7f67677d32f7247d0d468f1b3e1bceb43a6e03bd/pages/docs/app/building-your-application/optimizing/analytics.mdx#L17
https://github.com/axiomhq/next-axiom/tree/0ad6cf706dc154b17bd65e11d850a8c2b710db61/src/webVitals

0 comments on commit 4226a4c

Please sign in to comment.