Ticket #995 (closed defect: wontfix)
consolidate caching
Reported by: | kindly | Owned by: | kindly |
---|---|---|---|
Priority: | awaiting triage | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
Try and minimise the amount of different caching methodologies, especially for api calls.
Change History
comment:3 Changed 3 years ago by thejimmyg
- Repository set to ckan
- Theme set to none
Also, update the docs:
Documentation article on caching / improving performance. (To complement configuration docs.)
- Different sorts of cache - beaker style, etags, package_dict in search results(?)
- How each one affects performance
- How to turn them on/off and configure them
- Is it possible to bypass each of them in the browser or with wget/curl?
Therefore closing #841.
comment:5 Changed 3 years ago by thejimmyg
- Status changed from new to closed
- Resolution set to wontfix
- Milestone ckan-backlog deleted
The caching still isn't brilliant but there is less urgent need to refactor it. In the future our caching methodology should be to cache at the logic layer so we don't need to refactor the existing caching at this stage.
Note: See
TracTickets for help on using
tickets.