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
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
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.
Optimizations like cache extending currently are about 10x slower than you'd expect.
The text was updated successfully, but these errors were encountered: