This repository has been archived by the owner on May 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Use HTTP/2 #390
Labels
Milestone
Comments
You can see this using the Google Lighthouse tool as well: Figure 1: Production. Figure 2: Dev server. You can see that the numbers are mostly the same, although the dev server currently gets a "Performance" score of 87 (versus 84 on production), which I think is because the dev server was arbitrarily ~300ms faster on render. |
How was this resolved? |
@akuckartz put send behind a load balancer that supports HTTP/2 (Application Load Balanacer in AWS, Google Load Balancer in GCP) |
This was referenced Mar 28, 2022
This was referenced May 9, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Should speed up delivery of the many SVG files.
The text was updated successfully, but these errors were encountered: