I built a fairly complex javascript framework, based on YUI3, to render Forms in a web page; as I was testing it I got very very disappointed by the speed of execution of this rendering on Firefox 10+; the exact same page on Chrome was running 10x quicker.
Then I tried again, but instead of opening this test page from the filesystem (ie. the address bar showing "file:///..."), I loaded through a local webserver (address bar: "http://....").
To my big surprise and relief, I found the performances on par to Chrome.
Do you guys know if there's a reason for this behaviour? I'm not saying it's a problem, since that javascript will always be served through a web server, but it got me very curious.
Thanks!