Tagged Questions
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)
...
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
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 ...
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
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
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 ...