New issue
Advanced search Search tips

Issue 628721 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Batch pageload metrics

Project Member Reported by ryansturm@chromium.org, Jul 15 2016

Issue description

If a client needs to report multiple pageload metrics, those pageload metrics should be batched into one request.
 

Comment 1 by bengr@chromium.org, Jul 18 2016

Would you please add more context to explain what this issue is about? Thanks.
The Data Reduction Proxy uses a pingback mechanism to report page load times to the server for page loads that use the proxy server for the main request. These pingbacks are sent as low priority, and only one outstanding (i.e. already on the network) request exists at one time.  If multiple page loads report page load timing information while a pingback is on the network, those page load metrics can all be added to the same pingback request, so less bandwidth is used on pingback requests.
Status: Fixed (was: Assigned)
This landed, but the bot didn't generate the normal reponse; here's the CL: https://codereview.chromium.org/2155783002/

Sign in to add a comment