You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we load A LOT of js on EVERY page, its something like 268 kB first load base. So we need to work on reducing that. A basic strategy is to lazy load the stuff we don't immediately need.
Problem
We have a very large first load js size!
Projects
Website
Any Alternatives?
n/a
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
General Idea
Currently we load A LOT of js on EVERY page, its something like
268 kB
first load base. So we need to work on reducing that. A basic strategy is to lazy load the stuff we don't immediately need.Problem
We have a very large first load js size!
Projects
Website
Any Alternatives?
n/a
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: