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
Talk topic will be how to min your js footprint by lazy loading components and other best practices with examples.
Late last year I had to optimise build of the app I work on in UQ the result was:
Before:
main.js is 2.6Mb
After:
Vendor-6c51d8ca6f183b8d83db.min.js - 61.9 KB
Main-6c51d8ca6f183b8d83db.min.js - 189 KB
bundles (under 99KB loading on demand)
The text was updated successfully, but these errors were encountered:
Yo @jannakha, not sure if we've met 🤔 But we would still LOVE for you to continue on this proposal, as lazy loading chunks of application is to this day a great topic that'd benefit others.
Let me know if you'd like to push it forward, or even if you think you won't have the time. Regardless, let's see what we can do with this submission!
Talk topic will be how to min your js footprint by lazy loading components and other best practices with examples.
Late last year I had to optimise build of the app I work on in UQ the result was:
Before:
main.js is 2.6Mb
After:
Vendor-6c51d8ca6f183b8d83db.min.js - 61.9 KB
Main-6c51d8ca6f183b8d83db.min.js - 189 KB
The text was updated successfully, but these errors were encountered: