Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #48079


Ignore:
Timestamp:
09/20/2019 11:48:50 AM (6 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48079 – Description

    initial v2  
    33https://wordpress.slack.com/archives/C02RQC26G/p1568902628031000
    44
    5 It looks like we might rethink how `block-renderer` is handled on the server. When we start registering all core blocks on the server this will grow further, but with the recent changes introduced for the Social Link blocks, we can observer growing overhead causes by the schema API. See:
    6 https://core.trac.wordpress.org/changeset/46190/trunk
     5It looks like we might rethink how `block-renderer` is handled on the server. When we start registering all core blocks on the server this will grow further, but with the recent changes introduced for the Social Link blocks, we can observer growing overhead causes by the schema API. See: [46190]