Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (277 - 279 of 2152)

Ticket Resolution Summary Owner Reporter
#841 duplicate Caching docs (as a whole) kindly dread

Reported by dread, 3 years ago.

Description

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?
#668 invalid Caching issues on API v1 thejimmyg Colin Calnan

Reported by Colin Calnan, 4 years ago.

Description

It seems like the API v1 on CKAN metastable (cset:ec21f8e1c87e) has some caching issues.

Steps to test:

  1. Modify a dataset on datadotgc.ca, redirects to CKAN
  1. On save, redirects to http://www.datadotgc.ca/update/geogratisnat_hydrography_v100 which in turn redirects to http://www.datadotgc.ca/dataset/geogratisnat_hydrography_v100
  1. You can see that the Dataset has not updated correctly. Run a check on the API v1 - http://ca.ckan.net/api/1/rest/package/geogratisnat_hydrography_v100 the updates are not present
  1. Check the v2 of the API - http://ca.ckan.net/api/rest/package/geogratisnat_hydrography_v100, the updates are present.
  1. Setting the headers to 'Cache-control: no-cache' or 'Pragma: no-cache' does not work either.
#1223 fixed Caching of static files pudo pudo

Reported by pudo, 3 years ago.

Description

StaticURLParser can have caching - use it

Note: See TracQuery for help on using queries.