Closed gustaveWPM closed 11 months ago
Before:
├ ● /[locale]/[categ]/[subcateg]/[slug] 11.3 kB 133 kB
Now:
├ ● /[locale]/[categ]/[subcateg]/[slug] 6.36 kB 129 kB
Fixed in: https://github.com/Tirraa/dashboard_rtm/commit/fbb1de30f571c8f6cac765ad12f556c3ee6943d4
The bundle size of the
/[categ]/[subcateg]/[slug]
route is too big. This is because it is shipped with ALL the blog posts.Maybe I could improve it with subcategories lazy loading (without breaking the static generation).