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

Optimizing dependency bundling for web #402

Open
egekorkan opened this issue Nov 24, 2022 · 1 comment
Open

Optimizing dependency bundling for web #402

egekorkan opened this issue Nov 24, 2022 · 1 comment
Assignees
Labels
web topics about the web package

Comments

@egekorkan
Copy link
Member

Currently, we are serving some packages from our own node_modules and other CDNs in a mixed fashion. This is not optimized at all:

Deploying over Netlify or GH Pages can help with this. A small analysis is needed to understand what the best approach would be, as in bundling or not and where to serve everything from. Our preview builds on Netlify load faster than the actual page...

@egekorkan egekorkan added the web topics about the web package label Dec 1, 2022
@egekorkan
Copy link
Member Author

Actually, some analysis show:

  • Our deployed folder is more than 900MB
  • A fresh install via monorepo is more than 500MB
  • An install as a package is more than 300 MB

We definitely need to reduce this, it is almost absurd...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web topics about the web package
Projects
None yet
Development

No branches or pull requests

2 participants