Firefox 4 with lots of speed improvements and inline SVG
1–10 of 14 posts
Re: Firefox 4 with lots of speed improvements and inline SVG
#2Re: Firefox 4 with lots of speed improvements and inline SVG
#3Just installed the Beta on OSX. It's Fast. I mean: Chrome fast.
Re: Firefox 4 with lots of speed improvements and inline SVG
#4Just installed the Beta on OSX. It's Fast. I mean: Chrome fast.
Could you post the link for the download? I can only find 3.6.4 build 7
For now you can download the latest nightly "Minefield" build from http://nightly.mozilla.org/
See https://wiki.mozilla.org/Releases/Firefox_4.0b1 to track progress of the release.
Re: Firefox 4 with lots of speed improvements and inline SVG
#5Just installed the Beta on OSX. It's Fast. I mean: Chrome fast.
That being said, javascript performance currently has little impact on user-perceived speed, and the "Reducing I/O from the main thread", GPU accelerated rendering, and startup/shutdown perf improvements are already causing incredibly noticeable perf gains.
Re: Firefox 4 with lots of speed improvements and inline SVG
#6Re: Firefox 4 with lots of speed improvements and inline SVG
#7What's special about inline SVG in Firefox 4? Is it hardware-accelerated?
e: and this inline SVG demo https://developer.mozilla.org/samples/svg/swarm-of-motes.xht... > says it works in Firefox 1.5!
Re: Firefox 4 with lots of speed improvements and inline SVG
#8Just installed the Beta on OSX. It's Fast. I mean: Chrome fast.
Keep in mind the Jaegermonkey project, which will greatly improve javascript performance is still under heavy work. So as of today, the javascript performance is still significantly behind chrome. ( http://arewefastyet.com/ ) That being said, javascript performance currently has little impact on user-perceived speed, and the "Reducing I/O from the main thread", GPU accelerated rendering, and startup/shutdown perf imp…
Especially now with workers. I'm still hoping for OpenCL-for-JS, though. That would revolutionize the web & gaming.
Re: Firefox 4 with lots of speed improvements and inline SVG
#9My current install of Firefox (3.6.4) supports inline SVG -- there's a demo on Mozilla.org at https://developer.mozilla.org/presentations/xtech2005/svg-ca... >. The URL suggests this demo was published in 2005. What's special about inline SVG in Firefox 4? Is it hardware-accelerated? e: and this inline SVG demo https://developer.mozilla.org/samples/svg/swarm-of-motes.xht... > says it works in Firefox 1.5!
SVG (and MathML) is now part of HTML5 so you can put it in HTML documents. Firefox just replace their HTML parser with a new one which is faster, runs on its own thread, understands HTML5 properly and supports SVG inline in HTML as a feature too. This blog post goes into some details:
http://hacks.mozilla.org/2010/05/firefox-4-the-html5-parser-...
Re: Firefox 4 with lots of speed improvements and inline SVG
#10Just installed the Beta on OSX. It's Fast. I mean: Chrome fast.
Keep in mind the Jaegermonkey project, which will greatly improve javascript performance is still under heavy work. So as of today, the javascript performance is still significantly behind chrome. ( http://arewefastyet.com/ ) That being said, javascript performance currently has little impact on user-perceived speed, and the "Reducing I/O from the main thread", GPU accelerated rendering, and startup/shutdown perf imp…