Boost Your Website Speed Using This Tips
Good speed of your website get maximum page views, attract customer, user satisfaction and conversions. Minimize HTTP Requests 80% of a Web page’s load time is spent downloading the different pieces-parts of the page: images, stylesheets, scripts, Flash, etc. That being the case, the quickest way to improve site speed is to simplify your design. Streamline the number of elements on your page. Use CSS instead of images whenever possible. Combine multiple style sheets into one. Reduce scripts and put them at the bottom of the page. Reduce Server Response Time Your target is a server response time of less than 200ms (milliseconds). And if you follow the tips in this article, you’re well on your way to achieving this. Enable Gzip Compression Large pages are often 100kb and more. As a result, they’re bulky and slow to download. Compression reduces the bandwidth of your pages, thereby reducing HTTP response. You do this with a tool called Gzip . And since 90% o...