Performance
Razor Optimizer: Runtime analysis of your Ajax code for optimization
Tagged in - Posted November 6th, 2008
Coach Wei has updated Razor Optimizer, "a JavaScript optimization tool for reducing code footprint and increasing runtime performnace. As a cross-browser web application itself, Razor Optimizer can be access either online as a service, or to be downloaded to run locally.
Runtime Page Optimizer: Fix performance on the fly
Tagged in - Posted October 14th, 2008Steve Souders posted on Runtime Page Optimizer a tool that you can think of as a performance proxy. It sits on the server side, and cleans up content before it is sent back to the browser.
What can it do? Steve let us know:
Extreme JavaScript Performance; John Resig on Ars
Tagged in - Posted October 8th, 2008Ars Technica has a new columnist, John Resig. His first piece is on Extreme JavaScript Performance which has started to come to us in abundance recently!
His article focuses on the latest updates to the fish, SquirrelFish Extreme:
Regex performance in modern JSVMs
Tagged in - Posted October 7th, 2008Based on its performance on the regexes it does handle, WREC (WebKit Regular Expression Compiler) is indeed an awesome design. regexp-dna.js, however, is flawed and exaggerates SFX performance.
We could use nanojit to make a regex compiler for SpiderMonkey that would perform as well as WREC. But I don’t know if it’s worthwhile yet. Regex performance is much less important for today’s web than it is for SunSpider–I hope to link to a report on that in a future post.
Hammerhead: Continuous integration for performance
Tagged in - Posted October 1st, 2008Steve Souders is launching Hammerhead today at The Ajax Experience.
Smushit.com makes image optimizing a breeze
Tagged in - Posted September 30th, 2008We've heard a lot about optimizing CSS, HTML and JavaScript but one thing that is less talked about is how much extra information image editors put into image files. You might think you've done a great job optimizing your GIFs, PNGs and JPGs while still keeping them visually pleasing but when you use a text editor you'll realize that there is quite a big amount of data you can save by removing information about the image editor used, the date the file was edited last and lots of other bits that really are redundant.
SquirrelFish Extreme: JIT comes to SquirrelFish with extreme results
Tagged in - Posted September 20th, 2008While Ben and I were talking about JavaScript performance (and other things) at Web 2.0 Expo NYC, Maciej Stachowiak announced SquirrelFish Extreme, the very new and improved version that appears to do very well at SunSpider:
SquirrelFish Extreme: 943.3 ms V8: 1280.6 ms TraceMonkey: 1464.6 ms
What makes it so fast?
Brendan discusses how TraceMonkey is climbing faster; Ruby on the Web with V8
Tagged in - Posted September 3rd, 2008Brendan Eich jumped right in and benchmarked the tip of tree for TraceMonkey, with the V8 version that came with Google Chrome:
We win on the bit-banging, string, and regular expression benchmarks. We are around 4x faster at the SunSpider micro-benchmarks than V8.
Page Test: Run AOL’s tool in the cloud, then sit back and wait
Tagged in - Posted August 21st, 2008Patrick Meenan has setup an IE7 instance in Virginia that we can poke to do an AOL Page Test.
You give it a URL and some options such as the number of runs, whether to see the first and repeat views, and off it runs.


