You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently app....css is ~1MB. Most of this is not used, e.g., the flags. Also many bootstrap etc styles are not used. Can we remove them?
Chrome audit shows some room for optimization...
The text was updated successfully, but these errors were encountered:
removing the flags part from css resulted more than 10-fold decrease in file size. and the speed index got to orange. we only need 3 flag icons. better remove the node component - it seems to be far too heavy.
Currently app....css is ~1MB. Most of this is not used, e.g., the flags. Also many bootstrap etc styles are not used. Can we remove them?
![image](https://user-images.githubusercontent.com/14974887/52781857-44bbf480-3056-11e9-8482-da907149ec8f.png)
Chrome audit shows some room for optimization...
The text was updated successfully, but these errors were encountered: