Feature #549
Caching support for improved performance
Start date:
03/07/2013
Due date:
% Done:
100%
Description
Use a caching system in order to improve performance of views. The caching system would be useful in the following location of the app:
- Reading view
- Search results API
- Works list view
Associated revisions
Added support for caching. Closes #549.
Added support for caching. Closes #549.
Added support for caching. Closes #549.
History
#1 Updated by Luke Murphey over 11 years ago
- Subject changed from Caching support to Caching support for improved performance
Might want to use the Django file-system cache (https://docs.djangoproject.com/en/dev/topics/cache/#filesystem-caching)
#2 Updated by Luke Murphey over 11 years ago
Template fragment caching might be a good solution too: https://docs.djangoproject.com/en/dev/topics/cache/#template-fragment-caching
#3 Updated by Luke Murphey over 11 years ago
- Status changed from New to In Progress
- Target version changed from 1.0 to 0.6
#4 Updated by Luke Murphey over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset r393.