Reduce Http requests:
70% of a Web page’s load time is spent downloading the different parts of the page like images, stylesheets, scripts, Flash, etc. An HTTP request is needed to gain these elements, so the more on-page components, the longer it takes for the page to load. The best way to improve your website speed is to make simple design.
- Streamline the number of contents on your page.
- Replace CSS instead of pictures whenever possible.
- Combine style sheets.
- Minimize the script.
- Leaner is better for website load.
Cut down server response time:
Our ultimate target is to reduce the server response time below 250 milliseconds.
Web application monitoring solution will be useful for figure out the performance.
Google's pagespeed tools are also used to discover the performance of the website.
Compress the contents:
- If you are having high quality content and it is more than 100kb then your website has a problem. You have to zip the content to reduce the load time due to the content weightage.
- Zipping will reduce the bandwidth of your website which will lead to quick response of http.
- Compressing the content will decrease the loading time upto 70%
- And the best part is that google will not block the zip files. That means no problem in content hiding.
There are some more strategies to reduce the time of loading website.
Will see in next blog
know more on www.webnox.in


No comments:
Post a Comment