Skip to content

core: cache public GET endpoints

Fabio Maschi requested to merge feat/cache-get-endpoints into main

The DB is suffering from the amount of joins we have been using everywhere. To mitigate the effects of this problem, as a rule of thumb, public GET endpoints that are frequently accessed and rarely change should be cached (stored in Redis).

Merge request reports

Loading