Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

track number of completed requests in total-byte-weight extendedInfo #2697

Merged
merged 1 commit into from
Jul 17, 2017

Conversation

brendankenny
Copy link
Member

@brendankenny brendankenny commented Jul 17, 2017

AFAICT we don't record the raw number of network requests made by a page anywhere, since the total-byte-weight array of assets is limited to the top 10.

There are some interesting patterns with that number, apparently regardless of content/size of the requests (though details there may offer even more interesting stuff). The pattern doesn't end at 10, which is as far as the array length will reveal, so this keeps the raw number around in the extendedInfo (neatly sidestepping the central question of #2668 for now :) so the investigation can continue.

If we do record that number in the report, let me know and we can close instead.

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sgtm, critical request chains audit seems like another sensible place this could live, but I don't have a strong preference either way

@brendankenny
Copy link
Member Author

Yeah I was thinking total-byte-weight instead of critical-request-chains because it's not just priority requests, but I also don't have a strong preference, so if anyone does, speak up soon! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants