Changes between Initial Version and Version 1 of Ticket #57789, comment 27
- Timestamp:
- 09/20/2023 09:43:32 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57789, comment 27
initial v1 1 I just opened the above PR https://github.com/WordPress/wordpress-develop/pull/5267 as another idea I had the other idea: While we can't easily cache `theme.json` data persistently because filters don't fire, we can easily cache the most low-level part of it which is the JSON-decoding of the actual files.1 I just opened the above PR https://github.com/WordPress/wordpress-develop/pull/5267 as another idea I had the other day: While we can't easily cache `theme.json` data persistently because filters don't fire, we can easily cache the most low-level part of it which is the JSON-decoding of the actual files. 2 2 3 3 Caching just that part itself already has a notable positive performance impact for sites that use a persistent object cache. Please see the PR description for more context.