Open
Bug 1599241
Opened 6 years ago
Updated 5 years ago
Limit the number of initial frames fetched
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: jlast, Unassigned)
References
(Blocks 1 open bug)
Details
What were you doing?
The debugger currently gets the first frame with the paused packet and then fetches the first 1000 frames.
We should instead:
- get the first frame with the paused packet
- fetch the next six
- when the user clicks "show more frames" fetch 7-1000
This should be a nice perf win
Updated•5 years ago
|
Severity: normal → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•