Ten Steps to speed up the download of your HTML pages
Excellent page describing how to minimize download time of a webpage. Some simple old tricks and some advanced new ones (e.g. using stylesheets instead of tables, etc).
The steps are:
The steps are:
- Lay out your pages with CSS, not tables
- Don't use images to display text
- Call up decorative images through CSS
- Use contextual selectors
- Use shorthand CSS properties
- Minimise white space, line returns and comment tags
- Use relative call-ups
- Remove unnecessary META tags and META content
- Put CSS and JavaScript into external documents
- Use / at the end of directory links
These steps are explained in brief on the page: http://www.codeproject.com/html/webspeed.asp
0 Comments:
Post a Comment
<< Home