Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Chunk Size #593

Open
mattwalo32 opened this issue Jan 21, 2024 · 0 comments
Open

Reduce Chunk Size #593

mattwalo32 opened this issue Jan 21, 2024 · 0 comments
Labels
frontend P0 High Priority

Comments

@mattwalo32
Copy link
Collaborator

mattwalo32 commented Jan 21, 2024

The frontend is one big javascript file (~4MB). This causes long load times, especially when used on unreliable networks. We already have the frontend split up into multiple pages in AppContent.tsx. We should make each page it's own bundle by using lazy loading.

@mattwalo32 mattwalo32 added frontend P0 High Priority labels Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend P0 High Priority
Projects
None yet
Development

No branches or pull requests

1 participant