How to Make Your Site Load Faster
You might not think it is necessary to have your website load fast. You might think that as long as you have pertinent content available to your targeted user and it’s SEO optimized, your site will pop up on the first few ranking pages of search engines.
This is not true anymore. Google has enhanced its web crawling spiders to not only harvest information about a particular website’s content, but also about loading speed of the pages on that site. This means that even if you have the most relevant product or information matching a user’s query, if your site doesn’t load fast enough, it might not be ranked highly on the search results pages (SERPs) by Google. Site speed might stop you from getting the visibility you deserve or need to grow your business and remain profitable.
One of the key elements to keep in mind that will make your site load faster is to reduce the number of HTTP requests required to render the page. As much as 80% of the time it takes to load your page is due to the amount of HTTP requests needed to load it the first time the user stumbles on it. This includes requests to load images, Flash, java scripts, style sheets, etc. If your initial landing page takes too long to load, many users will just click the back button instantly, meaning you will lose a potentially valuable client. Google’s spiders have realized this impatience on the part of users; that’s why they may no longer rank some websites high in the search results, despite the fact that it might contain relevant data. Here’s what you can do:
1. You can compress images a few ways to make them less cumbersome to load. Combine your inline images into your style sheets to effectively reduce the size of your pages and thus reduce the number of HTTP requests. You can also combine multiple images into one image map; the number of HTTP requests will be fewer, but the page size will remain the same. Use CSS Sprites to combine your background …


