我目前使用npm psi
对一个可公开访问的站点(除了基本身份验证)进行psi测试。
到目前为止,我所有使用username:password@约定的尝试都失败了,仅用于psi。
我想知道我是否错过了什么?
{ [Error: PageSpeed is currently unable to fetch this URL. Please try again later.] code: 400, noStack: true }
您需要创建一个api密钥,然后在请求中使用该密钥
curl 'https://www.googleapis.com/pagespeedonline/v2/runPagespeed?url=YOUR_URL_HERE&key=XXX_YOUR_API_KEY_HERE';
遵循这些指示https://developers.google.com/speed/docs/insights/v2/first-app before_starting