»

Category Archives: JavaScript


Compress JavaScript files

May 05, 2011 • by Jose

One of the most overlooked practices while working with different developers, is the compression of JavaScript files. It’s very important for everyone to perform these steps to all their JavaScript files since it attributes reduced bandwidth consumption, faster download times, and faster execution of JavaScript.

Read full article →