Open alan-agius4 opened 4 days ago
I think my biggest concern is that I'm not sure how comfortable I am .toString()-ing a function and parsing out the dynamic import() statement at runtime in a production server.
This only happens during the build, when building the manifest, on a production server the preloads are already extracted.
Enhance performance when using SSR by adding
modulepreload
links to lazy-loaded routes. This ensures that the required modules are preloaded in the background, improving the user experience and reducing the time to interactive.Closes #26484