Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #57625


Ignore:
Timestamp:
02/06/2023 01:10:35 AM (22 months ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57625 – Description

    initial v4  
    15152. You should notice that multiple refreshes of the same URL do not increase the amount of query cache keys
    16163. Open the new post screen (its enough to just refresh it) or do any action against posts.
    17 4. Refresh previously open post/screen and just refresh it
     174. Navigate back to previously open post/screen and just refresh it
    18185. Notice how new keys are just popping up in the DB as `last_changed` was bumped up thus invalidating previous keys.
    1919
     
    2828
    2929
     30---
     31
     32Edited per [comment:2 comment 2] below -- peterwilsoncc