You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to what was done in #2933, we can leverage the same _web_stories_envelope technique to markedly improve perceived performance when opening the editor by preloading requests to the Media REST API endpoint.
Alternatives Considered
Additional Context
Eventually this will be fixed in @wordpress/api-fetch so that we don't have to maintain this _web_stories_envelope logic ourselves anymore. See WordPress/gutenberg#23807
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance Criteria
When opening the editor, now extra HTTP request is made for the Media Library, as the request is preloaded upon page load.
Feature Description
Similar to what was done in #2933, we can leverage the same
_web_stories_envelope
technique to markedly improve perceived performance when opening the editor by preloading requests to the Media REST API endpoint.Alternatives Considered
Additional Context
Eventually this will be fixed in
@wordpress/api-fetch
so that we don't have to maintain this_web_stories_envelope
logic ourselves anymore. See WordPress/gutenberg#23807Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance Criteria
Implementation Brief
The text was updated successfully, but these errors were encountered: