<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Project JSMeter: JavaScript Performance Analysis in the Real World</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/531837_100x75.jpg</url>
		<title>Channel 9 - Project JSMeter: JavaScript Performance Analysis in the Real World</title>
		<link></link>
	</image>
	<description>JavaScript is the most widely used programming language on the web. As the great
Douglas Crockford
likes to say, JavaScript is both the world&#39;s most popular programming language and the world&#39;s least popular programming language
at the same time.In this episode of Expert to Expert (to Expert), Erik Meijer&amp;nbsp;joins MSR research scientists&amp;nbsp;Ben Livshits and

Ben Zorn to talk about JavaScript, project JSMeter&amp;nbsp;and&amp;nbsp;today&#39;s trends in&amp;nbsp;web programming.
Dr. Zorn and Dr. Livshits have been doing a significant amount of research on how JavaScript is used in the real world by analyzing JS execution on large-scale (JS-heavy) commercial web sites. Their formal exploration of JS executing in the real world,&amp;nbsp;Project&amp;nbsp;JSMeter,
 has yielded results, which seem to indicate that current JS performance test suites are at best suspect in terms of how JavaScript is
actually running on the web, in production, on real sites, etc. But 
read the findings and make your own judgments, of course.&amp;nbsp;Tune in. Enjoy. </description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 07:16:22 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 07:16:22 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Project JSMeter: JavaScript Performance Analysis in the Real World</title>
		<description>
			<![CDATA[
<p>I watched this two weeks ago and skimmed the paper. Now I have this question: Have you studied the number of (simultaneous) XmlHttpRequests most web apps make?</p>
<p>posted by ShinNoNoir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634068486050000000</link>
		<pubDate>Wed, 14 Apr 2010 13:30:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634068486050000000</guid>
		<dc:creator>ShinNoNoir</dc:creator>
	</item>
	<item>
		<title>Re: Project JSMeter: JavaScript Performance Analysis in the Real World</title>
		<description>
			<![CDATA[
<p>I just FW'd it to the two Bens.</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634069631210000000</link>
		<pubDate>Thu, 15 Apr 2010 21:18:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634069631210000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Project JSMeter: JavaScript Performance Analysis in the Real World</title>
		<description>
			<![CDATA[
<p>Thanks for the question.&nbsp; We did not measure the number of simultaneous XmlHttpRequests in our current study, although that's an interesting question.&nbsp;&nbsp; There are a number of additional measures like that including the ways the typical WebApps interact with
 the DOM that we are also interesting in knowing.&nbsp; While we do not have concrete plans right now for collecting such data, if we do get it, we'll make it available from our project website.</p>
<p>posted by BenZorn</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634070314700000000</link>
		<pubDate>Fri, 16 Apr 2010 16:17:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634070314700000000</guid>
		<dc:creator>BenZorn</dc:creator>
	</item>
	<item>
		<title>Re: Project JSMeter: JavaScript Performance Analysis in the Real World</title>
		<description>
			<![CDATA[
<p>Thank you for your time answering my question. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>&nbsp;</p>
<p>My question arose when I was reading <a href="http://ajaxian.com/archives/xmlhttprequest-priority-proposal">
this proposal</a>&nbsp;to add a priority property to XmlHttpRequests, but I had my doubts whether it would be a useful addition.</p>
<p>posted by ShinNoNoir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634070417470000000</link>
		<pubDate>Fri, 16 Apr 2010 19:09:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634070417470000000</guid>
		<dc:creator>ShinNoNoir</dc:creator>
	</item>
	<item>
		<title>Re: Project JSMeter: JavaScript Performance Analysis in the Real World</title>
		<description>
			<![CDATA[
<p>There's a blog post about the report:&nbsp;<a href="http://www.belshe.com/2010/03/31/how-to-tune-a-porsche/">www.belshe.com/2010/03/31/how-to-tune-a-porsche/</a>&nbsp;&nbsp;</p>
<p>&nbsp;</p>
<p>I wonder how the authors would respond to that.</p>
<p><a href="http://www.belshe.com/2010/03/31/how-to-tune-a-porsche/"></a></p>
<p><a href="http://www.belshe.com/2010/03/31/how-to-tune-a-porsche/"></a></p>
<p><a href="http://www.belshe.com/2010/03/31/how-to-tune-a-porsche/"></a></p>
<p><a href="http://www.belshe.com/2010/03/31/how-to-tune-a-porsche/"></a></p>
<p>posted by we</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634076763000000000</link>
		<pubDate>Sat, 24 Apr 2010 03:25:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634076763000000000</guid>
		<dc:creator>we</dc:creator>
	</item>
	<item>
		<title>Re: Project JSMeter: JavaScript Performance Analysis in the Real World</title>
		<description>
			<![CDATA[
<p>Thanks for your question.&nbsp; We are aware of the related blog post and disagree with the conclusions the author reaches.&nbsp; Specifically, the analogy with the elephant, while quite visually provacative, is inaccurate.&nbsp; The implication is that browser users want
 to&nbsp;drive their browsers on a racetrack all day (e.g., the benchmarks).&nbsp;&nbsp;&nbsp;&nbsp; Browser users want high performance, but not for small benchmarks that don't correspond to their daily experience.&nbsp; A better analogy would be to consider driving your browser down a
 city street in traffic.&nbsp; In that case, which we argue is the common case, the fact that your browser performs like a Porsche on a racetrack isn't as meaningful.&nbsp;&nbsp; What the user cares about is how it handles in traffic.&nbsp; We are presenting this research at the
 WebApps 2010 conference in Boston, on June 23, 2010 (<a href="http://www.usenix.org/events/webapps10/">http://www.usenix.org/events/webapps10/</a>).&nbsp;</p>
<p>posted by BenZorn</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634099118440000000</link>
		<pubDate>Thu, 20 May 2010 00:24:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Research-Perspectives-on-JavaScript-with-Erik-Meijer-Ben-Zorn-and-Ben-Livshits#c634099118440000000</guid>
		<dc:creator>BenZorn</dc:creator>
	</item>
</channel>
</rss>