Minimize site response time
Response times of web sites are usually slow compared with that of desktop software. It's very helpful to minimize web site response times, to increase user satisfaction.
Some helpful techniques :
- minimize the number of graphics associated with the page
- if a graphic is necessary, consider ways of reducing its size in bytes
- consider serving zipped content (modern browsers are able to unzip pages on the fly)
- use the Firebug extension for Firefox to show file size and download time for each element in the page
Another simple technique is to just remove unnecessary white space in HTML :
- it is easy to implement
- it translates directly into reduced HTML download times
- it can produce significant savings in the size of an HTML file, typically in the range of 10-25% (sometimes more)
See Also :
Would you use this technique?
|
|