crypto_vue
crypto_vue copied to clipboard
[Improv] App performance
Some ways to improve app's actual performance
- Certain images are still of 75kb. It appears they haven't been minified.
- Use CSS spritesheet to display logo of cryptocurrencies on first page.
- Using async and defer attributes on script tags which are not needed at loading time.
Hm these are all solid ideas. Noted and will look into improving these when time permits :)