Utilising Django cache to improve page load times, especially for tables listing many submissions #949
Labels
Type: Enhancement
This is an improvement of an existing thing (not a new thing, which would be a feature).
Milestone
@Parbhat Could you spend a few hours investigating if/how to best use the Django cache system for pages, views and queries?
Would e.g. the page cache work for the public pages? Could we cache queries/views for the tables that show many submissions (/apply/submissions/, /apply/submissions/all/, /apply/rounds/[round_id]/).
The Django site is quite a lot slower to load than the old Drupal site and caching is the main difference I believe.
The text was updated successfully, but these errors were encountered: