New issue
Advanced search Search tips

Issue 853068 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[feature req] [network panel] ability to deduplicate requests going via the service worker

Project Member Reported by mtaran@google.com, Jun 15 2018

Issue description

What steps will reproduce the problem?
(1) Go to a PWA, e.g. mobile.twitter.com
(2) Interact with the app in a way that makes XHRs
(3) Look at the network panel in dev tools

What is the expected result?
I want a way to see a single line per XHR (aside from maybe when CORS requires an OPTIONS). Some options for how to achieve this:
- hiding the request that goes between the client and the service worker (this is basically what crbug.com/780163 is requesting)
- hiding the request that goes between the service worker and the server
- (IMHO best) coalescing the above requests into one entry that shows all the relevant information

What happens instead?
I get spammed with both the request from client to SW, and from SW to the server and be sad.


Please use labels and text to provide additional information.

If this is a regression (i.e., worked before), please consider using the
bisect tool (https://www.chromium.org/developers/bisect-builds-py) to help
us identify the root cause and more rapidly triage the issue.

For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.


 

Comment 1 by l...@chromium.org, Jun 16 2018

Cc: -eostroukhov@chromium.org
Owner: eostroukhov@chromium.org
Status: Assigned (was: Untriaged)
Owner: jarhar@chromium.org

Sign in to add a comment