6 Ways to Speed Up Your Site
Thursday, January 17th, 2008Most Internet users always consider fast load time of websites they are browsing especially when it is very important. Most of them tend to skip sites that is slow loading or sites that fails to load. Here are simplest and effective ways of speeding up your sites.
1.Optimize Images – In an image editing, always use the “Save for the web” tool included on that is included in the software. Since Images on sites is the main factor that slows downloading of the site, try optimizing it otherwise you can as well try an online optimizing of images.
2.Image Formats – Aside from optimizing images on your site, it is also appropriate to choose the suitable image format. Use GIF formats with flat-color images like logos or buttons and JPEG format is best or true-color images. PNG works very similar to GIF but it supports more colors.
3.Optimize Your CSS – Presently, CSS is the most common to all websites design. Webmasters should make sure that they aggregate and have “CleanCSS” - an online tool that will combine similar selectors, clean up unused properties and white spaces from the code.
4.Use a Slash on Your Links – Upon opening the link of a url, the server needs to find out what kind of file or page is contained on that address. Including slash (/) at the end of the link the server already know that it is a directory page so the load time of site will be minimized.
5.Use the Height and Width Tags – A lot of people always tend to forget adding many people forget adding height and width tags on image codes. These tags are important since it will help make sure that its browser knows the size of the image before loading it. Thus, resulting to the images while loading the rest of the page, speeding up the whole process. reserved spot The result is that it will reserve a spot.
6.Reduce the HTTP Requests – Upon opening a website, every object (images, scripts and the line) needs to go to its server. This latency can add several seconds to the load time of your site. Make sure to reduce the number of objects and to combine CSS files and scripts together.
Source: BlogTips


