strudel
strudel copied to clipboard
code splitting
a ton of traffic could be saved when code splitting individual packages, like tune.js:

it could work to dynamically import packages when needed. not sure how as eval still needs all the available functions from each package..
worth noting that tune.js is gzipped "just" around ~300kB but still pretty large for a non core function
I'll close this.. the issue is not with code splitting but with xen just being large. it is already codesplitted ( it's an extra bundle in the screenshot ). added a note to https://github.com/tidalcycles/strudel/issues/229