Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page load speed #152

Open
nschneid opened this issue Jul 6, 2019 · 0 comments
Open

Page load speed #152

nschneid opened this issue Jul 6, 2019 · 0 comments
Labels

Comments

@nschneid
Copy link
Contributor

nschneid commented Jul 6, 2019

(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):

# CACHES = {
# 'default': {
# 'BACKEND': 'django.core.cache.backends.db.DatabaseCache',
# 'LOCATION': 'article_cache'
# }
# }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant