»
EnglishFrenchVietnamese

Print - Automatically Compressing JavaScript files on Apache - JavaScriptBank.com

Full version: jsB@nk » Tutorials » How-to Tutorials » Automatically Compressing JavaScript files on Apache
URL: https://www.javascriptbank.com/automatically-compressing-javascript-files-on-apache.html

Automatically Compressing JavaScript files on Apache © JavaScriptBank.comCompress (minify JS) is one of most important missions if you need to optimize your web performance. And using JavaScript compressors is the easiest way to do this task, I recently present some popular minify JS compressors in Performances of JavaScript Compressors.However, this solution has a big advantage you should know: we have to compile our JavaScript source codes/files before uploading them to live server if we change the source code. In order to overcome this shortcoming, we can use an alternation: compressing JavaScript source codes/files automatically on our server then give back the results as requested.That's subject of this JavaScript article tutorial: guides you how to compress JavaScript source codes/files on Apache.

Full version: jsB@nk » Tutorials » How-to Tutorials » Automatically Compressing JavaScript files on Apache
URL: https://www.javascriptbank.com/automatically-compressing-javascript-files-on-apache.html