Skip to content

"Preconnect to required origins" should not come up #6676

@cihati

Description

@cihati

Provide the steps to reproduce

  1. Run LH on https://fatllama.com

What is the current behavior?

It shows this suggestion.

What is the expected behavior?

It doesn't show this suggestion, as I already preconnect to 5 domains in the homepage:

    <!-- preconnect 5 most costly connections https://www.webpagetest.org/forums/showthread.php?tid=15317 -->
    <link rel='preconnect' href='//api.segment.io' />
    <link rel='preconnect' href='//stats.pusher.com' />
    <link rel='preconnect' href='//m.stripe.com' />
    <link rel='preconnect' href='//www.google-analytics.com' />
    <link rel='preconnect' href='//js.intercomcdn.com' />
    <!-- preconnect end -->

According to #3106 , no more than 5 preconnections should be done for best performance. LH asks me to do a lot more:
image

Environment Information

  • Affected Channels: DevTools
  • Lighthouse version: Chrome Version 70.0.3538.110 (Official Build) (64-bit)
  • Node.js version:
  • Operating System: MacOS High Sierra

Related issues
#3106

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions