Questions tagged [response-time]

57 questions
0
votes
1 answer

Windows Server: First request very slow, subsequent requests normal

I’m developing a Laravel website which is to be deployed to Windows Server 2019 (IIS) running SQL Server, hosted on a VPS with Plesk. I recently deployed the site to a password-protected testing subdomain on the server to make sure everything works…
0
votes
0 answers

Nginx server response time is unexpectedly high for one in hundreds of requests

I'm using Nginx to serve .ts files for live streaming (HLS). Everything works fine but there is a problem with the response time of the files. Occasionally, some .ts files received from the server have an unexpectedly high response time which is…
0
votes
0 answers

PHP+Nginx response time too much

I'm running a php-fpm server behind an nginx reverse proxy which is simply serving phpinfo to benchmark the response time. The response time (using postman) for the phpinfo page is around 150ms which seems to be way too high. I've used both AWS c5…
Ryan
  • 1
0
votes
0 answers

EBS target response time increasing before CPU utilization

I'm in a company where we have an elastic beanstalk configuration and it works fine with our CICD. The only issue is that earlier today i ran a stress test (basically just disabled AWS shield and went hammer on the DDOS). Regardless of what we did…
0
votes
2 answers

haproxy, is it impossible to monitor the http total request time?

using haproxy HTTP logs with http-server-close of keep-alives the time counters in the logs (TR, Tt...) are based on the beginning of the TCP connection. Which means only the first request, with cookie status *NI (--NI) has timers corresponding to…
NanoPish
  • 63
  • 6
-1
votes
3 answers

How can be ping used to measure a server speed?

When I ping myserver.com, I get this responses: 64 bytes from XXX.XXX.XXX.XXX: icmp_seq=1 ttl=242 time=52.6 ms 64 bytes from XXX.XXX.XXX.XXX: icmp_seq=2 ttl=242 time=55.9 ms 64 bytes from XXX.XXX.XXX.XXX: icmp_seq=3 ttl=242 time=52.1 ms 64 bytes…
Enrique Moreno Tent
  • 459
  • 2
  • 7
  • 19
-1
votes
1 answer

Loading Javascript files after the page is rendered and response time

So normally javascript files are loaded using the tag. But how can you bind the loading of scripts files(For some secondary features like searching) to the document ready event? And is it generally a good way to minimize your page's response…
StCee
  • 241
  • 3
  • 14
-1
votes
1 answer

Response time more than doubled after switching from A to CNAME on Heroku

I recently switched my Heroku app DNS setting from using A record at the apex to using CNAME record at www subdomain, because of the scenario outlined in this blog post: http://neilmiddleton.com/the-dangers-of-a-records-and-heroku/ Supposedly, this…
-1
votes
2 answers

Network time metrics

I am trying to get a sense of the different networking metrics and specifically those that are about time. I find myself lost in definitions though. From the research I have done so far I found some contradictions in the definitions depending on the…
-2
votes
1 answer

Is my response time normal?

I have a cheaply rented server space running Ubuntu 12.04. I've measured response time using a Python script that just connects over a socket and sends small data back and forth, and it seems quite erratic, jumping around from 85ms to 2sec,…
-2
votes
1 answer

DNS query sends NS response for NAPTR query instead of going for SRV and A query

I am trying to send dns query with NAPTR+SRV+A query but after NAPTR query it dns send NAPTR response with NS response and with additional records that is SRV and A but I want to send SRV and A query exclusively.
-3
votes
2 answers

How can I optimize my ajax calls to deliver at 60ms.

I am building an autocomplete functionality for my site and the Google instant results are my benchmark. When I look at Google, the 50-60 ms response time baffle me. They look insane. In comparison here’s how mine looks like. To give you…
Quintin Par
  • 4,373
  • 11
  • 49
  • 72
1 2 3
4