Smart Traffic SEO Tip #44 – Tips for Speeding Up your Website – Part 2
*Minify JavaScript and CSS*
*Reducing the size of the code by removing unnecessary character from it. Examples of unnecessary characters are comments and unneeded white space characters.
*Minifying the Javascript can improve the site’s response time performance because when you minified it the size of the downloaded file is also reduced.
Two popular tools for minifying Javascript code are:
1.JSMin
2.YUI Compressor – can also minify CSS



