Relating to the use of Pingdom services and/or their associated ReSTful API and API bindings
Questions tagged [pingdom]
73 questions
2
votes
0 answers
Pingdom test shows wierd js files attached to my website
I ran a pingdom speed test on one of the inside pages of my website. It says i have 8 JavaScript files served from static.xx.fbcdn.net. I have no idea about these js files and i cant find anything useful on google about these files. Anyone has an…

Swati Rawat
- 1,729
- 1
- 19
- 34
2
votes
2 answers
How can I use the Pingdom API to pause and resume checks from bash?
I'm writing a quick and dirty deployment script and would like to disable and reenable a Pingdom check as part of it. How do I do that using something like cURL?

Niraj Bhawnani
- 158
- 1
- 3
- 8
2
votes
1 answer
Explanation of Pingdom Results
I'm trying to optimize my page load times, and I'm using Pingdom to test the site response times. However, I'm not exactly sure what the various components of the "time bar" mean.
Example link:…

Mahmoud Al-Qudsi
- 28,357
- 12
- 85
- 125
2
votes
1 answer
WordPress High Wait Time tested on pingdom
I have tested my site in pingdom and everytime I get a high waiting time (like 3secs to 15secs) waiting time only for the 1st request.
Check here: http://tools.pingdom.com/fpt/#!/bbrzuX/9tutorials.org
I'm doing a research on this for a week now, but…

iSaumya
- 1,503
- 5
- 21
- 50
2
votes
1 answer
CakePHP site's main page's Time to First Byte is very long
I used pingdom to check for website's loading times. I found some bottlenecks that comes from other domains and fixed them. But slowest part still exist.
Homepage opens nearly in 12 seconds! One second comes from all internal and external js,…

trante
- 33,518
- 47
- 192
- 272
1
vote
1 answer
Pingdom REST API from Classic ASP
I would like to use the Pingdom REST API from Classic ASP, but the following code:-
' setup the URL
baseUrl = "https://api.pingdom.com/api/2.0/checks"
' setup the request and authorization
Set http =…

epx
- 87
- 1
- 1
- 8
1
vote
2 answers
how do I fix Blocked state in pingdom test results?
I am getting (Blocked Web browser is not ready to send) on pingdom on all my scrips and images in the page. What is coursing this? and is it something I can do about it?

velvetInk
- 368
- 1
- 4
- 18
1
vote
0 answers
Pingdom speed test downloads both woff2 and woff of the same font
I noticed when running Pingdom speed test and viewing the file requests section, the test server downloads both .woff2 and .woff versions of each font from my site, declared using the standard @font-face css like below:
@font-face
{
…

thankyoussd
- 1,875
- 1
- 18
- 39
1
vote
1 answer
Is it possible to check mydomain API responses through Pingdom?
Q: Is there a way to configure Pingdom to check results from mydomain's API?
The API would consist of multiple GET requests. If so how can I approach this. Uptime Check and Transactional check don't seem to offer what I am looking for.

PenguinRage
- 45
- 7
1
vote
1 answer
Who can I get HTTP_USER_AGENT of GTmetrix and Pingdom?
Do anyone know who can I get the HTTP_USER_AGENT of Testing Tools like GTmetrix and pingdom. To be more precise please check this link which get the User agent of Google Pagespeed => PageSpeed Insights 99/100 because of Google Analytics - How can I…

vikas
- 1
- 3
1
vote
2 answers
GWT applications and the returned response from the server
I have some GWT application that run on the server.
we are subscripting with some solution that pings this application in a regular interval of time.
The point is, this solution (service) checks the returned response from the server to contain some…

Muhammad Hewedy
- 29,102
- 44
- 127
- 219
1
vote
1 answer
Two hosts indicates the same ip address
How is it possible that two hosts indicates the same ip address? When I'm trying to ping the s482.pingdom.com it returns the IP as below
ping s482.pingdom.com
PING s482.pingdom.com (69.64.56.153): 56 data bytes
64 bytes from 69.64.56.153:…

Michal S.
- 450
- 3
- 15
1
vote
1 answer
Remove query strings from static resources
My website is running on ASP.NET platform and recently i test my website on pingdom and i found the below error.
Resources with a "?" in the URL are not cached by some proxy caching
servers. Remove the query string and encode the parameters into…

Nomal Afzal
- 65
- 10
1
vote
3 answers
Is the pingdom uptime monitor increasing my GA bounce rate
I've been looking at my Google analytics account and noticed a surge in the bounce rate. Is it possible the PINGDOM uptime monitor is causing this increase? There seems to be a correlation between the two.
Many thanks

stckpete
- 571
- 1
- 4
- 13
1
vote
1 answer
How to make repeated requests to an API every a certain amount of time?
I'm developing a web app using Symfony 2.8. I need to use the Pingdom API to obtain information about certain websites which are being monitored by Pingdom.
I was able to do a request to obtain the checks of a certain website, using the app key,…

nbro
- 15,395
- 32
- 113
- 196