gregogun/portfolio-v2

total blocking time affecting FCP

Opened this issue · 0 comments

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