Wednesday, October 17, 2012

Make Your Pages Load Faster

Here is some tips which will make your page load faster

Avoid table layouts and use Div.

Don't use images to display text.

Call up your images through css if possible.

Use contextual selectors

Use shorthand css properties.

Remove white space, line breaks, and commented tags.

Use relative path instead of absolute

Remove unnecessary Meta tags and Meta contents.

Put you css and JavaScript in separate files.

Use '/' and the end directory links.

Use compressed version of css and JS files

Enable compression on your IIS while deploying the site on IIS.

No comments:

Post a Comment