JavaScript

Comparing Chromium and Firefox 3.5/3.6/3.7 Nightlies’ JavaScript Performance

I have always been interested in efficiency and performance. So much, in fact, that when I finished installing three different trunk (latest source code) builds of Firefox (3.5.6, 3.6, and 3.7), I just had to compare their JavaScript performance with that of Chromium. I have heard that the TraceMonkey JavaScript engine got some performance boosts [...]

Speed Up Your Site By Moving JavaScript Down

One day, I was looking for a way to speed up the page load times of my blog. I changed many things, but one of the most useful in WicketPixie’s case was moving links to JavaScript files down to the bottom of the page.
Let me first explain why moving links to scripts down to the [...]