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

Adding a Cache Invalidation strategy #1

Closed
thom4parisot opened this issue Mar 20, 2012 · 2 comments
Closed

Adding a Cache Invalidation strategy #1

thom4parisot opened this issue Mar 20, 2012 · 2 comments
Assignees

Comments

@thom4parisot
Copy link
Owner

As received feedback, using WP_DEBUG is not a good strategy on live servers, as we may need an always rebuild cache without being in debug.

These rules are interesting:

  1. On file expiry;
  2. Only for logged in users;
  3. For every pages.

Either to choose that from a constant + bitmask, or many constants.

@thom4parisot
Copy link
Owner Author

Problem is addressed by Automatic Compilation

@thom4parisot
Copy link
Owner Author

We're done with that. No need to do more complicated at the moment.

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