GoogleChrome / GoogleChrome/lighthouse
Use HTTP/2 audit on pagespeed insights
Open
needs-investigation
needs-priority
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 20
Description
As reported already (#12113), PSI reports a wrong HTTP version for several websites.
This seems to be a problem if the target page doesn't return a 200 response code.
Working: https://developers.google.com/speed/pagespeed/insights/?hl=de&url=https%3A%2F%2Fwww.softcreatr.com%2Fx.php
Not working: https://developers.google.com/speed/pagespeed/insights/?hl=de&url=https%3A%2F%2Fwww.softcreatr.com
Doing
```
curl -c /tmp/cookies -L -I -k https://www.softcreatr.com
```
shows, that there are 1-2 redirects, before returning 200, but every response is sent via HTTP/2, so PSI's result is a false positive.
Contributor guide
Assessment
This issue has not been assessed yet.