Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
4answers
4k views

Why are my basic Heroku Apps Taking 2 seconds to load?

I have created two very simple heroku apps to test out the service, but it's often taking several seconds to load the page when I first visit them: Cropify - Basic Sinatra App (on github) ...
6
votes
6answers
1k views

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 ...
6
votes
6answers
553 views

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 ...
3
votes
1answer
1k views

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 ...
2
votes
2answers
256 views

Equivalent java code to measure response time of server

what are the equivalent java api s that I should be using for the following C# code please? What i need is to check the response time. HttpWebRequest request = ...
2
votes
1answer
328 views

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 ...
2
votes
2answers
193 views

Response time for a UIButton

I have developed a test for iPod/iPhone (with MonoTouch if that is relevant) that measures reaction time. But I need to take into consideration the time between touching the screen and actual ...
2
votes
3answers
174 views

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 ...
2
votes
4answers
3k views

How to measure response-time of network using Java?

We have a client and a server. I want to measure the response-time of the network between them. When I send a request to server it should immediate respond to my request, it should be like a ping ...
1
vote
1answer
89 views

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 - ...
1
vote
2answers
33 views

What are some ways to make a webpage load faster if it displays dynamic images?

I am quite aware of some methods on how to optimize images (like using sprites or smushit.com). However, what if the images that are being loaded are from the users (dynamic)? Meaning we cannot make ...
1
vote
1answer
109 views

XML Load TimeOut

I am using below code to load a xml: XmlDocument xdoc = new XmlDocument(); xdoc.Load("http://mydomain.com/video/list"); in normal situation it works fine, but some times i face a issue of response ...
1
vote
3answers
393 views

Making a DNS request using Java and timing the response

Could some one show me how I can make a DNS request to a particular DNS server and get the response as well as the response time? I intend to use this in an signed applet. Is this allowed in an ...
1
vote
1answer
515 views

Slow Nested RenderPartial Response times - MVC

I have an asp.net view/page (dynamic) that is built up of nested Html.RenderPartials. The view is sent an appropriate viewmodel to render. Firebug says the GET response for the HTML is 9.89 secs for ...
1
vote
3answers
152 views

Is GAE Really GZipping My Content? Slow Response Times with GAE as CDN

I am testing out Google App Engine as a free Content Delivery Network and it feels like it's taking a long time to serve up my content. I read somewhere that GAE gzips all of your content by default, ...
1
vote
1answer
324 views

Apache Response Time Monitoring in Hyperic

I seem to be having a hard time getting the Apache module for Hyperic to compile in Ubuntu 8.10. Has anyone had any luck getting it to work? Does anyone have a precompiled version? I am running ...
1
vote
4answers
297 views

Performance Testing fundamentals

I have some basic questions around understanding fundamentals of Performance testing. I know that under various circumstances we might want to do - Stress Testing - Endurance Testing etc. But my main ...
0
votes
0answers
47 views

how to avoid multiple procedure calls from java

I am sure most of us have faced problem where we need to call DB procedure multiple times to save the data. The simple example is Admin uploading employee details through excel and then this data is ...
0
votes
1answer
93 views

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 ...
0
votes
0answers
52 views

Response time checking script for list of URLs

I'm running apache-tomcat on ubuntu cloud servers for hosting jsp pages. I'm using CDN for static contents and its TTL is set to 1hr. I'm feeling slow response time(h/w utilization is normal) to ...
0
votes
2answers
141 views

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 ...
0
votes
0answers
44 views

Some tips for less paging and better response time in windows?

I really hates paging that makes response time slower. Sometimes windows seems to page out less recently-used pages even though there's enough physical memory space. (I often suffer some page-in ...
0
votes
0answers
141 views

Wait for the response of Ajax call made inside a mockjax intercepted call

I am using mockjax (from enterprisejquery.com) to intercept server calls and then using proxy url to pull json file from my local machine. Now in one of these scenarios I have to intercept a server ...
0
votes
5answers
497 views

How do you determine an acceptable response time for App Engine DB requests?

According to this discussion of Google App Engine on Hacker News, A DB (read) request takes over 100ms on the datastore. That's insane and unusable for about 90% of applications. How do you ...
0
votes
3answers
358 views

Running response time tests on php code - how much is 7.2E-5 microseconds?

Hi guys I'm using microtime() function of php to tell how long certain snippets of code take to run I do this by taking the time before and after the snippet and subtracting them using microtime ...
0
votes
1answer
521 views

AJAX/JQuery response time performance widget

I'm looking for an AJAXian widget that shows the time between client browser and server. Any ideas?