Combining your scripts and style sheets with SquishIt
One of the rules mentioned in most performance-analyzing tools is “Combine your JavaScript.” Basically this means that instead of this: <script type="text/javascript" src="/scripts/one.js></script> <script type="text/javascript" src="/scripts/two.js><…