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
The HTML template the web proxy uses puts two render-blocking resources in the head tag. I noticed this because loading the page is noticeably slow. We should move these down into the end of the body so they don't render-block.
The HTML template the web proxy uses puts two render-blocking resources in the
head
tag. I noticed this because loading the page is noticeably slow. We should move these down into the end of thebody
so they don't render-block.slinky/deploy/docker/web/templates/base.html
Lines 6 to 9 in 102941f
While we're at it, there are a few more things we should change. Here's the full list:
unpkg
I might make some style/layout tweaks while I'm in here too.
The text was updated successfully, but these errors were encountered: