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

Audit: Avoid landing page redirects #3210

Closed
paulirish opened this issue Aug 31, 2017 · 3 comments · Fixed by #3308
Closed

Audit: Avoid landing page redirects #3210

paulirish opened this issue Aug 31, 2017 · 3 comments · Fixed by #3308

Comments

@paulirish
Copy link
Member

paulirish commented Aug 31, 2017

example psi report

We need the request URLs in the redirect chain of the primary HTML resource

Fail if there was a redirect. Calculate the time wasted.

(Also for PSI parity)

@wardpeet
Copy link
Collaborator

wardpeet commented Sep 8, 2017

Could you give some more info about

static get meta() {
    return {
      category: 'Performance',
      name: 'redirects-landingpage',
      description: 'Avoid landing page redirects',
      failureDescription: 'We\'ve found landing page redirects.',
      helpText: '[Learn more](https://developers.google.com/speed/docs/insights/AvoidRedirects).',
@    };
  }

@paulirish
Copy link
Member Author

static get meta() {
    return {
      category: 'Performance',
      name: 'redirects',
      description: 'Avoids page redirects.',
      failureDescription: 'Has page redirects.',
      helpText: ' Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/speed/docs/insights/AvoidRedirects).',
@    };
  }

@brendankenny
Copy link
Member

This ancient bug also had some ideas: #605 :)

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

Successfully merging a pull request may close this issue.

4 participants