Javascript minimizer and profiler
- From: Robert <robert@xxxxxxxxx>
- Date: Thu, 22 Jun 2006 12:16:37 +0200
Hi,
I'm interested in two applications for javascript. A profiler and a minimizer. I found several, but I am hoping to hear with which applications some of you guys have a good experience. I prefer open source projects.
The minimizer should make the javascript small. Not just removing white-space and comments, but also make object names very small. This will probably obfuscate things, but the goal does not have to be obfuscation.
The profiler should show all functions, how much time was spent inside it (percentage and absolute time), with and without calls to other methods, etc. Just like another "real language" profiler.
Any suggestions?
Robert.
.
- Follow-Ups:
- Re: Javascript minimizer and profiler
- From: Stephen Kellett
- Re: Javascript minimizer and profiler
- From: James Black
- Re: Javascript minimizer and profiler
- From: Matt Kruse
- Re: Javascript minimizer and profiler
- Prev by Date: Re: onload -->* no onload
- Next by Date: Re: looking for good javascript unescape encoder
- Previous by thread: window.opener.refresh on other domain
- Next by thread: Re: Javascript minimizer and profiler
- Index(es):
Relevant Pages
|