[wp-trac] [WordPress Trac] #63195: Unify timestamps of

WordPress Trac noreply at wordpress.org
Fri Mar 28 21:05:15 UTC 2025


#63195: Unify timestamps of
--------------------------+-----------------------------
 Reporter:  tillkruess    |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Cache API     |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 This is a followup to #63194.

 Currently the timestamp of query cache keys are un-parseable and they
 should be unified.


 {{{
 <hash>:0.91192600-1743003204:0.90454100-1743003204
 <hash>:0.91192600-17430032040.90454100-1743003204
 <hash>:0.90454100-1743003204
 }}}

 I propose this new format, where the primary cache group is always last:

 {{{
 <hash>:<2nd-group>+<group>
 <hash>:<group>

 <hash>:0.91192600-1743003204+0.90454100-1743003204
 <hash>:0.90454100-1743003204
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63195>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list