Contributors: kasparsd
Tags: cache, caching, performance, expiry, headers
Requires at least: 3.0.1
Tested up to: 4.5.2
Stable tag: trunk
License: GPLv2 or later
Adds a version number (a timestamp) of all content that can be used in cache keys.
Stores a timestamp as last-modified-timestamp
in a transient (or object cache, if enabled) and updates its value every time a post, comment, term or menu is created or updated. Adds a Last-Modified
header to all HTTP responses.
Install it from the official WordPress repository or use the plugin search in your WordPress dashboard.
None.
None.
- Use a transient to ensure it works on sites with no object caching enabled.
- Initial release.