Here are some innocent tips and tricks to get your website to load faster behind the scenes. Most of them are either simply good practice or tools to help you out along the way. If you have any more ways to speed up your site leave a comment at the bottom of the page.
1. Valid Code

Valid code means that browser doesn’t have to make, create and merge your code to make it work. A page with the correct DOCTYPE and structure will render quicker within the browser, it also helps with browser compatibility.
XHTML and HTML Validator – http://validator.w3.org/
CSS Validator – http://jigsaw.w3.org/css-validator/
2. Reduce the HTTP Requests

As well as the time it takes to download a file off the server it also takes time to request the file, so the less actual requests you make the faster it will be. A brilliant example of this is CSS sprites which combine multiple images into one and use the CSS background property to only show the portion of the image you require.
A Guide to Reducing HTTP Requests – http://www.dailyblogtips.com/speed-up-your-site-reduce-the-http-requests/
CSS Sprites Tutorial – http://css-tricks.com/css-sprites/
CSS Sprite Generator – http://spritegen.website-performance.org/
Read more>>
Like this:
Like Loading...
Filed under: Tips-n-Tricks, Web Designing, Web Development | Tagged: website design auckland, website design india, website design new zealand, website designing auckland, website designing bhubaneswar, website designing new zealand | 4 Comments »