Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56975, comment 75


Ignore:
Timestamp:
01/20/2023 04:16:47 PM (2 years ago)
Author:
oandregal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56975, comment 75

    initial v1  
    88At this point, I'd feel more comfortable with the following next steps:
    99
    10 - Do not add any kind of cache in this method for now. We can revisit after 6.2 feature freeze if it proves to be a real issue in terms of performance (it's a bugfix we can ship).
     10- Do not add any kind of cache to the wp_theme_has_theme_json method for now. We can revisit after 6.2 feature freeze if it proves to be a real issue in terms of performance (it's a bugfix we can ship).
    1111
    1212- Focus our time in shipping the two PRs we've been working on that fix long-standing issues https://github.com/WordPress/wordpress-develop/pull/3712 and add big performance improvements https://github.com/WordPress/wordpress-develop/pull/3789 These cannot land after feature freeze.