dnbradio / dnbradio-player

The dnbradio web-player
GNU General Public License v3.0
8 stars 1 forks source link

Need to reduce overall package size #37

Closed keybrdist closed 7 months ago

keybrdist commented 1 year ago

Use Vue package analyzer to find ways to reduce the overall package size.

Goal is to speed up 1st load times for new visitors.

keybrdist commented 1 year ago

@leonidlewis are you familiar with using Package Analyzer to optimize node modules?

leonidlewis commented 1 year ago

I previously utilized webpack-bundle-analyzer to optimize the node_modules in my project. With your permission, I'd like to attempt to optimize the current project now