App Directory - too many _next/static/chunks .js requests (code splitting)
Unanswered
Trigg Hound posted this in #help-forum
Trigg HoundOP
Too many _next/static/chunks .js files are requested for an app router based app. Browsers has limits(~10) on parallel HTTP connections for a domain. It seems due to this loading keeps rendering for many seconds before actual content. How to optimise ?