Changes between Initial Version and Version 14 of Ticket #59405
- Timestamp:
- 09/25/2023 06:06:56 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59405
- Property Keywords has-patch gutenberg-merge added
- Property Focuses performance added
-
Property
Summary
changed from
Backport from Gutenberg: Reduce the use of the `_wp_array_get()` function to improve performance
toReduce the use of the `_wp_array_get()` function to improve performance
-
Ticket #59405 – Description
initial v14 1 In https://github.com/WordPress/gutenberg/pull/51116 we reduced significantly the number of calls to `_wp_array_get()`, to improve performance. 2 This ticket is to backport the same changes to Core, and apply the same logic where appropriate. 1 Merges work from Gutenberg to reduce significantly reduce the number of calls to `_wp_array_get()`, to improve performance. 2 3 This ticket merges the same changes from Gutenberg into Core, and applies the same logic where appropriate. 4 5 References: 6 * https://github.com/WordPress/gutenberg/pull/51116