Changes between Initial Version and Version 1 of Ticket #42573, comment 17
- Timestamp:
- 11/17/2017 02:41:15 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42573, comment 17
initial v1 4 4 > If you're adding a whole new page template, I would respectfully suggest that the theme version must be bumped. However, in development, this would be confusing the first time it were encountered. 5 5 > 6 > Most systems with caching should have a "flush all the caches" button somewhere. I like the "if debug is on don't cache anything" option too.6 > Most systems with caching should have a "flush all the caches" button somewhere. 7 7 8 8 A "flush all caches" could be a good feature but for now these patches seems good. 9 9 10 10 For a "flush all" we should think about wp_object_cache and the cases we do it with transient (like this case - are there another cases?) and maybe create ways to cache plugins be flushed in same button (so we are not just adding one more button to users). 11 12 > I like the "if debug is on don't cache anything" option too. 13 14 I really agree. It should be a good practice to cache plugins too.