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

Improve performance of slow requests #93

Open
georgiana-b opened this issue Apr 25, 2018 · 3 comments
Open

Improve performance of slow requests #93

georgiana-b opened this issue Apr 25, 2018 · 3 comments
Assignees

Comments

@georgiana-b
Copy link
Member

georgiana-b commented Apr 25, 2018

Some requests are taking way longer than they should given their complexity:


While the db may have part of the fault most of the logic in these requests is happening in the code so clearly there is a lot of room for improvement there. It is not obvious what's causing the drag so the requests need to be profiled but just as a pointer:

@georgiana-b
Copy link
Member Author

@mnagy If you start the server and go to /docs you can see all these endpoints prettyfied in Swagger and it's much easier to make requests.

@georgiana-b
Copy link
Member Author

georgiana-b commented Apr 25, 2018

@mnagy Also feel free to assign yourself and move this around in Waffle as you go.

@mnagy mnagy self-assigned this Apr 25, 2018
@zufanka
Copy link
Member

zufanka commented Aug 15, 2018

@mnagy have you been doing something with this?

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

3 participants