Open Bug 1950472 Opened 24 days ago Updated 17 days ago

Lower the priority of content process for invisible or 1 pixel frames

Categories

(Core :: DOM: Content Processes, enhancement)

enhancement

Tracking

()

People

(Reporter: sinker, Unassigned)

References

(Blocks 2 open bugs)

Details

(Whiteboard: [fxdroid])

The study of bug 1833222 shows loading invisible frames or 1 pixel frame may hurt the page load time. These frames are invisible or just less important from the user's point of view. They should be in a lower priority.

There are two ideas being discussed. (Other ideas?)

  1. One is to lower the priority of all cross-origin frames. However, it may hurt some pages that has important content provided by other sites.
  2. Another idea is to remember the result of reflow for these frame and lower the priority or delay loading these frame for later page loads.

The first idea is easier. We can try it first and try the second one if necessary!

Blocks: 1833222
Whiteboard: [fxdroid]
Blocks: perf-android
You need to log in before you can comment on or make changes to this bug.