Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42573, comment 17


Ignore:
Timestamp:
11/17/2017 02:41:15 PM (7 years ago)
Author:
mariovalney
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42573, comment 17

    initial v1  
    44> 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.
    55>
    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.
    77
    88A "flush all caches" could be a good feature but for now these patches seems good.
    99 
    1010For 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
     14I really agree. It should be a good practice to cache plugins too.