Project

General

Profile

Feature #549

Caching support for improved performance

Added by Luke Murphey about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
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

Revision 393 (diff)
Added by Luke Murphey about 11 years ago

Added support for caching. Closes #549.

Revision 393 (diff)
Added by Luke Murphey about 11 years ago

Added support for caching. Closes #549.

Revision 383 (diff)
Added by Luke Murphey about 11 years ago

Added support for caching. Closes #549.

History

#1 Updated by Luke Murphey about 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 about 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 about 11 years ago

  • Status changed from New to In Progress
  • Target version changed from 1.0 to 0.6

#4 Updated by Luke Murphey about 11 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

Applied in changeset r393.

Also available in: Atom PDF