4
votes
Where can I find a free, lightweight YUI-like compressor for PHP?
Compressing JavaScript has benefits because the script has to be sent over the Net to the client before it can be interpreted -- the smaller the file size, the faster it reaches the end user. PHP i …
