I was checking Google PageSpeed Insights API and I have question related to the quota but I cannot find answer for it on the web or on the google docs so appreciate if anyone can help or guide me in this point. It is mentioned on the quota for this service that:
| requests per day | 25,000 |
| requests per 100 seconds | Unlimited |
| requests per 100 seconds per user | 100 |
In this case, If I am using the server key to authenticate google service API and get the required information, the number of requests from the server per 100 seconds will be max 100 request since all requests from the same server and with the same API Key or not? What about the case of 100 requests per 100 seconds per user in this case?