Compress the contents of your JavaScript and CSS files
- Reasons for compressing these files
- Quicker download times for your users
- Reduced bandwidth consumption of your website
- Make your web page load faster
Compressed javascript files are ideal for production environments since they typically reduce the size of the file.
Filesize reduction is achieved by removing comments and extra whitespace characters. Removing comments and whitepaces will speed up execution times
Useful Links - http://jscompress.com/ - http://www.csscompressor.com/
References:
- http://jscompress.com/
Loading Conversation