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

Why do responses take so long? #28

Open
balazsdukai opened this issue Aug 26, 2022 · 2 comments
Open

Why do responses take so long? #28

balazsdukai opened this issue Aug 26, 2022 · 2 comments

Comments

@balazsdukai
Copy link
Member

The initial suspicion was that the bbox queries and reading the surface data from the csv files is too slow. However, much much more time is spent on other things than on the functions that get the data for the response.
See https://github.com/3DGI/3dbag-api#performance and #14 (comment) and #15 (comment).

Thus these functions are by far not the bottlenecks in the response times, but what is?
The profiler statistics in /profiling is a good starting point.

@balazsdukai
Copy link
Member Author

Maybe look into this too https://stackoverflow.com/a/68151933

@balazsdukai
Copy link
Member Author

There is the uwsgi listen queue which need to be checked. Although, it is almost certainly not the issue in the benchmarks

https://stackoverflow.com/questions/21104066/nginx-uwsgi-flask-app-performance-test-with-ab

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

No branches or pull requests

1 participant