Open Bug 1599241 Opened 6 years ago Updated 5 years ago

Limit the number of initial frames fetched

Categories

(DevTools :: Debugger, enhancement, P3)

enhancement

Tracking

(Not tracked)

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:

  1. get the first frame with the paused packet
  2. fetch the next six
  3. when the user clicks "show more frames" fetch 7-1000

This should be a nice perf win

Severity: normal → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.