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
{{ message }}
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
Issue #450 resulted in PR #451, which fixed the problem with the days-remaining total, but removing the caching entirely means that the network requests on those pages may result in long load times, particularly if the sites we're requesting from are having any issues.
This issue is to track fixing this by putting caching for those requests into the views, rather than via Django's caching middleware.
The text was updated successfully, but these errors were encountered:
Issue #450 resulted in PR #451, which fixed the problem with the days-remaining total, but removing the caching entirely means that the network requests on those pages may result in long load times, particularly if the sites we're requesting from are having any issues.
This issue is to track fixing this by putting caching for those requests into the views, rather than via Django's caching middleware.
The text was updated successfully, but these errors were encountered: