Make WordPress Core

Changes between Initial Version and Version 14 of Ticket #59405


Ignore:
Timestamp:
09/25/2023 06:06:56 PM (12 months ago)
Author:
hellofromTonya
Comment:

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 to Reduce 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.
     1Merges work from Gutenberg to reduce significantly reduce the number of calls to `_wp_array_get()`, to improve performance.
     2
     3This ticket merges the same changes from Gutenberg into Core, and applies the same logic where appropriate.
     4
     5References:
     6* https://github.com/WordPress/gutenberg/pull/51116