Questions tagged [google-pagespeed-insights-api]

62 questions
14
votes
4 answers

Find score inside json result of PageSpeed Insights API v5

I'm trying the Google v5 API page speed insight but i don't find the SCORE inside the JSON result. This is the api https://www.googleapis.com/pagespeedonline/v5/runPagespeed In the v4 there is a ruleGroups.SPEED.score that contains an integer with…
bertasoft
  • 457
  • 6
  • 12
4
votes
2 answers

Google PageSpeed Insights showing unused javascript but it is used

Javascripts which are used but google page speed insights shows it is not used. Is there anyway the i can remove it. Here i am sharing the screen shot of PageSpeedInsight report. In the above screenshot u can see 8 js files were unused. But it is…
SDK
  • 1,356
  • 3
  • 19
  • 44
4
votes
3 answers

PageSpeed Insights API limits

I've been searching everywhere but I couldn't find the answer to the following questions. What are the limits? How many requests per day?
mzevenkay
  • 61
  • 1
  • 1
  • 4
3
votes
1 answer

Google pagespeed-insights API screenshot resolution

Google's pagespeed-insights API provided screenshots seem to be in small resolution. How can i change the resolution in PHP if($apc_is_loaded) { apc_fetch("thumbnail:".$url, $use_cache); } if(!$use_cache) { …
2
votes
0 answers

Difference between PagespeedInsights and Lighthouse

We released some measures to improve PSI score in our project. Prior to the release, we measured Lighthouse scores in a verification environment and confirmed that they improved. However, there was an incident where the score (including each…
2
votes
3 answers

Java- How to store Parsing nested json data into Java list

I Tring to monitor my site performance day by day activity with help of google api and i tried to fetch items in network request from googleapi of pagespeedonline but its not working on my code REST API link…
2
votes
0 answers

Pagespeed Insights API for pages behind authentication

I am using the lighthouse API to pull pagespeed insights and recommendations and have run into an issue where when I test the page in the ui, https://developers.google.com/speed/pagespeed/insights, I get results but the screen shot of the page only…
2
votes
1 answer

How to test mobile devices with Google PageSpeed Insights API

I tried API based on the document https://developers.google.com/speed/docs/insights/v5/get-started?hl=en It gives "emulatedFormFactor": "desktop" Is there anyway to change it to mobile? I'm expecting something like below in…
atusy
  • 646
  • 3
  • 5
2
votes
2 answers

Google PageSpeed Insights API integration

I am trying to integrate PageSpeed Insights API in my wordpress website, so when ever customer comes, he can check his website speed using pagespeed insight. Basically i want to put a textbox with button (like this…
user3578065
  • 31
  • 1
  • 6
1
vote
0 answers

Is there a quota for each IP address and is there anything we can do about it?

we pull data for a lot of customers via the API. Each person uses their own key, but we pull the data from our IPs. We recently reduced the number of IP addresses used for this and it has lead to a lot of "quota exceeded" messages. We're not…
1
vote
1 answer

Exceeding Page Speed API Limits using async. How can i slow it down?

I've created code to call the Page Speed Insights API. The build_cwv_data is an async coroutine that calls the api and retrieves and processes json data for a particular URL. According to the documentation the API has a limit of 400 requests per 100…
1
vote
0 answers

The Chrome User Experience Report does not have sufficient real-world speed data for this page

I ran a home page of a website through page speed insights tool. Under "Discover what your real users are experiencing" I am getting a result of "No data found" "The Chrome User Experience Report does not have sufficient real-world speed data for…
1
vote
0 answers

Page speed insights is not giving results

I have tested more than 10 shopify stores urls, but for every store I am getting an error. Lighthouse returned error: NOT_HTML. The page provided is not HTML (served as MIME type text/plain) I am not getting speed results.... What is the issue in…
1
vote
1 answer

How to send Google Lighthouse reports to Slack using PageSpeedInsights API and Google Apps Script

I want to get regular updates on my website's speed through Slack. How to achieve this using Google Apps Script?
1
vote
1 answer

PageSpeed Insights API returning 401 error at seemingly random times

We are programmatically calling the PageSpeed Insights API for an internal list of websites. The majority of the time it works fine, but at seemingly random times we are getting the error "Request had invalid authentication credentials. Expected…
1
2 3 4 5