Tuesday, July 13, 2010

Use minimal version of javascript to speedup downloading

whenever you develop some javascript code, always convert it to minimal version before deployment. Minimal version removes extra spaces, comments and other stuffs, thus greatly increasing downloading speed by decreasing the javascript file size. One tool is JSMin

No comments:

Post a Comment