November 2009
2 posts
dynaTrace AJAX Edition →
Incredibly granular FREE tracing tool for IE6-8 (Firefox coming soon).
From the website:
Understand performance as real users experience it
Differentiate between browser or server bottlenecks
Trace asynchronous JavaScript executions for the full round-trip
Analyze JavaScript, AJAX remoting, network and rendering performance in real-time
Save performance data for interactive offline...
Google Code Blog: Introducing Closure Tools →
Closure Compiler is a JavaScript optimizer that compiles web apps down into compact, high-performance JavaScript code. The compiler removes dead code, then rewrites and minimizes what’s left so that it will run fast on browsers’ JavaScript engines. The compiler also checks syntax, variable references, and types, and warns about other common JavaScript pitfalls. These checks and...