-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Description
Just opened the website and noticed the website is pretty slow. It takes over 4s to load and the JS and font files are never cached. The site used to load in under 500ms. It's also a bit annoying since sometimes some content is there but it takes 2 or 3 more seconds until the titles are rendered (because they use a custom font now). My internet connection is 2Mbit/s, testing with Chrome.
JS and fonts should be loaded from cache, ideally they would be loaded async.
