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

core(resource-summary): ignore /favicon.ico #10190

Merged
merged 3 commits into from
Jan 13, 2020

Conversation

connorjclark
Copy link
Collaborator

closes #9874

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.

LGTM, @khempenius you still feel good about this direction?

lighthouse-core/computed/resource-summary.js Outdated Show resolved Hide resolved
@@ -130,7 +130,7 @@ module.exports = [
},
{
resourceType: 'other',
countOverBudget: '1 request',
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we change other budget to 0 to preserve this result? IMO we already exercise the different possible permutations enough but we thought we needed to set an other budget initially so... :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i considered that, but what a strange budget ...

@khempenius
Copy link
Collaborator

LGTM.

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

Successfully merging this pull request may close these issues.

Should budgets include requests to favicons?
4 participants