janodvarko / harviewer

HAR Viewer is a web application that allows visualizing HTTP Archive logs (HARs)
http://www.softwareishard.com/blog/har-viewer/
1.04k stars 184 forks source link

How to correctly show requests handled by service worker #127

Open gitgrimbo opened 6 years ago

gitgrimbo commented 6 years ago

HAR Viewer will currently display two requests for a request that is intercepted by a service worker and results in a network request.

There appears to be no simple way to identify a relationship between these two requests. So it would be difficult to either only show one request in the waterfall, or show both as a connected/related pair.

See https://stackoverflow.com/questions/52502992/har-file-access-size-column-entries-from-chrome-dev-tools-network-tab/52920664#52920664