Page MenuHomePhabricator

Delay loading editor javascript until after initial page load
Closed, ResolvedPublic

Description

Currently the javascript used for editing is loaded during the initial page render, this was done to reduce the delay between clicking 'reply' and having the editor open up.

We could reduce the amount of js and the number of bytes during initial page load by using a setTimeout call that loads this js some short time(20s?) after initial page load to help speed up time to render. By using a setTimeout we would still have the reduced delay between clicking 'reply' and having the editor open up for most cases.


Version: unspecified
Severity: normal

Details

Reference
bz61691

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:56 AM
bzimport set Reference to bz61691.
bzimport added a subscriber: Unknown Object (MLST).

Change 158384 had a related patch set uploaded by Matthias Mullie:
(bug 61691) Delay loading editor javascript until after initial page load

https://gerrit.wikimedia.org/r/158384

Change 158384 merged by jenkins-bot:
(bug 61691) Delay loading editor javascript until after initial page load

https://gerrit.wikimedia.org/r/158384