Open Bug 417025 Opened 17 years ago Updated 11 months ago

CSS background images should be loaded with normal priority

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect)

x86
macOS
defect

Tracking

()

People

(Reporter: sayrer, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: perf)

I'm told CSS background images now block onload, so they should load with normal network priority instead of background priority. This might be a dupe.
They don't load with background priority. They load with default priority (because the load is no longer LOAD_BACKGROUND). Images for <img> in many cases load with _higher_ than default priority; see the code in nsImageFrame::Init. Perhaps we should be doing the same automatically for CSS background images, since the very fact that we're loading them means someone is using them...
Version: unspecified → Trunk
Product: Core → Core Graveyard
Product: Core Graveyard → Core
Severity: normal → S3
Blocks: 1865370
You need to log in before you can comment on or make changes to this bug.