Skip to content

Bundling Loading Improvements - #345

Open
isakstenstrom wants to merge 1 commit into
fix-cross-compilefrom
bundling-loading-improvements
Open

Bundling Loading Improvements#345
isakstenstrom wants to merge 1 commit into
fix-cross-compilefrom
bundling-loading-improvements

Conversation

@isakstenstrom

Copy link
Copy Markdown
Collaborator
  • Previously, frontend bundles were loaded sequentially in a waterfall, impacting page load performance.
  • Assets are now identified and preloaded at compile time.
  • Preload headers are added to the response, allowing assets to load in parallel without waiting for index.html to be fetched and parsed.
  • This reduces the time required to load the frontend bundles.
  • Tests to verify this behavior have been included.

@isakstenstrom
isakstenstrom force-pushed the bundling-loading-improvements branch from 8b267f6 to 923b2e5 Compare September 2, 2026 07:40
@isakstenstrom
isakstenstrom force-pushed the bundling-loading-improvements branch from 923b2e5 to 3303d5e Compare September 2, 2026 07:41
@isakstenstrom
isakstenstrom force-pushed the bundling-loading-improvements branch from 3303d5e to 148900e Compare September 2, 2026 07:43
- Previously, frontend bundles were loaded sequentially in a waterfall,
  impacting page load performance.
- Assets are now identified and preloaded at compile time.
- Preload headers are added to the response, allowing assets to load
  in parallel without waiting for index.html to be fetched and parsed.
- This reduces the time required to load the frontend bundles.
- Tests to verify this behavior have been included.
@isakstenstrom
isakstenstrom force-pushed the bundling-loading-improvements branch from 148900e to d3acad3 Compare September 2, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants