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

get() calls take ~140ms to return? #61

Open
diranged opened this issue Jun 17, 2015 · 0 comments
Open

get() calls take ~140ms to return? #61

diranged opened this issue Jun 17, 2015 · 0 comments
Labels
Milestone

Comments

@diranged
Copy link
Contributor

It seems after doing some simple load testing that we're taking ~140ms to return results from the .get() method on the first request. Subsequent requests are obviously lightning fast because the data is stored in memory.

This isn't a huge deal for clients that only make a few requests, but if you have to request hundreds of different paths, then this is a huge performance bottleneck.

For now I'm treating this like a bug, because it feels wrong that it should take this long. Will dig into it and put my results here when I'm done.

@diranged diranged added the bug label Jun 17, 2015
@diranged diranged added this to the v1.0.1 milestone Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant