-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Endpoints like
allCourseListsandfullHeatmapreturn data along with a success message. - The data is memory cached, but the whole response isn't.
- GZip can be enabled on the full response, which would lead to much lighter responses.
- This would be more efficient than enabling gzip on
nginxfor the response, since it would probably have to process the whole thing on every response.
Will require restructuring of the routes
- Move the logic to a function in the
courseUtilityfile - Add
zlibfor gzipping - Keep a gzipped version of the success response
- Send the gzipped response if available
- Add a
regardlessparameter like in the existing queries to force an update - Run a forced update everytime the courses are updated
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request