radical-doubting / anikultura-frontend

Farmer Dashboard PWA for Anikultura using Angular and Ionic.
MIT License
2 stars 0 forks source link

[Fix] Added gzip compression middleware to server #12

Closed jgarivera closed 2 years ago

jgarivera commented 2 years ago

Proposed changes

Additional context

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.