Closed jgarivera closed 2 years ago
The bundle size of main.js is ~433 kB when uncompressed. Adding gzip compression to the server has decreased main.js bundle size to ~127 kB. This is a 70.67% reduction and a total of 306 kB was shed off.
main.js
Proposed changes
Additional context
The bundle size of
main.js
is ~433 kB when uncompressed. Adding gzip compression to the server has decreasedmain.js
bundle size to ~127 kB. This is a 70.67% reduction and a total of 306 kB was shed off.