Changes between Initial Version and Version 1 of Ticket #56975, comment 75
- Timestamp:
- 01/20/2023 04:16:47 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56975, comment 75
initial v1 8 8 At this point, I'd feel more comfortable with the following next steps: 9 9 10 - Do not add any kind of cache in thismethod 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). 11 11 12 12 - 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.