qt8gt0bxhw|20009F4EEE83|RyanMain|subtext_Content|Text|0xfbffe80000000000b800000001000600
I just re-read article from earlier in the year on evolt.org again that outlines 10 tips to make your pages load faster. I like to re-read stuff like that to remind myself of the things I am getting lazy about.
Some highlights:
- Avoid tables for layout.
- Don't use images to display text.
- Call up images through CSS.
- Use contextual selectors.
- Use shorthand CSS properties.
- Minimize white space, line breaks, and comment tags.
- Use relative paths instead of absolute.
- Remove unnecessary META tags and META content.
- Put CSS and Javascript in external files.
- Use '/' and the end of directory links.
Many worthwhile tips for sure. However some of them, while good practice, start falling along the lines of small enough that you'd not see too much impact - so don't go spending several hours going through old code to add a '/' on the end of all your directory links or anything - just start adding them from now on ;-)
While great tips, some won't save you a whole lot on performace - but still good practices. Others however, such as avoiding tables, will give you real benefits and considered best practice.