Open LarsFlieger opened 3 months ago
I did some digging. So the blob:
scheme is ignored when counting for resource-summary
because it represents a non-network request. It is still logged in network-requests
because the page made a request for it (but it's transfer size is 0).
The difference is subtle so more docs explaining this would be good, but this is working as intended.
FAQ
URL
http://www.mercedes-benz.com/
What happened?
The
resource-summary
andnetwork-requests
audits do not have the same number of items withresourceType
set to Media. Inresource-summary
, there are 2 items, whereas innetwork-requests
, there are actually 3 items with the media type. I noticed that there is an item with ablob
URL in the network requests but couldn't find any documentation stating that thisblob
should not be counted in theresource-summary
.I have uploaded the report with the information here: https://gist.github.com/LarsFlieger/f6671b59bffdc768a6b4624aefc8f00c
What did you expect?
I expected the number of items with
resourceType
Media to be consistent between theresource-summary
andnetwork-requests
audits.What have you tried?
I have reviewed the audit details and checked the documentation but could not find any information explaining if
blob
URLs in network requests should not be counted in theresource-summary
.How were you running Lighthouse?
PageSpeed Insights
Lighthouse Version
12.0.0
Chrome Version
125.0.6422.154
Node Version
No response
OS
No response
Relevant log output
No response