Closed
Bug 1590220
Opened 5 years ago
Closed 1 year ago
Implement Network.requestServedFromCache
Categories
(Remote Protocol :: CDP, enhancement, P3)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: impossibus, Unassigned)
References
()
Details
(Whiteboard: [puppeteer-beta2-mvp])
Example:
{"method":"Network.requestServedFromCache","params":{"requestId":"1000019132.777"}}
This is among the events emitted during a gutenberg run: https://wiki.mozilla.org/Remote/PuppeteerCDPUsage#In_Wordpress_gutenberg_test_suite
In Puppeteer:
Updated•5 years ago
|
Whiteboard: [puppeteer-alp
Updated•5 years ago
|
Whiteboard: [puppeteer-alp → [puppeteer-alpha]
In Puppeteer this maps to request._fromMemoryCache
, which actually can be retrieved via the property Request.fromCache
. Nothing in Gutenberg actually makes use of this property. As such I would suggest that we at least for now do not track this event for the alpha release.
Priority: P2 → P3
Whiteboard: [puppeteer-alpha]
Comment 2•5 years ago
|
||
This could probably be implemented by looking at nsIDocShell.loadType
.
I’m not sure in which exact order the event is expected.
Whiteboard: [puppeteer-beta2-mvp]
Assignee | ||
Updated•4 years ago
|
Component: CDP: Network → CDP
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: normal → S3
This was low priority and we are not going to implement this event for CDP.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•