Page MenuHomePhabricator

VisualEditor is emitting event "timing.ve.behavior.firstTransaction.undefined"
Closed, ResolvedPublic1 Estimated Story Points

Description

Latest master. Editing a page that was created a minute earlier.

Placie the following in MediaWiki:Common.js:

mw.trackSubscribe( '', function ( topic, data ) {
    console.log( '[mw.track] ' + topic, data );
} );

Output:

[mw.track] event.Edit
[mw.track] timing.ve.performance.system.domLoad.mwTarget 2149.39599609375
[mw.track] timing.ve.performance.system.activation.mwTarget 5442.916015625
[mw.track] event.Edit
[mw.track] timing.ve.behavior.firstTransaction.undefined 2311.072998046875

I don't think that's supposed to contain "undefined".

Event Timeline

Krinkle raised the priority of this task from to Needs Triage.
Krinkle updated the task description. (Show Details)
Krinkle subscribed.
Jdforrester-WMF triaged this task as High priority.
Jdforrester-WMF set Security to None.
Krenair updated the task description. (Show Details)
Krinkle updated the task description. (Show Details)
gerritbot subscribed.

Change 191130 had a related patch set uploaded (by Alex Monk):
Don't log against undefined target constructor name

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

Patch-For-Review

Change 191130 merged by jenkins-bot:
Don't log against undefined target constructor name

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