minification
What is minification Minification is a = process of removing unnecessary comments, spaces from JavaScript / css file. Main intention of minification is to decrease the size of javascript / css files so that load time will get decreased. Functionality of javacript / css file remains same in minification. How my page works without Minification Without minification your page downloads each script / css file as it is shown below ( without comments removed and with spaces).