1

In my project I'm measuring performance of next.js and have a high total blocking time. Typicaly "framework" chunk took more than 50ms multiple times. From what I've read that this chunk represents react/react-dom js files. Does it mean that my pages took long time to render/have a lot of rerendering and this is considered as long tasks. Also, why i have repeatin framework long tasks ? And how to reduce this total blocking time tasks. Tech stack of the project

  • next.js 13.2.4
  • react /react-dom: 18.2.0
  • react-query: 3.39.4
  • tailwindcss
  • typescript. enter image description here
Jonas
  • 121,568
  • 97
  • 310
  • 388

0 Answers0