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
The currently live version is experiencing page slowness, especially when a page hasn't been loaded in awhile. I don't know if this is due to caching. We should figure out whether we have Django caching enabled properly and ensure this doesn't result in outdated info being displayed when an article is edited.
Note that it does not appear to be enabled in settings (but maybe there's a django-wiki-specific caching mechanism somewhere):
(cf. #96, #105)
The currently live version is experiencing page slowness, especially when a page hasn't been loaded in awhile. I don't know if this is due to caching. We should figure out whether we have Django caching enabled properly and ensure this doesn't result in outdated info being displayed when an article is edited.
Note that it does not appear to be enabled in settings (but maybe there's a django-wiki-specific caching mechanism somewhere):
Xposition/testproject/testproject/settings/base.py
Lines 118 to 123 in 7123278
The text was updated successfully, but these errors were encountered: