4 Ways To Speed Up Your Site
Site Too Slow? Need Speed? Try These
1) Optimize Your Images - Make sure that your images are saved for web. This will ensure that the images are saved using web colors, and will mean that your browser won’t have to convert them.
2) Use CSS - Css over HTML can save kilobytes of data per page. If you are saving kilobytes of data, and are streamig to thousands of users a day, that can save significant bandwidth and significantly speed up your site.
3) Optimize Your CSS - Once you make your site with CSS, it is good to make sure the CSS is as good as it can be. Clean CSS is an online tool which will concatante your CSS and remove unnecessary tags in order to optimize it.
4) Use Height And Width Tags On Images - Use height and width tags on your images on your images. Many people forget to do this, but doing this will speed up your site. Using height and width tags means that the browser can reserve a space for the image while it loads the rest of the page. The images won’t slow down the rest of the page, meaning it will load faster.
Post a comment