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
These are something I think we might want to consider:
Host all third-party JS/CSS files by ourselves so that the browser would only need one connection. Given that we use CloudFront I think there wouldn't be any problem regarding the additional load.
We have a bunch of JS libraries that are not necessarily needed on every single page, so we can include them only when they're needed.
Move the JS loading part from the header to the bottom of HTML so that they don't block page rendering.
There two unused fonts. We can remove them.
Optimize the CloudFront caching configuration, especially as our entire website is static and the browser shouldn't really reload any resources.
We load a lot of JS and other things, try to make page loading faster
The text was updated successfully, but these errors were encountered: