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

SPDY/HTTP2 requests are stacking on top of each other #60

Open
ewinslow opened this issue Aug 11, 2015 · 0 comments
Open

SPDY/HTTP2 requests are stacking on top of each other #60

ewinslow opened this issue Aug 11, 2015 · 0 comments

Comments

@ewinslow
Copy link
Contributor

Note the green bars (waiting for server response) in the request below, when at the lowest throttle level (50Kbps, 500ms RTT):

elgg-activty-waterfall

The problem is even more pronounced over a fast connection because blue bars (download times) are reduced substantially.

elgg-activity-waterfall-no-throttle

It seems like there's about 40-80ms of overhead per request, and these get stacked up on top of each other with a lot of requests.

My initial suspicion is that it is just the overhead of running PHP to fetch raw files, and if we actually set up that symlink to the dataroot feature, we'll see a substantial reduction in this aspect of latency... so yay!

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

No branches or pull requests

1 participant