Page MenuHomePhabricator

VisualEditor: From a cold start using debug=true, there's no indication VE is loading for a few seconds; move some init stuff further up?
Closed, ResolvedPublic

Description

When I access
https://pt.wikipedia.org/w/index.php?title=Usuário(a):Helder.wiki/Testes&oldid=38949256&veaction=edit&debug=1
with an empty cache on Firefox 29, it takes at 5+ seconds until I see any progress bar. Sometimes this makes me click in the edit link again because it seems not to be loading at all...


Version: unspecified
Severity: enhancement

Details

Reference
bz65453

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:20 AM
bzimport set Reference to bz65453.

There are a few issues with how things are initialized. The delay until the loading animation appears is only a symptom of a larger problem: there are multiple requests being made, blocked on each other, that should really be combined.

sucheta.ghoshal wrote:

The change in the URL with veaction=edit happens late, too. Spinner appears at about the same time as that change happnes.

Change 167736 had a related patch set uploaded by SuchetaG:
Fixing the delay in the spinner to appear and the change in the URL on clicking edit

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

Change 167736 merged by jenkins-bot:
Make spinner appear immediately when clicking edit

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