Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Improve resource usage for on-the-fly optimizations #1202

Closed
jeffkaufman opened this issue Dec 8, 2015 · 1 comment
Closed

Improve resource usage for on-the-fly optimizations #1202

jeffkaufman opened this issue Dec 8, 2015 · 1 comment

Comments

@jeffkaufman
Copy link
Contributor

Optimizations like cache extending currently are about 10x slower than you'd expect.

@jeffkaufman
Copy link
Contributor Author

Fixed in 834c20f

Turns out we were taking locks when we didn't need to.

I see this moving us from 1002 QPS in 1.9 to 10229 QPS in 1.10 on a simple test that uses siege to request the same cache extended .js file over and over again.

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

No branches or pull requests

2 participants