opensheetmusicdisplay / osme

Open Sheet Music Education: A configurable generator for sight reading practice sheets, using OSMD
https://opensheetmusiceducation.org/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Minified js file size too large? can be zipped from 1.3MB to 300KB #14

Closed sschmidTU closed 4 years ago

sschmidTU commented 4 years ago

Shouldn't the minification of a js script reduce the file size by a lot? Maybe the main point is uglification, but it's still strange that zipping the minified js reduces its size from 1.3MB to 312KB.

-> check minification settings

sschmidTU commented 4 years ago

the size mostly comes from OSMD, and we (mostly @bneumann) are already working on reducing the bundle size there, see chore/sizeReduce, with at least a few dozen KB saved already.

Unfortunately we won't quite get the size reduction of zipping of course.