When you are designing a website you have to think about website speed. The facts back up this point. Amazon found that they received increased revenue of 1% with every hundred milliseconds enhancement in their site’s speed. Similarly Wall Mart founded 2% conversion increase when they improve their website speed by one second.
Pingdom and GTmetrix, very popular online website speed test tool, found that one second delays in load times of websites led to a decrease in the satisfaction of customers to the tune of 16%, 7% less convergence, and over 10% less website page view views. There is no doubt that speed test website is important,
Our expectations of websites have changed over the years as well. We now have much faster broadband than we did in the past and therefore we have gotten used to supercharged website speeds. Almost 50% of us expect that a website should load within 2 seconds. Almost 40% of people will leave a website if it takes more than 3 seconds to load. Over 50% of shoppers state that there brand loyalty is heavily dependent on the speed of a website they are interacting with. All of these statistics from showed just how important website speed is to the consumer. Please take a look at some ways that you can build your website so that it is faster, whether you are building from scratch, or using an online site builder service like Blogger.
- Reduced HTTP requests : Around 80% of websites load time comes from downloading all of the different component parts of a webpage. Every time that a different component, such as a style sheet, a script, an image, or a flash is called, a HTTP request is generated. By streamlining the number of request you make you can dramatically reduce website load times. You should use CSS in place of images wherever possible and combine style sheets so that you have less HTTP requests.
- Minify Scripts : Scripts are highly responsible for poor performance of you're website so reduce amount scripts in webpage. Minify JS, CSS, HTML, PHP for rocket launching speed of you're website. Well foramatted code might be good to you're eyes but minify is necessory.
- Compress your elements : Normally webpages that really are filled with useful information are well over 150 kB. Unfortunately this can lead to slow performance. There is a technique named compression that enables you to reduce the amount of bandwidth consumed by pages and therefore speed up the pages themselves. One tool is called gzip. If you can reduce the load on your servers then you will drastically increase your website speed. Take a look at this article to find out more about gzip compression
- Optimize your images : There are 3 main aspects of your image that you need to take into account. You should think about the SRC attribute, the size of the image and the format.
- The SRC attribute : You need to ensure that your code is correct. Try not to have any empty SRC coats. If there is no SRC codes then your browser will immediately make a request for information which will consume more resources and reduce the flow of your webpage.
- Your image format : JPEG is your best image option in most cases. PNG can also perform well, but is not supported so well by some of the older browsers on the market. Gifs are only really usable for very simple graphics where there are very few colours. Avoid using tiffs and BMPs altogether.