Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[react] HTTP/1.1 Overhead - performance issue #274

Open
cstavitsky opened this issue Sep 15, 2023 · 0 comments
Open

[react] HTTP/1.1 Overhead - performance issue #274

cstavitsky opened this issue Sep 15, 2023 · 0 comments

Comments

@cstavitsky
Copy link
Contributor

cstavitsky commented Sep 15, 2023

Instrument the performance issue: HTTP/1.1 Overhead (requirement is having a server that doesn't understand HTTP2)

Luca's thoughts

HTTP/1.1 Overhead
I think this is a great issue to showcase in the demo.
I recommend doing the following for this: Find a page with a lot of resources that we can load. Imo the about page is a great contendor for this since we have a bunch of images here - maybe we should even increase the amount of employees on this page a bit so that we’re more likely to run into the performce issue. Next, you need to serve the employee images on a server that only speaks HTTP 1.1. Maybe also make that server slow intentionally. Imo it is fine to run a separate server just for serving these images.
When all of this is set up and the page loads, the page will show the images load very slowly after one another (make sure browser cache is turned off!) and trigger a performance issue like this one. This will also have an effect on certain web vitals (maybe helpful for the web vitals narrative).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant