<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PannonRex &#187; VML</title>
	<atom:link href="http://www.pannonrex.com/category/vml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pannonrex.com</link>
	<description>Solutions that Work</description>
	<lastBuildDate>Sun, 07 Mar 2010 01:45:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Shining Chrome: Browser Speed Tests</title>
		<link>http://www.pannonrex.com/2008/09/03/shining-chrome-browser-speed-tests/</link>
		<comments>http://www.pannonrex.com/2008/09/03/shining-chrome-browser-speed-tests/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 23:50:16 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[VML]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[speed test]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/?p=100</guid>
		<description><![CDATA[I did a very quick speed test to see how fast Chrome is. BTW I did notice instabilities with the Flash plugin. I run three benchmarks (on the same machine, all browsers open, running the benchmark only in one at a time): the V8 Benchmark Suite a nice SVG &#38; Canvas speed test Sebastien Gruhier’s [...]]]></description>
			<content:encoded><![CDATA[<p>I did a very quick speed test to see how fast Chrome is. BTW I did notice instabilities with the Flash plugin.</p>
<p>I run three benchmarks (on the same machine, all browsers open, running the benchmark only in one at a time):</p>
<ul>
<li>the <a href="http://code.google.com/apis/v8/run.html" target="_blank">V8 Benchmark Suite</a></li>
<li>a nice <a href="http://intertwingly.net/stories/2006/07/10/penroseTiling.html" target="_blank">SVG &amp; Canvas speed test </a></li>
<li>Sebastien Gruhier’s <a onclick="javascript:pageTracker._trackPageview('/outbound/article/prototype-graphic.xilinus.com');" href="http://prototype-graphic.xilinus.com/samples/shape.html#" target="_blank">PGF test page</a> (used earlier in a previous test).</li>
</ul>
<p>The first test is more JavaScript oriented, where the new V8 virtual machine can shine, the other two test graphical abilities.</p>
<p>And the results are&#8230;</p>
<p><span id="more-100"></span></p>
<p>The V8 Benchmark Suite results are:</p>
<ul>
<li>IE 7.0.5730.11: Score: <strong>16</strong> (Richards: 10; DeltaBlue: 8; Crypto: 23**; RayTrace: 20; EarleyBoyer: 31)</li>
<li>Opera 9.52 (10108): Score: <strong>102 </strong>(Richards: 57; DeltaBlue: 73; Crypto: 65; RayTrace: 142; EarleyBoyer: 290)</li>
<li>Safari 3.1 (525.13): Score: <strong>59 </strong>(Richards: 35; DeltaBlue: 45; Crypto: 50; RayTrace: 81; EarleyBoyer: 116)</li>
<li>Firefox 3.0.1: Score: <strong>77 </strong>(Richards: 78; DeltaBlue: 88; Crypto: 56; RayTrace: 65; EarleyBoyer: 111)</li>
<li>Chrome 0.2.149.27: Score: <strong>676 </strong>(Richards: 858; DeltaBlue: 777; Crypto: 650; RayTrace: 345; EarleyBoyer: 946)</li>
</ul>
<p>There were significant (cca. 10%) fluctuations in each result, but it is obvious that in this (biased) benchmark Chrome is at least <strong>6.7x </strong>faster than the next best, and <strong>42x</strong> faster than IE.</p>
<p>The SVG &amp; Canvas results:</p>
<ul>
<li>IE 7.0.5730.11: does not support SVG &amp; Canvas, so did not complete</li>
<li>Opera 9.52 (10108): SVG: 1.657s; Canvas: 1.75s (both beautiful)</li>
<li>Safari 3.1 (525.13): SVG: 4.312s (edges clipped); Canvas: 1.5945s (beautiful)</li>
<li>Firefox 3.0.1: SVG: <strong>1.46s</strong>; Canvas: 1.095s (both beautiful)</li>
<li>Chrome 0.2.149.27: SVG: 2.877s (line aliasing and clipping problems); Canvas: <strong>0.993s</strong> (beautiful)</li>
</ul>
<p>Again, there were some fluctuations, but we can conclude two things:</p>
<ul>
<li>Canvas is king in speed, and in Canvas Chrome seems to have a very slight edge over Firefox</li>
<li>Canvas rendering quality is consistent and top notch among the browsers; SVG rendering quality is not consistent</li>
</ul>
<p>The PGF test page results:</p>
<ul>
<li>E 7.0.5730.11: VML: 3390ms (both text and image are missing)</li>
<li>Opera 9.52 (10108): SVG: 1282ms (image is missing on the right); Canvas: 485ms (both text and image are missing)</li>
<li>Safari 3.1 (525.13): SVG: 625ms; Canvas: 328ms (text is missing)</li>
<li>Firefox 3.0.1: SVG: <strong></strong>630ms; Canvas: 385ms (text is missing)</li>
<li>Chrome 0.2.149.27: SVG: <strong>593ms</strong>; Canvas: <strong>281ms</strong> (text is missing)</li>
</ul>
<p>Here Chrome seems to edge out the other browsers slightly, and IE is terribly slow (like it used to be). It is also plain that Canvas support is not complete yet in any of the browsers.</p>
<p>More later&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2008/09/03/shining-chrome-browser-speed-tests/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Browser graphics: speed discrepancies galore with clear Safari lead&#8230;</title>
		<link>http://www.pannonrex.com/2007/06/28/browser-graphics-speed-discrepancies-galore-with-clear-safari-lead/</link>
		<comments>http://www.pannonrex.com/2007/06/28/browser-graphics-speed-discrepancies-galore-with-clear-safari-lead/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 15:48:29 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Morfik]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[VML]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=77</guid>
		<description><![CDATA[Now this is a completely un-scientific, but very revealing experience. I have run the same page (Sebastien Gruhier&#8217;s PGF test page) in four different browsers with interesting results. This is indeed a continuation of my earlier &#8220;research&#8221; into &#8220;Not all browsers are made equal in speed&#8221;. So the browsers are: Internet Explorer 6.0.2900.2180.xpsp_sp2_qfe.070227-2300 :-) Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Now this is a completely un-scientific, but very revealing experience. I have run the same page (Sebastien Gruhier&#8217;s <a href="http://prototype-graphic.xilinus.com/samples/shape.html#" target="_blank">PGF test page</a>) in four different browsers with interesting results. This is indeed a continuation of my earlier &#8220;research&#8221; into  <a href="http://www.pannonrex.com/blog/?p=25" target="_blank">&#8220;Not all browsers are made equal in speed&#8221;.</a></p>
<p>So the browsers are:</p>
<ul>
<li>Internet Explorer 6.0.2900.2180.xpsp_sp2_qfe.070227-2300 :-)</li>
<li>Firefox 2.0.0.4</li>
<li>Safari  for Windows 3.0.2 (522.13.1)</li>
<li>Opera 9.21 (Build 8776)</li>
</ul>
<p>I run the page several times in SVG, VML, and Canvas mode on each browser (of course, when it was possible) with the following results:</p>
<ul>
<li>Internet Explorer: only VML is available
<ul>
<li>VML: originally around 4300ms, and with each re-rendering the time increasing by cca. 1800 ms (!) so it went like 4300, 6xxx, 8xxx, 9xxx, and finally jumped to 13109 ms</li>
</ul>
</li>
<li>Firefox:
<ul>
<li>SVG: generally around 1900 ms, sometimes dropping to 1500ish or peaking at 2300ish ms</li>
<li>Canvas: odd runs: ~1100 ms, even runs: ~750 m, alternating :-)</li>
</ul>
</li>
<li>Safari for Windows:
<ul>
<li>SVG: dead steady on 1070-1030 ms</li>
<li>Canvas: pretty steady around 600-468 ms, mostly in the 490-468 ms range</li>
</ul>
</li>
<li>Opera:
<ul>
<li>SVG: pretty stable at 2360-2078 ms</li>
<li>Canvas: pretty stable at 1030-860 ms</li>
</ul>
</li>
</ul>
<p>Again, the runs were performed on the same machine (2GHz P4, 2GB RAM, WinXP Pro, Commit charge ~1369MB), all browsers running at the same time, but the test performed sequentially.</p>
<p>My informal results:</p>
<ul>
<li><strong>SVG</strong>: <strong>Safari</strong> is the king, at least <strong>50%</strong> better, but typically 90-100% better performance than the competitors</li>
<li><strong>Canvas</strong>: again <strong>Safari</strong> is #1, at least <strong>25%</strong> speed advantage, but as good as 100% better &#8212; with quite stable performance in both cases.</li>
<li><strong>VML</strong>: well, let&#8217;s read between the lines ;-) (please note: I did not run IE 7, but IE 6, for technical reasons) &#8211; if we consider its best result in VML and compare to Safari&#8217;s average SVG result (VML and SVG are closer relatives than VML and Canvas), then <strong>Safari is 400% faster</strong>.</li>
<li>Canvas is the overall spead king, SVG is #2, and VML is distant #3.</li>
<li>Safari is king in graphics &#8212; and this is still the first beta release from Apple&#8230;</li>
</ul>
<p>BTW I got into all this because I&#8217;m looking into how to best implement some of my stuff on the iPhone with Morfik, and also for some graphical stuff I plan to do (charts, Gantt, diagrams, hint-hint:-).</p>
<p>Again, this is not science here: I only tested one rendering task, the environment was quite loaded, did not test IE 7 (although the rest of the browsers were their latest), did not check rendering quality in depth (things looked pretty OK in all cases), etc. Still I consider the results quite relevant &#8212; I&#8217;d like to see what other pepole can say about their experience&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2007/06/28/browser-graphics-speed-discrepancies-galore-with-clear-safari-lead/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
