sinfo / eventdeck

:calendar: The awesome web app that supports awesome events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review HTTP API

JGAntunes opened this issue · comments

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)