event-egg / event-egg-server

Server side application
MIT License
0 stars 0 forks source link

STRETCH: Cache search results #11

Open aenyeart opened 2 years ago

aenyeart commented 2 years ago

To avoid querying the DB repeatedly

aenyeart commented 2 years ago

cache (or return?) the next page of search results upon rendering current page of results Goal is to decrease load time

Kellen-Linse commented 2 years ago

We'll need to add some sort of time based autodelete functionality as we build out the cache too