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

Cache is not utilized as much as it should be #72

Open
nathan-osman opened this issue Aug 9, 2014 · 0 comments
Open

Cache is not utilized as much as it should be #72

nathan-osman opened this issue Aug 9, 2014 · 0 comments

Comments

@nathan-osman
Copy link
Member

Although the query optimizations I performed have decreased page load times by a lot, the cache is still grossly underutilized. My goal is that the content blocks of nearly all non-form pages would be cached. This leaves a few interesting considerations:

  • relative dates (ie. "2 minutes ago") will need to be calculated in JavaScript
  • there needs to be a correct way to invalidate the cache whenever content changes (this is the tricky part)

I envision that this will end up being an ongoing process.

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

No branches or pull requests

1 participant