Relating to the use of Pingdom services and/or their associated ReSTful API and API bindings
Questions tagged [pingdom]
73 questions
0
votes
1 answer
Website Optimization - Page Load Time & DOM manipulations
Just wondering whether JavaScript execution i.e. for DOM Manipulation is taken into account by Tools like http://tools.pingdom.com/, Google Analytics that calculate a Web pages Load Time obviously there is a distinction between Download Time & Load…

sjm
- 5,378
- 1
- 26
- 37
0
votes
2 answers
Can anybody help explain whats causing my site to load so badly?
I have just launched the website - exactabacussoftware.com built with a custom theme in wordpress.
I noticed that the page load time was stupidly slow and when I checked the results with pingdom I could see that a lot of the analysis was duplicated…

OzzyWadd
- 25
- 1
- 1
- 5
0
votes
1 answer
Pingdom get_actions_alerts method returns empty list
I am new learner to use pingdom-api in django-project to check the status of website.
I have imported pingdom library to access methods directly in my views.py
my views.py
import datetime
import pingdomlib
api = pingdomlib.Pingdom( username =…

Anil Arya
- 3,100
- 7
- 43
- 69
0
votes
1 answer
Why is the page loads two times by pingdom tools?
The problem is that the page loads 2 times, reported by pingdom.
The page is www.klikmk.com
The speed looks fine most of the time, but could be better if there is no double load. I am looking in the code also as html with firebug, but I can't find…
0
votes
1 answer
Accessing Pingdom API with HTTParty from Rails
Hi there i have a problem while accessing Pingdom API from my rails app. Here is the code:
auth = {:username => pingdom_username, :password => pingdom_password, :key => application_key }
response…

Dragan
- 500
- 3
- 11
0
votes
1 answer
Best way to check the status of a SSHFS mount via php?
We have a few sshfs based mounts.
We also use pingdom to monitor our service.
We would like to create a custom pingdom handler (php based, accessed via our webserver) to test the status of these mounts.
What is the best way to test the status of…

anonymous-one
- 14,454
- 18
- 60
- 84
0
votes
1 answer
Java page load library
I need to write some web page load measuring Java tool with the same functionality as at http://tools.pingdom.com/fpt/ or http://pageload.monitis.com/pagespeed.jsp. I need to measure page and all its embedded elements load time. Tool should have no…

Alexander Pastukhov
- 58
- 7
0
votes
1 answer
Pingdom monitoring tool detecting HTTP 302 Found responses intermittently
I am experiencing intermittent issues when using the Pingdom monitoring tool to check the status of my website.
Every 10-15 minutes I get an alert to say that a 302 has been found. What I can't understand is - i'm not doing any 302 temporary…

crmpicco
- 16,605
- 26
- 134
- 210
0
votes
2 answers
How can I combine rows of data into a new table based on similar timestamps? (python/MySQL/PHP)
Not sure if the title is a great way to word my actual problem and I apologize if this is too general of a question but I'm having some trouble wrapping my head around how to do something.
What I'm trying to do:
The idea is to create a MySQL…

sicksicksick
- 21
- 3
0
votes
1 answer
Very high page load times?
I have a Drupal site built on a shared host and I'm finding that the site is very slow to respond. I susepect it's the host and not my Drupal/database configurations but I don't know how to decipher the results from Pingdom.
I have also read…

UserIsStuck
- 519
- 1
- 6
- 18
-1
votes
2 answers
PythonNameError: name 'discovery' is not defined
Have this below function.But getting error ..any thoughts ?
def zabbix_discovery(pingdom_data):
discovery = []
for k,v in data["recipes"].items():
discovery.append(
{"{#NAME}":…

Lokesh Durairaj
- 9
- 1
-1
votes
1 answer
php curl post to pingdom not working
Trying to post a url to pingdom's web page load testing tool, and grab the resulting html...but, all I get is the home page, as though the post hasn't even gone through. Can anybody see what's going wrong here?

valen
- 807
- 1
- 16
- 43
-6
votes
2 answers
Making a website like pingdom - how is it programmed?
I am a PHP programmer. I want too write a class that can calculate a website times:
Lookup DNS
Connect
Send the request
Wait for response
Receive response
Loading time
How can I make a website like Pingdom? What PHP functions can do this for me?

el Fo
- 9
- 4