Open Bug 975459 Opened 11 years ago Updated 2 years ago

Images from <img> tags not having width and height attributes should load with higher priority

Categories

(Core :: Graphics: ImageLib, defect)

x86_64
Windows 7
defect

Tracking

()

People

(Reporter: mayhemer, Unassigned)

Details

Not sure this is valid or if we already do that, but AFAIK we block rendering or have to re-render when an <img> tag's dimensions are not known until we have the image file header. Loading such images sooner may shorten the perceived load time of the page and save some reflows. Or am I completely out?
One of the CCd people will know.
(In reply to Honza Bambas (:mayhemer) from comment #0) > Not sure this is valid or if we already do that, but AFAIK we block > rendering or have to re-render when an <img> tag's dimensions are not known > until we have the image file header. > > Loading such images sooner may shorten the perceived load time of the page > and save some reflows. > > Or am I completely out? This sounds reasonable to me.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.