- transmit JavaScript faster,
- Reduce the number of HTTP requests etc.
How to Compress Javascript code ?
Use Packer.Go to http://dean.edwards.name/packer/ . Paste your code in the text area there and "Pack" it. You will get the compressed code. Use that compressed code instead of your original script in your website. You can also encode (base 62 encoding) while compressing.
No comments:
Post a Comment