Wednesday, October 22, 2008

Improve Performance Of Your Website (Part -1)

Hello everyone!! Waiting for the next new thing......??

Here i'm back with a complete series of tips and tricks to help you speed up your website with just a few changes.

So.... wat r u waiting!!!

Let's Start........

vrrrroooooomm!!! Here you go..


The first important thing to be considered to speed up any website is it's response time. Most of the end-user's response time is tied up with the downloading components of the site like Flash, CSS, images, scripts etc. And concentrating on this we can reduce the number of HTTP requests. But without these will the site have that RICHER LOOK ?? So here are few ways to speed up your site without compromising the design...


Combined files reduce the number of HTTP requests by combining all scripts into a single script and similarly combining all CSS into a single stylesheet. But it can be more challenging , when the scripts and stylesheets vary from page to page.

Just combine the background images to a single image and use the CSS properties to diplay it. Image maps combine the images... but it works only when the images are contiguous in the page, such as navigation bar. Using image maps for navigation isn't accessible too. So, it's not recommended.

Inline images are the next factor that increases the size of your HTMl doc. So combine images into your(cached) stylesheets. This reduces the HTTP requests and above all inline images aren't supported by all browsers. So, y go for them??

Most of the site visitors come with an empty cache. So, now it's ur role to make a better user experience.

Did it help you?? Just write your comments.
And this is not all ....I told u it's a seeeriiies!!!!
So, keep checking for more!!

Have Fun!!

No comments: