[wp-trac] [WordPress Trac] #58801: Prefetch Block Editor from Posts page

WordPress Trac noreply at wordpress.org
Mon Dec 4 22:00:53 UTC 2023


#58801: Prefetch Block Editor from Posts page
-------------------------------------------------+-------------------------
 Reporter:  adamsilverstein                      |       Owner:
                                                 |  adamsilverstein
     Type:  enhancement                          |      Status:  assigned
 Priority:  normal                               |   Milestone:  Future
                                                 |  Release
Component:  Editor                               |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  dev-feedback needs-unit-tests        |     Focuses:
  needs-testing has-patch                        |  performance
-------------------------------------------------+-------------------------

Comment (by westonruter):

 Whenever a user visits the `wp-admin/post-new.php`, an auto-draft post
 gets created in the DB.

 For example, when I view source of that page I see:


 {{{
 <input type='hidden' id='post_ID' name='post_ID' value='151' />
 }}}

 And when I reload I see:

 {{{
 <input type='hidden' id='post_ID' name='post_ID' value='152' />
 }}}

 Will the fact that this is getting prefetched be a problem?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58801#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list