Questions tagged [pingdom]

Relating to the use of Pingdom services and/or their associated ReSTful API and API bindings

73 questions
1
vote
1 answer

The requests for the following URLs don't fit in a single packet. Reducing the size of these requests could reduce latency

Pingdom Speed test tool showing below error : Minimize request size The requests for the following URLs don't fit in a single packet. Reducing the size of these requests could reduce latency. data:application/font-woff;base64,d09GRgABAAAAA ...…
1
vote
0 answers

My site is loading twice when tested with pingdom

Hi maybe someone can help me? Upon checking my site (get-a-way.com) with Pingdom my sites seems to be loading twice and adding on about 2 seconds to my load time. I have read through a few related comments and tried to fix it but the problem…
Pete
  • 21
  • 2
1
vote
0 answers

Pingdom breaks IIS output caching when using varyByHeaders (Cookie)

I've been doing a lot of research on output caching lately and have been able to successfully implement output caching in IIS via web.config with either varyByQueryString or varyByHeaders. However, then there's the issue of Pingdom's Performance &…
Matt Borja
  • 1,509
  • 1
  • 17
  • 38
1
vote
0 answers

Why Firebase hosting slow to load static file?

I'm using Firebase hosting to store static files. I made a test on pingdom and the files are slow to load compare to others : They say on Firebase that they are one of the fastest CDNs available. Why I can't get good performance?
Siol
  • 311
  • 8
  • 21
1
vote
2 answers

Long load time on domainname on Pingdom (95% of total load time)

The load time of my website is very long, and especially the waiting time on Pingdom. When I scan my site you see the site isn't that slow, but the server is very slow. Also when you load the site on your browser it takes forever before the site…
Fedde12
  • 11
  • 1
1
vote
1 answer

How to block pingdom bots in nginx?

Considering that Pingdom is a high reputable site, I tried to subscribe for their uptime monitoring service. However, even though I setup for 5 minutes interval, their bot Pingdom.com_bot_version_1.4 keeps accessing my site not once every second,…
user1801605
  • 441
  • 7
  • 18
1
vote
3 answers

Unexpected error on UrlFetchApp.fetch in Google Apps script

I'm trying to access the Pingdom API in Google Apps script following that example: https://developers.google.com/apps-script/external_apis query = 'credits'; var username = 'foo'; var password = 'bar'; var credentials = username+':'+password; var…
Max
  • 12,794
  • 30
  • 90
  • 142
1
vote
1 answer

Google Analytics Page Load Times vs Pingdom Page Load Times.

I am examining the page load time numbers in GA and Pingdom. My avg via pingdom is consistently 3 seconds, or around that. My page load time in GA is consistently around 10 seconds. Can anyone explain the technical reason for this difference.…
Ben Johnson
  • 150
  • 1
  • 10
1
vote
1 answer

PHP script of WP plugin takes 11 seconds to load

I'm no .php expert, so I'm looking for a little help (or at least an explanation) A plugin I'm using on my organization's site (called Coin Slider 4 WordPress) is slowing the site to a crawl. I ran a full page test on pingdom tools and the plugin's…
1
vote
1 answer

django supplying login credentials in any view url

Is there any way in django to perform login using credentials supplied while accessing any view in the application? My motivation here is availability monitoring using a service such as Pingdom. Most of the urls I want to validated their…
Variant
  • 17,279
  • 4
  • 40
  • 65
1
vote
1 answer

Pingdom Credential Missing Even If Provided

I'm writing a node.js application that makes a get request to pingdom; but keep getting "user credential missing error" even tho I tried to put that everywhere. Please see code below. function get_checks() { var options = { "hostname" :…
Max
  • 1,399
  • 13
  • 28
0
votes
1 answer

Performance implications with The name server failed to answer queries sent over TCP

when i checked my DNS helth with pingom tools i got this result "Name server does not answer queries over TCP.". I know this is a requirement and i am about to implement this, but before doing this, i need to know whether this have any performance…
vilsad
  • 76
  • 8
0
votes
0 answers

Wordpress plugin js link & -> &

So I'm trying to get the Pingdom Status WordPress plugin to work on my site, however I am facing a problem with some charts not showing. Now the problem with the charts not showing is because the URL for the data is wrong because it gets overwritten…
Jacob
  • 3,521
  • 6
  • 26
  • 34
0
votes
1 answer

How to Automate web performance tools in React Application other than lighthouse

I am looking for a web performance tool that can be added to the localhost CI-CD Pipeline rather than manually entering the URL in PageSpeed Insights for performance check, I have heard about Pingdom but don't really know how to implement or add it…
ali
  • 492
  • 2
  • 7
  • 18
0
votes
1 answer

Checking a JSON POST API with Pingdom

Is there any way to add a check in Pingdom that makes an HTTP POST request to an API with a JSON POST body? I see in their advanced configuration screen that you can specify a POST body but it indicates that it sends the request as a form post, not…
Chad
  • 2,161
  • 1
  • 19
  • 18