You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django's caching only covers GET requests, and many of the larger requests backing the explorer page are POST (due to the potential size of the request body). We will need to implement caching by-hand on the back end for calls to Solr, etc.