We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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).', @ }; }
Sorry, something went wrong.
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).', @ }; }
This ancient bug also had some ideas: #605 :)
wardpeet
Successfully merging a pull request may close this issue.
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)
The text was updated successfully, but these errors were encountered: