Questions tagged [response-time]

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

219 questions
3
votes
1 answer

Is it possible to find out server response time and client rendering time using Fiddler?

Hope you are fine, I rarely use Fiddler for my web calls. Now I have tuned some queries in my application. So I would like to test my server response time and client rendering time using Fiddler. Is that option available in Fiddler? If yes, can…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140
3
votes
1 answer

Performance impact on primary instance when querying read-only replica

I am currently working on an application that continuously queries a database for real time data to be displayed. In order to have minimal impact on systems which are writing to database, which are essential to the business operation, I am…
3
votes
1 answer

Produce Response Time Graph with Jmeter

I am working on Apache Jmeter. I am going to simulate DOS attack with this software, and measure the Response Time / Experiment Time. I should produce these factors with Graph. How should I do it?
3
votes
1 answer

Mongodb query slow response time

I'm working on a project that uses flexible schemas. I've setup a local mongodb server and am using mongoose inside node. Having an interesting scaling problem and was wondering if these response times were normal. If a query returns 50 documents, I…
Sam DeSota
  • 140
  • 1
  • 7
3
votes
2 answers

Request Latency as Per Jeff Dean of Google

I was watching this video in which Jeff Dean talks about Latency and Scaling - https://www.youtube.com/watch?v=nK6daeTZGA8#t=515 At the 00:07:34 mark, he gives an example of latency that goes like this - Lets say you have a bunch of servers. Their…
Quest Monger
  • 8,252
  • 11
  • 37
  • 43
3
votes
2 answers

LONG POLLING (in php) starts hanging after 5 requests to database

I'm developing live auction site, with real-time bidding system. I'm using LONG POLLING when user bids on item. I've chose long polling because WebSockets are not yet very supported and NODEJS is to complicated for me to implement right now. So I'm…
2
votes
1 answer

Morgan middleware reponse time token

I am a bit confused regarding the response time token that is printed from morgan middleware with nodejs. Via postman i see reponse time say 100+ms, but in the logs using the middleware, the response time is like 0.1 and around that. At a first…
2
votes
1 answer

How can I measure Flex/Java app response and rendering time?

We have Flex/Java app with a typical scenario: Clicking the button Preparing request Sending request to the backend Receiving a response from the backend Rendering the response How can I measure time from the start of step 1 to end of step 5?
dzieciou
  • 4,049
  • 8
  • 41
  • 85
2
votes
0 answers

How can i optimize Azure Form Recognition response time?

I've implemented a custom model at Azures's form recognizer. In performance test, using PDF and JPEG files to do the text extraction, the hole process is being executed at Azure and are getting ~4.5s to response the requests. My question is, There's…
2
votes
2 answers

How do you load/stress test a java servlet?

I have a servlet, and I want to do more than a unit test. I need to know performance under load and stress test it. I need to be able to script a variety of transactions that run over specific time frames, and get collect response time data so I…
angryITguy
  • 9,332
  • 8
  • 54
  • 82
2
votes
3 answers

Is it possible to fail a sample in Jmeter if JDBC response time takes too long?

The problem is that some requests take a pair of seconds to answer and for others JMeter might wait forever. So I need to have a test plan in which if JDBC request response time crosses 30 sec for any of the sample, it should fail the sample, stop…
2
votes
1 answer

JMeter - Response time has same value as latency

I'm executing performance testing using JMeter and Blazemeter report, but the response time value is the same as latency time value. can somebody explain? I attach the graph results: Latency Time Graph Response Time Graph
2
votes
2 answers

JMeter response time vs threads graph - data point

What data point this graph is using? Is the graph representing TTFB (time to first byte) or TTLB (time to last byte) Here are the settings:
2
votes
1 answer

Increase Android emulator response time on general/app operation

Due to some project, I need to work on Galaxy Tab Emulator on my machine. I find its response rate very slow, specially while operating it generally and also on operating my application. Is there some way I can increase that!! Some virtual primary…
Rohit Mandiwal
  • 10,258
  • 5
  • 70
  • 83
2
votes
1 answer

Angular 4 App load time with JSON files

I am working on reducing load time of my angular 4 app. My app has 16 JSON files (only 47.1 kb in size), these files are the service response mocks and are for developer use only. This means, in case the service is down the developer can use these…
Anna
  • 1,669
  • 7
  • 38
  • 63
1 2
3
14 15