lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.57k stars 414 forks source link

Automatic tracking of `ui.js` size #7148

Open infinite-persistence opened 2 years ago

infinite-persistence commented 2 years ago

The current code-splitting is a manual process, where we have to lazy-import and wrap components with <Suspense> -- something which we don't have a habit of doing yet during development due to time constraints. It also requires lots of testing to ensure if the lazy-load did have an impact, doesn't break, etc.

Or any better ideas?

kauffj commented 2 years ago

@tzarebczan please transfer