Measurement of time spent from sending the request until received a response
Questions tagged [response-time]
219 questions
0
votes
1 answer
Finding out loading time of webelements in a webpage using selenium webdriver
I have a webpage(HTML 5) in which there are 4 charts, each of which taking different time to load once the static content in the page comes up. The Loading is shown in the webpage using a 'rendering' circle image for all the 4 charts. I want to find…

user2885295
- 329
- 1
- 4
- 12
0
votes
1 answer
JMeter report metrics of each request
Is possible with JMeter report data of all test request? Most important are Response time and Thoughput for me. When I use graph or aggregate report, I get only final values of Average and Thoughput on the end of the test. But I need save response…

Ondřej Ryška
- 461
- 1
- 11
- 23
0
votes
1 answer
Measuring WCF service calls response time in Fiddler and C# application
I'm looking for way to measure service call response time in Fiddler so it included all stages of process (creating request, serializing it to xml, sending, getting response, deserializing it). Like this:
var start = DateTime.Now;
// client is…

Jaded
- 1,802
- 6
- 25
- 38
0
votes
1 answer
debugging long django reponse times due to unexpected db queries
I've used this post to profile a ajax django view with a json response. The following are by far the largest time suckers:
ncalls tottime percall cumtime percall filename:lineno(function)
1 1.502 1.502 1.502 1.502…

Jonathan Livni
- 101,334
- 104
- 266
- 359
0
votes
1 answer
Can I improve my server response time?
I have the following sample code running on my server. It simply accepts connections, when it reads something it responds immediately:
import socket
import select
def main():
bind = ("0.0.0.0", 28889)
server_socket = socket.socket(socket.AF_INET,…

whats canasta
- 763
- 2
- 7
- 16
0
votes
2 answers
SQL server query response time influenced by "outside" processes?
Can the performance (response time) of a query executed in a DBMS like SQL Server be influenced by whatever it's happening on the machine on which the server runs? To be more specific, is the response time expected to increase when running a couple…

stringofquarks
- 27
- 5
0
votes
1 answer
wso2 : How to get SLA/ response time of service
how can i get response time of each services in ESB using class mediator?
I created a DiscoveryProxy in ESB and want to access QoS (response time) of services that have been deployed in application server.
how can i access to SLA/response time of…

Ramtin Ramtin
- 173
- 3
- 12
0
votes
0 answers
Using SQL Server to augment a slow-performing database platform
I have an application already written to work with MSSQL and the company has moved on to develop applications using a slower database platform (I will leave it unnamed for now). All the data is to be migrated from SQL to the new slower platform and…

CrazyTim
- 6,695
- 6
- 34
- 55
0
votes
2 answers
Replacing WordPress' wp_list_pages function with a multidimensional array to reduce response time
I'm trying to hack together a more efficient (fewer db calls etc) function than WordPress' wp_list_pages without all the possible arguments and stuff. The wp_posts table looks like this:
ID post_title post_parent
1 Skate brand…

Richard B
- 395
- 1
- 3
- 13
0
votes
1 answer
Automated method for extracting response time of subject vocalizations in event-related fMRI experiments
I have successfully extracted participants' overt word reading reaction time data
from their responses within the MRI scanner. This is the function i have written in matlab…

Ankur
- 3
- 3
0
votes
1 answer
Load Runner - Capture Initial Page Load Time - Ignore Call Back Requests
We have a requirement to capture initial page load/paint time while callback requests are loading data on the page. We are using Load Runner performance testing. The average response times for a transaction are 9-10 seconds. However, we are more…

user243542
- 241
- 7
- 20
0
votes
2 answers
What are the other ways of injecting rss feeds into a webpage w/out slowing the page load other than Ajax?
I'm in a somehow tough situation here. I need to load data from multiple rss feeds into my page without slowing the page load. I first used Ajax to do so but my boss insisted that it should not affect the seo ranking of the page.
Therefor I think…

2hamed
- 8,719
- 13
- 69
- 112
0
votes
2 answers
Unresponsive Script and/or high response time for bar chart using HighCharts
I am facing an issue when I try to render a bar chart which has large number of data points. But this happens only in FireFox. A popup shows up saying unresponsive script after 10 secs & if I continue it takes around 20 secs to display. I have set…

Chantz
- 5,883
- 10
- 56
- 79
0
votes
1 answer
What is the best practice regarding large localization properties files?
From a performance and memory point of view, what is the best practice regarding localization properties files?
A few large files or many small files?
Use properties files or compiled property class files?
Example scenario:
I have an application…

Allan
- 11
- 2
0
votes
1 answer
Response time of web server significantly longer when started from within eclipse
I am developing an application that includes an embedded Jetty webserver. When I start from within eclipse, I experience response times of about 100ms even for very simple requests which I would expect to return within about 15ms. However, when I…

lex82
- 11,173
- 2
- 44
- 69