Load /favicon.ico as early as possible
Categories
(Firefox :: Tabbed Browser, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: mossop, Assigned: mossop)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 14•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
bugherder |
Comment 18•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
Is there developer documentation for this change? Is this undoing the page load performance optimization enabled at https://bugzilla.mozilla.org/show_bug.cgi?id=1247843, which prioritized actually loading the page over loading the (mostly useless favicon)? If I want the page to be loaded first, and the favicon "whenever", how do I tell Firefox to do this?
Comment 21•6 years ago
|
||
(In reply to Brian Smith (:briansmith, :bsmith, use NEEDINFO?) from comment #20)
Is there developer documentation for this change? Is this undoing the page load performance optimization enabled at https://bugzilla.mozilla.org/show_bug.cgi?id=1247843, which prioritized actually loading the page over loading the (mostly useless favicon)? If I want the page to be loaded first, and the favicon "whenever", how do I tell Firefox to do this?
I don't think this really undoes that, Bug 1247843 acted at the network fetch level (using tailing to queue favicon loads), while this bug is about the order in which we look for icon definitions in the head of the document. The load still happens later, afaict.
Description
•