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

Review HTTP API #325

Open
4 tasks
JGAntunes opened this issue Sep 15, 2016 · 0 comments
Open
4 tasks

Review HTTP API #325

JGAntunes opened this issue Sep 15, 2016 · 0 comments

Comments

@JGAntunes
Copy link
Member

We should take a careful look into our API to suppress possible performance pain points or other stuff that's no longer needed. This would include:

  • unused/no longer needed endpoints
  • unnecessary logic being done in some our server methods
  • expensive unneeded queries being done
  • expensive operations being done on the view layer which should be handled before, on the database level (filtering for example)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant