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
Asked
Active
Viewed 118 times