The art of tuning a website to deliver it's content quickly and efficiently to the user over a potentially low bandwidth connection.
17
votes
6answers
483 views
How do you load test your application?
What is the most effective way to load to load test your app? The main point is to determine how many users you could support at a single time with the application still running at a reasonable speed.
...
21
votes
1answer
2k views
How exactly is Google Webmaster Tools measuring “Site Performance”?
I've been working for two months now on improving our response time (mainly server side) on a new forum (a brand new product on a technical point of view) we've launched in Germany a few month ago and ...
8
votes
1answer
487 views
Is there a maximum size that web pages should be kept under?
Posted this on SO before Ben Voigt was nice enough to direct me here. Anywho, here is my question:
When I say size I'm talking about bytes not pixels.
I'm curious if there is any consensus on what ...
17
votes
2answers
967 views
If a page takes too long to load, after how long will a user give up and re-load or go elsewhere?
If a page takes too long to load, after how long – generally – will a user give up and re-load or go elsewhere? What studies have been done that measured page load time and user ...
13
votes
11answers
1k views
Common optimizations to reduce HTML or XHTML page size?
What are some common optimizations performed to reduce HTML or XHTML page size? Some that come to mind are:
removing comments,
removing extraneous whitespace,
moving repetitive inline styles to a ...
13
votes
7answers
385 views
What are the best ways to measure end user web site performance?
I know of a couple tools to measure end user web site performance and I'm wondering what else is out there. The two major ones I know of are yslow and Google's page speed.
2
votes
3answers
115 views
Google webmaster tools Site Performance says site is faster but shows it slow in the graph
Looking into Google webmaster tools it happened to me many times to see for some of my sites these type of inconsistency, in the text they say my site is faster than 63% of sites, but when I look at ...
4
votes
1answer
96 views
What percent of visitors should click on the next page before you enable prefetching?
Mozilla Firefox and Google Chrome support prefetching via an HTML tag:
<!-- in chrome -->
<link rel="prerender" href="http://example.org/index.html">
I suppose it is always worthwhile ...
1
vote
3answers
1k views
GZipped Images - Is It Worth?
Most image formats are already compressed. But in fact, if I take an image and compress it [gzipping it], and then I compare the compressed one to the uncompressed one, there is a difference in size, ...