diff --git a/apps/docs/pages/wiki.mdx b/apps/docs/pages/wiki.mdx index 919372d3..92e32654 100644 --- a/apps/docs/pages/wiki.mdx +++ b/apps/docs/pages/wiki.mdx @@ -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 \ No newline at end of file