jalmenarez / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Improve JSMin performance #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The JSMin library is hideously slow. It probably needs quite a bit of
optimization before Minify will be usable for JavaScript minification on a
high-traffic website.

Original issue reported on code.google.com by rgr...@gmail.com on 3 May 2007 at 5:54

GoogleCodeExporter commented 9 years ago
Done and done.

Original comment by rgr...@gmail.com on 4 May 2007 at 5:41

GoogleCodeExporter commented 9 years ago
I don't think so. Yesterday i implement minify one EDP framework.
Minifiy take 12sec for minifiying 9 jquery scripts (jquery core, jquery ui, and 
some plugins).

This is too much.

Original comment by danijel....@gmail.com on 14 Jan 2012 at 2:47

GoogleCodeExporter commented 9 years ago
Use the version on github. It will skip minifying files that end with .min.js 
or -min.js for one thing, so use pre-minified files where available. Also this 
process only runs once until your files change. 

Original comment by mrclay....@gmail.com on 14 Jan 2012 at 3:43