Questions tagged [response-time]

Measurement of time spent from sending the request until received a response

219 questions
81
votes
13 answers

What is the shortest perceivable application response delay?

A delay will always occur between a user action and an application response. It is well known that the lower the response delay, the greater the feeling of the application responding instantaneously. It is also commonly known that a delay of up to…
Jon Cram
  • 16,609
  • 24
  • 76
  • 107
51
votes
8 answers

Percentiles of Live Data Capture

I am looking for an algorithm that determines percentiles for live data capture. For example, consider the development of a server application. The server might have response times as follows: 17 ms 33 ms 52 ms 60 ms 55 ms etc. It is useful to…
Jason Kresowaty
  • 16,105
  • 9
  • 57
  • 84
23
votes
3 answers

Average Inter-Keypress time when typing

I have tried to google for answers to this, but perhaps there isn't widely available research or perhaps I'm not using the right terms. Basically, I would like to have some idea as to the average time it takes between key presses when typing. The…
AHungerArtist
  • 9,332
  • 17
  • 73
  • 109
8
votes
2 answers

Angular - Server side - Initial response time is very high

My site - https://sandbox.billionlearners.com => It is on Angular 12 SSR (running on node) Total time taken to render the page is @6secs but initial server side page take @4secs (which has size less than 200Kb) command line dig time…
user2869612
  • 607
  • 2
  • 10
  • 32
8
votes
3 answers

Can BigQuery be fast enough for real-time onsite request

I'm looking into the possibility to use BigQuery and its API to do on-site queries depending on content that is viewed by our visitors. Therefore the response time is crucial. I have loaded a very simple structured dataset of 10k rows (4columns)…
Arjen
  • 133
  • 2
  • 10
7
votes
3 answers

Measure response time using Invoke-WebRequest similar to curl

I have a curl command which response time by breaking it by each action in invoking a service. curl -w "@sample.txt" -o /dev/null someservice-call I want to measure the response time in a similar way using PowerShell's built-in Invoke-WebRequest…
Rock
  • 71
  • 1
  • 1
  • 4
7
votes
6 answers

What is the difference between Completion time and response time when dealing with scheduling policies

I've been looking online for a while now, trying to find definitions and examples on these two terms but I cannot seem to get a straight answer and I am simply getting more confused. Could someone explain the difference to me. A nice and…
7
votes
4 answers

Measuring server response time (client-side)

I would like to implement a script that would measure the response time of my server (= remote url) from a client using a regular browser without any extra plugins (Java etc.). I'm only looking at the network speed (response time), not the page…
Kraken
  • 295
  • 1
  • 3
  • 13
6
votes
0 answers

Next js app loading very slow in development enviorment

I am developing next js application and in development enviroment it takes lot of time to load, The page goes unresponsive in the start and then if I cancel the request it stop loading, after refreshing it loads immediately. I am using material ui…
6
votes
6 answers

Slow response-time cheat sheet

Does anyone have links to current and historical papers and authoritative links (statistics and blog posts) regarding response-time for user interfaces? Naturally the authoritative link is Human factors design criteria in man-computer…
Sam Saffron
  • 128,308
  • 78
  • 326
  • 506
6
votes
4 answers

How to Optimize REST API Response time

am working on a E-commerce project which has internally four projects(parts). 1.) core -has users info 2.) cms-contents info 3.) oms-orders info 4.) wallet-payment info Used:- UI-AngularJs Backend-java No third paty api calls. caching already…
NeeruKSingh
  • 1,545
  • 3
  • 22
  • 26
6
votes
3 answers

How to detect High CPU and long response time issues with Asp.NET Web Api

We are running Asp.Net WebApi on 3 servers behind HAProxy. HAProxy simply randomly distributes requests among these 3 instances. These instances connect to mongodb, redis and some windows services. Normally, w3wp.exe uses about %30 cpu on each api…
Serhat Ozgel
  • 23,496
  • 29
  • 102
  • 138
6
votes
1 answer

Performance effect of enabling apache response time log directive

What affect will enabling the response time (%D) LogFormat directive have on apache performance? The response time is the time taken to serve a request in microseconds. Response time can be enabled like so: #LogFormat "%h %l %u %t \"%r\" %>s %b" …
makeyourownmaker
  • 1,558
  • 2
  • 13
  • 33
5
votes
1 answer

CouchDB Performance: 1.6.1 vs 2.1.1

We are looking at upgrading our CouchDB on our RHEL servers from 1.6.1 to 2.1.1. Before we do that, though, we wanted to run a performance test. So we created a JMeter test that goes directly against the database. It does not use any random values,…
Westy
  • 707
  • 2
  • 10
  • 23
4
votes
1 answer

ASP.NET application and CPU usage

We have a vanilla ASP.NET application (ASP.NET web forms, Entity Framework, SQL Server 2005) without any explicit multithreading from code. It has been deployed on the stagging environment (OS - Windows Server 2008 R2 64 bit, CPU - Intel Xeon E5507…
skATsof
  • 191
  • 1
  • 1
  • 10
1
2 3
14 15