Describe the bug
Looking at various versions of keymanweb.js, I am concerned about the file size growth. I think we need to try and find ways to bring it back down.
I've listed here the minified file sizes of latest releases for each major version. In particular, we more than doubled the file size between versions 11 and 12.
- 2.0.473: 140KB
- 10.0.103: 202KB
- 11.0.227: 186KB (good work!)
- 12.0.106: 381KB
- 13.0.109: 389KB
- 14.0.154: 435KB
Ideally, we should be at around 150KB or less. That may not be achievable, but I am sure we can improve on what we have. It would be good to understand where the bulk of the growth comes in each version.
Describe the bug
Looking at various versions of keymanweb.js, I am concerned about the file size growth. I think we need to try and find ways to bring it back down.
I've listed here the minified file sizes of latest releases for each major version. In particular, we more than doubled the file size between versions 11 and 12.
Ideally, we should be at around 150KB or less. That may not be achievable, but I am sure we can improve on what we have. It would be good to understand where the bulk of the growth comes in each version.