Open
Bug 730101
(prerendering)
Opened 13 years ago
Updated 2 years ago
Implement prerendering in Firefox
Categories
(Core :: DOM: Navigation, enhancement)
Core
DOM: Navigation
Tracking
()
REOPENED
People
(Reporter: bug.zilla, Unassigned)
References
(Depends on 16 open bugs)
Details
(Keywords: dev-doc-needed, parity-chrome, parity-ie)
Can Firefox implement prerendering of pages like Chrome (http://code.google.com/chrome/whitepapers/prerender.html)?
This is one of the main reasons users report that Chrome is "faster" than Firefox even though Javascript performance is probably not noticeably different.
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment 3•12 years ago
|
||
I have tested this in Nightly 20.0a1 (2012-11-21) and prerender is not supported.
Comment hidden (obsolete) |
This is a great feature in Chrome that definitely does _not_ exist in Firefox. Firefox implements prefetching for single links into the cache. Prerender on Chrome will render an entire page in the background and hot-swap it when the URL is actually requested, so the page load is instantaneous.
It strikes me that Firefox already has most of this functionality available in the bfcache (i.e. ability to have a hidden but active page that can be activated), so this should be relatively easy.
Updated•11 years ago
|
Whiteboard: [parity-chrome][parity-IE]
Severity: normal → enhancement
Component: General → Networking: Cache
Product: Firefox → Core
Version: 12 Branch → unspecified
Comment hidden (obsolete) |
Updated•11 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Comment 7•11 years ago
|
||
FWIW I will be mentoring an intern starting soon who will work on this.
Assignee: nobody → ehsan
Comment 8•11 years ago
|
||
I assume this will be based on data collected with the Network Seer?
Comment 9•11 years ago
|
||
(In reply to comment #8)
> I assume this will be based on data collected with the Network Seer?
It could be, yes. Once we have the support in the platform, we can look into various types of heuristics to determine when to prerender content, and the network seer could be one of them.
Updated•10 years ago
|
Assignee: ehsan → roshanvid
Updated•10 years ago
|
Component: General → Tracking
QA Contact: chofmann
Comment hidden (advocacy) |
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
Keywords: dev-doc-needed
Updated•10 years ago
|
Assignee: roshanvid → ehsan
Updated•10 years ago
|
Alias: prerendering
Blocks: nga-navigation
Comment hidden (off-topic) |
Comment 13•9 years ago
|
||
Francisco,
the FxOS 2.5 Architecture Evolution deliverables are dependent on this bug 730101 now that 1190805 is resolved as duplicate. is that correct? are we blocked in our delivery unless this is resolved in core?
Flags: needinfo?(francisco)
Comment 14•9 years ago
|
||
(In reply to Caitlin Galimidi [:c8o] from comment #13)
> Francisco,
> the FxOS 2.5 Architecture Evolution deliverables are dependent on this bug
> 730101 now that 1190805 is resolved as duplicate. is that correct? are we
> blocked in our delivery unless this is resolved in core?
This is not happening by November, as there is no active developer working on it, and in top of that, the implementation will probably take much longer.
Updated•9 years ago
|
Flags: needinfo?(francisco)
Updated•8 years ago
|
Component: Tracking → Document Navigation
Updated•8 years ago
|
Depends on: groupedshistory
Comment 17•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome,
parity-ie
Whiteboard: [parity-chrome][parity-IE]
Comment 18•7 years ago
|
||
Note that Chrome gave up on prerendering: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/0nSxuuv9bBw
Interesting dicussion on the topic here: https://docs.google.com/document/d/16VCYGGWau483IMSxODpg5faZny1FJ6vNK2v-BuM5EhU/edit#heading=h.uajrcfabdbg5
Updated•5 years ago
|
Assignee: ehsan → nobody
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Comment 19•5 years ago
|
||
Sorry, changing the resolution was an accident...
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•