diff --git a/.changeset/metal-impalas-brake.md b/.changeset/metal-impalas-brake.md new file mode 100644 index 00000000000..4505d9615f5 --- /dev/null +++ b/.changeset/metal-impalas-brake.md @@ -0,0 +1,10 @@ +--- +"remix": patch +"@remix-run/dev": patch +--- + +Optimize `parentRouteId` lookup in `defineConventionalRoutes` + +Local runs of production Remix builds: +- Realistic project w/ 700 routes: 10-15s -> <1s (>10x faster) +- Example project w/ 1,111 routes: 27s -> 0.104s (259x faster)