portfolio-v2
portfolio-v2 copied to clipboard
total blocking time affecting FCP
The problem: The total blocking time (due to large amounts of unused js) is potentially affecting the site load time/First Contentful Paint.
Steps to fix:
- Inspect coverage tab in Chrome devtools to find source of large unused js
Check out this helpful article/demo on code splitting in Next.js