Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#46974 closed enhancement (reported-upstream)

Add preloading of autosaves for block editor

Reported by: talldanwp's profile talldanwp Owned by: talldanwp's profile talldanwp
Milestone: Priority: normal
Severity: normal Version: 5.3
Component: Editor Keywords:
Focuses: Cc:

Description

With the introduction of https://github.com/WordPress/gutenberg/pull/7945, the block editor requests autosave data when the editor is loaded. This can be optimized by preloading the request server-side and then passing the request data to the client using the preloading mechanism in editor-form-blocks.php.

Attachments (1)

46974.diff (474 bytes) - added by talldanwp 6 years ago.

Download all attachments as: .zip

Change History (5)

@talldanwp
6 years ago

#1 @talldanwp
6 years ago

  • Keywords has-patch needs-testing added

#2 @aduth
6 years ago

I expect the Gutenberg change would land as either a bugfix patch release (5.2.x) or minor release (5.3.0), but is not relevant for inclusion in 5.2.0.

#3 @jorgefilipecosta
6 years ago

  • Keywords has-patch needs-testing removed
  • Resolution set to reported-upstream
  • Status changed from assigned to closed
  • Version set to trunk

#4 @desrosj
6 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.