Closed Bug 1527317 Opened 5 years ago Closed 5 years ago

Lazy load TabboxPanel in NetworkEventMessage.js

Categories

(DevTools :: Console, enhancement)

enhancement
Not set
normal

Tracking

(firefox67 fixed)

RESOLVED FIXED
Firefox 67
Tracking Status
firefox67 --- fixed

People

(Reporter: nchevobbe, Assigned: nchevobbe)

Details

Attachments

(1 file)

The TabboxPanel component is the one we use to show the detail of a given network request.
In the console, it's not used until a user expand a network request, but we do load it at the same time as the NetworkEventMessage (devtools/client/webconsole/components/message-types/NetworkEventMessage.js#16).

We can save some extra work by loading it lazily.

The TabboxPanel component is the one we use to show the detail
of a given network request. In the console, it's not used until
the user expand a network request, but we do load it at
the same time as the NetworkEventMessage.
We can save some extra work by loading it lazily.

Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3405ab9c5c7b
lazy load TabboxPanel in NetworkEventMessage.js; r=Honza.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: