[wp-trac] [WordPress Trac] #49964: Support asynchronously loading TinyMCE

WordPress Trac noreply at wordpress.org
Wed Jun 10 18:24:49 UTC 2020


#49964: Support asynchronously loading TinyMCE
----------------------------+------------------------------------------
 Reporter:  sarayourfriend  |       Owner:  (none)
     Type:  enhancement     |      Status:  new
 Priority:  normal          |   Milestone:  5.5
Component:  TinyMCE         |     Version:  5.0
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |     Focuses:  administration, performance
----------------------------+------------------------------------------

Comment (by azaozz):

 > do you think it would be possible to use this ticket just for the async
 TinyMCE work

 Sure, lets keep the original scope. I've looked a bit at what it will take
 to fully support enqueueing of TinyMCE through script loader, and it seems
 it needs some more substantial changes (directly adding all of the TinyMCE
 dependencies to script-loader doesn't make sense as that will load quite a
 bit of pointless/unused inline js on every run and fire several
 pointless/unused actions and filters).

 > I think the efforts on this ticket should be moved to #48654, which has
 a very similar goal.

 Right, the goal is similar but #48654 deals with scripts and stylesheets
 enqueued through script-loader. TinyMCE is an exception and its
 dependencies are generated and outputted differently, hence the need of
 this ticket.

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


More information about the wp-trac mailing list