Closed Bug 1191558 Opened 9 years ago Closed 5 years ago

TabSources.prototype.fetchSourceMap taking ~900ms

Categories

(DevTools :: Debugger, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: fitzgen, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

~900ms in fetching source maps?? That seems insane. A ton of it is just creating nsIURI instances which is :(
Attached file gzipped profile (deleted) —
And we are only calling fetchSourceMap 14 times. Thats about 64ms each, which is way too much for something that is doing really simple things.
Priority: -- → P3
There's another bug open about improving source map performance; and meanwhile TabSources
won't be doing any fetching with the new debugger.
Depends on: 1314057
Priority: P3 → P5
Product: Firefox → DevTools

The new debugger does sourcemapping in the sourcemap worker.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: