crypto_vue
crypto_vue copied to clipboard
Trim bundle size (and/or remove unused assets)
So the service worker file generated is a nice chunky 5MB
- If there's room for improvement, will love to explore how we can cut our bundle sizes down to the users
- All the images stored in the
static
folder, are all needed or can we remove some that are unused?
💃 🕺
Yeah I noticed this as well. I've compressed all the image assets already. I've added more images of cryptocurrency logos to the static
folder than the current best ten performing purely to allow a visual display of new cryptocurrencies that may enter the top ten.
Which leaves me to consider eventually hosting all of the assets on an external server as opposed to storing them locally - since I'll be adding even more assets.
Agreed it might definitely make more sense to host them on a server (if there isn't hosting that does it already)