On Fri, Apr 27, 2012 at 12:22:14AM -0400, Matthew Hazlett wrote:
> Has anyone experimented with minifing code with node?
> 
> I know the reason to minify on the client side is its faster load
> time to the browser, was just wondering if there were any
> performance gains with minimized code on the server side or perhaps
> a bottleneck with the eval() of the code.

Why eval()?

I tried this with node code - 10% startup time improvement. See 
https://github.com/joyent/node/issues/1538

However, as pointed out there, line numbers will be totally useless.

Attachment: pgpZFX1FQHdU9.pgp
Description: PGP signature

Reply via email to