For starters, you shouldn't be using a mini goer that results in an
eval()...

I suppose there would be a slight performance improvement in disk I/O since
there would be fewer bytes to read. But this should all be contained to
startup time. It's not going to make your app perform any different.

However, something like Closure Compiler's advanced mode may actually
rewrite your app to perform better.


On Friday, April 27, 2012, 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.
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: https://github.com/joyent/**node/wiki/Mailing-List-**
> Posting-Guidelines<https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines>
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/**group/nodejs?hl=en?hl=en<http://groups.google.com/group/nodejs?hl=en?hl=en>
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to