Wednesday, June 25, 2008

Speed up your websites Loading speed

Wanna Speed up your website Follow these small steps to improve websites performance .

  • Compress the webpage - If the webpage is big in size then compress the webpage to make it load faster and reduce the bandwith required . G-zip,Deflate are supported by most of the browsers now .
  • Using cache extensively -Cache your webpage make it vary by parameters i.e caching the page and varying it accordingly to changing parameteres .
  • Make javascript and Css external -Put stylesheets to the top and scripts at the bottom .
  • Minimize HTTP request -Most of the time is spend in downloading the components i.e images, stylesheet, script , flash etc ,so minimize such components .
  • Use CDN Content delivery network -If your website is a global website then you can have a network of web servers around the world to improve the loading of website around the world .

No comments: