<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.showslow.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Show Slow - Make Fast</title>
	
	<link>http://www.showslow.com/blog</link>
	<description>Sergey Chernyshev's blog about web performance projects and ShowSlow specifically</description>
	<lastBuildDate>Fri, 09 Dec 2011 06:52:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.showslow.com/ShowSlowBlog" /><feedburner:info uri="showslowblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://superfeedr.com/hubbub" /><item>
		<title>Measuring Web Performance Using Google Spreadsheets</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/5WMyIvimYDU/</link>
		<comments>http://www.showslow.com/blog/measuring-web-performance-using-google-spreadsheets/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 06:52:14 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1753</guid>
		<description><![CDATA[I went to Google Apps Hackathon the other week with the intention of adding Google Apps Marketplace support to my Startup API project, but quickly realized that time of the event does not allow for a serious undertaking like that &#8230; <a href="http://www.showslow.com/blog/measuring-web-performance-using-google-spreadsheets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I went to Google Apps Hackathon the other week with the intention of adding <a href="http://code.google.com/googleapps/marketplace/">Google Apps Marketplace</a> support to my <a href="http://startupapi.com/">Startup API</a> project, but quickly realized that time of the event does not allow for a serious undertaking like that and ended up developing using <a href="http://code.google.com/googleapps/appsscript/">Google Appscript</a>.</p>
<p><a href="http://www.showslow.com/blog/?attachment_id=1759"><img src="http://www.showslow.com/blog/wp-content/uploads/2011/12/pagespeed-100.png" alt="" title="pagespeed-100" width="100" height="100" style="float: right; margin-left: 0.5em" /></a>My team of Web Speeders developed an awesome application of Google Documents and <a href="http://code.google.com/apis/pagespeedonline/">Google Page Speed API</a> that shows the power of Web based spreadsheets and API-based performance analysis.</p>
<p>We called the app <strong>SpeedSheet</strong> &#8211; it works as follows:</p>
<ol>
<li>you collect page URLs from the users using a regular <a href="https://docs.google.com/spreadsheet/viewform?hl=en_US&#038;pli=1&#038;formkey=dGl0bnFHTWV0bDZSVFVudlBqSzU1cVE6MQ#gid=0">Google Spreadsheet form</a>: </li>
<li>these URLs end up in the <a href="https://docs.google.com/spreadsheet/ccc?key=0AnJX-thF1wovdGl0bnFHTWV0bDZSVFVudlBqSzU1cVE">spreadsheet powered by Google Docs</a></li>
<li>this spreadsheet has some code in JavaScript (App Script) that is executed using <a href="http://code.google.com/googleapps/appsscript/guide_events.html#ActionTriggers">form submit trigger</a> every time new URL is entered into a form</li>
<li><a href="http://code.google.com/googleapps/appsscript/"><img src="http://www.showslow.com/blog/wp-content/uploads/2011/12/appsscript-icon.png" alt="" title="appsscript-icon" width="140" height="140" style="float: right; margin-left: 0.5em" /></a>this code makes a call to Google Page Speed API and <a href="http://code.google.com/apis/pagespeedonline/v1/getting_started.html#background">retrieves overall score</a> inserting it back into a spreadsheet next to a URL entered</li>
<li>then to make it visually appealing, Google Charts API is used to <a href="http://code.google.com/apis/chart/image/docs/gallery/googleometer_chart.html">draw a Google-o-meter</a> for a score</li>
</ol>
<p>You can <a href="https://docs.google.com/spreadsheet/ccc?key=0AnJX-thF1wovdGl0bnFHTWV0bDZSVFVudlBqSzU1cVE">see result in a spreadsheet</a>:<br />
<a href="https://docs.google.com/spreadsheet/ccc?key=0AnJX-thF1wovdGl0bnFHTWV0bDZSVFVudlBqSzU1cVE"><img src="http://www.showslow.com/blog/wp-content/uploads/2011/12/speedsheet-300x139.png" title="SpeedSheet" width="300" height="159"" /></a></p>
<p>Team Web Speeders worked hard, we wrote the whole thing at the hackathon and got 3rd place in &#8220;new applications&#8221; category &#8211; <a href="http://www.amazon.com/Zombie-Survival-Guide-Complete-Protection/dp/1400049628/">Zombie Survival Guide</a> (if you ask me, author is crazy and not just a comedian).</p>
<p>I&#8217;d like to thank people who joined the team and coded away with me:</p>
<ul>
<li><a href="http://ivetetecedor.com/">Ivete Tecedor</a> (@<a href="https://twitter.com/#!/ivetetecedor">ivetetecedor</a>)</li>
<li>Kirill</li>
<li>Abelardo Medenilla (<a href="https://twitter.com/#!/eltiburongrande">@eltiburongrande</a>)</li>
<li>and <a href="http://www.linkedin.com/in/tarikbolat">Tarik Bolat</a></li>
</ul>
<p>Thanks to the team for daring!</p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/5WMyIvimYDU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/measuring-web-performance-using-google-spreadsheets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/measuring-web-performance-using-google-spreadsheets/</feedburner:origLink></item>
		<item>
		<title>Your #awesome local @webperf meetup!</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/3MLnWEQPlr8/</link>
		<comments>http://www.showslow.com/blog/your-awesome-local-webperf-meetup/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 04:10:41 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Meetup]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1702</guid>
		<description><![CDATA[It&#8217;s been two and a half years since I started NY Web Performance Meetup and I&#8217;m glad to see community grow at amazing speed! We have 9 meetups all over the world already: (and if you started one, but I &#8230; <a href="http://www.showslow.com/blog/your-awesome-local-webperf-meetup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been two and a half years since I started <a href="http://www.nywebperformance.org/">NY Web Performance Meetup</a> and I&#8217;m glad to see community grow at amazing speed!</p>
<p>We have 9 meetups all over the world already:</p>
<p><span><a href="http://www.meetup.com/SF-Web-Performance-Group/" target="_blank"><img src="http://photos3.meetupstatic.com/photos/event/1/b/3/8/event_19266968.jpeg" alt="San Francisco &amp; Silicon Valley Web Performance Group logo" border="0" /></a> <a href="http://www.meetup.com/Web-Performance-Boston/" target="_blank"><img src="http://photos3.meetupstatic.com/photos/event/1/b/3/7/event_19266967.jpeg" alt="Boston Web Performance Group logo" border="0" /></a> <a href="http://www.meetup.com/LAWebSpeed/" target="_blank"><img src="http://photos3.meetupstatic.com/photos/event/1/b/3/6/event_19266966.jpeg" alt="LAWebSpeed logo" border="0" /></a> <a href="http://www.meetup.com/London-Web-Performance-Group/" target="_blank"><img src="http://photos3.meetupstatic.com/photos/event/1/b/3/5/event_19266965.jpeg" alt="London Web Performance Group logo" border="0" /></a></span></p>
<p><a href="https://sites.google.com/a/survol.fr/webperf-user-group/" target="_blank"><img src="http://photos2.meetupstatic.com/photos/event/2/5/3/e/600_19269534.jpeg" alt="Webperf User Group - France logo" border="0" /></a> <a href="http://www.meetup.com/Vienna-Web-Performance-Group/" target="_blank"><img src="http://photos1.meetupstatic.com/photos/event/3/9/d/c/thumb_56534812.jpeg" alt="Webperf User Group - Vienna logo" border="0" /></a> <a href="http://www.meetup.com/Atlanta-Web-Performance-Group/" target="_blank"><img src="http://photos3.meetupstatic.com/photos/event/a/6/a/f/thumb_45642671.jpeg" alt="Webperf User Group - Atlanga logo" border="0" /></a> <a href="http://www.meetup.com/Austin-Web-Performance-Group/" target="_blank"><img src="http://photos3.meetupstatic.com/photos/event/3/2/c/0/thumb_56532992.jpeg" alt="Webperf User Group - Autstin logo" border="0" /></a></p>
<p>(and if you started one, but I don&#8217;t know about it, let me know)</p>
<p>We have almost <strong>3200</strong> members together and ran over <strong>100</strong> sessions!</p>
<p>But I think it&#8217;s not over and only the beginning so what I want to do is to ask you to <strong style="color: #ff6600;">write about your experience</strong> at the meetup you went to recently and what you want to do as a result, e.g. fix your corporate web site, optimize your blog, learn how the hell browsers / servers / network / JavaScript works and so on!</p>
<p>I&#8217;m especially proud of European groups that started recently, but kick ass nontheless!<br />
Our favorite <strong>O&#8217;Reilly Velocity</strong> conference is coming to<strong> Berlin</strong> next month so we partnered with them and going to raffle off one <strong style="color: #ff6600;">FREE CONFERENCE PASS</strong> for <strong><a href="https://en.oreilly.com/velocityeu/public/register">Velocity Berlin</a></strong>.</p>
<p>All you need to get the pass is <strong>Tweet</strong> about your blog post, or if you didn&#8217;t write a blog post, then <strong><a href="https://twitter.com/intent/tweet?text=I+had+%23awesome+@webperf+meetup+in+...+last+month+...+going+to+fix+my+site+now!">just tweet how awesome your meetup was</a></strong> and use <strong style="color: #ff6600;">#awesome @webperf</strong> to tag your tweet so we can find it!</p>
<p>The last tweets accepted for raffle will be the ones sent by the <strong style="color: #ff6600;">end of the day on Friday, October 21st</strong> when we will close the &#8220;submissions&#8221; and raffle the pass, but you should keep raving about you meetup.</p>
<p>And I&#8217;ll see you at the meetup!</p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/3MLnWEQPlr8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/your-awesome-local-webperf-meetup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/your-awesome-local-webperf-meetup/</feedburner:origLink></item>
		<item>
		<title>ShowSlow 1.1.1: Bugfixes with URL encoding and other minor changes</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/XU6VVmCT0TM/</link>
		<comments>http://www.showslow.com/blog/showslow-1-1-1-bugfixes-with-url-encoding-and-other-minor-changes/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 20:56:11 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1693</guid>
		<description><![CDATA[ShowSlow 1.1 had a bug related to displaying data for URLs with query string parameters, separated with &#8216;&#38;&#8217;. This was pretty annoying for many people so I&#8217;m pushing this minor release (1.1.1) to fix it. Just follow upgrade instructions if &#8230; <a href="http://www.showslow.com/blog/showslow-1-1-1-bugfixes-with-url-encoding-and-other-minor-changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://github.com/sergeychernyshev/showslow/downloads"><img style="border: 0; float: right; margin-left: 1em;" title="Show Slow" src="http://www.showslow.com/blog/wp-content/uploads/2009/04/showslow.png" alt="" width="100" height="100" border="0" /></a>ShowSlow 1.1 had a <a href="https://github.com/sergeychernyshev/showslow/issues/47">bug</a> related to displaying data for URLs with query string parameters, separated with &#8216;&amp;&#8217;.</p>
<p>This was pretty annoying for many people so I&#8217;m pushing this minor release (<a href="https://github.com/sergeychernyshev/showslow/downloads">1.1.1</a>) to fix it.</p>
<p>Just follow upgrade instructions if you already have an instance running:<br />
<a href="Just follow upgrade instructions if you already have an instance running: http://www.showslow.org/Upgrading_existing_instance  Or you can download code package: http://code.google.com/p/showslow/downloads/list  and install it: http://www.showslow.org/Installation_and_configuration  Let me know if you'll have troubles upgrading and don't forget to vote for bugs in the issue tracker: http://code.google.com/p/showslow/issues/list And join the discussion mailing list:http://groups.google.com/group/showslow">http://www.showslow.org/Upgrading_existing_instance</a></p>
<p>Or you can download code package:<br />
<a href="https://github.com/sergeychernyshev/showslow/downloads">https://github.com/sergeychernyshev/showslow/downloads</a></p>
<p>and install it:<br />
<a href="http://www.showslow.org/Installation_and_configuration"> http://www.showslow.org/Installation_and_configuration</a></p>
<p>Let me know if you&#8217;ll have troubles upgrading and don&#8217;t forget to submit bugs and suggestions to the issue tracker:<br />
<a href="https://github.com/sergeychernyshev/showslow/issues?milestone=&amp;labels=">https://github.com/sergeychernyshev/showslow/issues</a></p>
<p>And join the discussion mailing list:<br />
<a href="http://groups.google.com/group/showslow">http://groups.google.com/group/showslow</a></p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/XU6VVmCT0TM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/showslow-1-1-1-bugfixes-with-url-encoding-and-other-minor-changes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/showslow-1-1-1-bugfixes-with-url-encoding-and-other-minor-changes/</feedburner:origLink></item>
		<item>
		<title>Show Slow The Big One-O!</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/fZr4CvgYO4Q/</link>
		<comments>http://www.showslow.com/blog/the-big-one-o/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 04:21:41 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1608</guid>
		<description><![CDATA[After 2+ years of development, Show Slow finally reached a 1.0 milestone! Download it now! We worked hard to add more beacons, more features and just did a redesign! To outline major new things that were building up to the &#8230; <a href="http://www.showslow.com/blog/the-big-one-o/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After <strong>2+ years</strong> of development, <strong><a href="http://www.showslow.org" target="_blank">Show Slow</a> finally reached a <span style="color: #ff6600; font-size: 3em;">1.0</span> milestone!</strong></p>
<p><a href="http://www.showslow.com/"><img title="showslow" title="Show Slow" src="http://www.showslow.com/blog/wp-content/uploads/2009/04/showslow.png" alt="" width="100" height="100" border="0"  style="border: 0; float: right; margin-left: 1em;" /></a><strong><a href="http://github.com/sergeychernyshev/showslow/downloads" target="_blank">Download it now!</a></strong></p>
<p>We worked hard to add <strong>more beacons</strong>, <strong>more features</strong> and just did a <strong>redesign</strong>!</p>
<p>To outline major new things that were building up to <a href="http://github.com/sergeychernyshev/showslow/downloads">the 1.0 release</a>:</p>
<ul>
<li>Checkboxes to graph any metric that is being tracked so you can pick and choose!<br />
<a href="http://www.showslow.com/details/?url=http%3A%2F%2Fwww.google.com%2F"><img title="Displaying any metric" src="http://www.showslow.com/blog/wp-content/uploads/2011/06/showslow.gif" alt="" width="525" height="150" border="0" /></a></li>
<li>Support for Flot, new charting library that does better job at visualizing the data and allowed us to add more interactivity (thanks, <a href="https://github.com/kaimallea" target="_blank">Kai</a>)<br />
<a href="http://www.showslow.com/details/?url=http%3A%2F%2Fwww.google.com%2F"><img title="ShowSlow graph using Flot library" src="http://www.showslow.com/blog/wp-content/uploads/2011/06/flot.png" alt="ShowSlow graph using Flot library" width="647" height="186" border="0" /></a></li>
<li>Support for <a href="http://www.showslow.com/blog/page-speed-online-api/">automation using Google Page Speed API</a> (thanks, <a href="http://twitter.com/#!/bryanmcquade" target="_blank">Bryan</a>)</li>
<li>Quick <a href="http://www.webpagetest.org/" target="_blank">WebPageTest</a> run with remembering the test history and visual comparison for recorded tests (<a href="https://sites.google.com/a/webpagetest.org/docs/advanced-features/webpagetest-restful-apis">Pat, thanks for the API</a>)<br />
<a href="http://www.showslow.com/details/?url=http%3A%2F%2Fwww.google.com%2F#pagetest-table"><img title="Web Page test visual comparison" src="http://www.showslow.com/blog/wp-content/uploads/2011/06/wpt21.gif" alt="" width="500" height="153" border="0" /></a></li>
<li>New design with better colors and style (thanks, <a href="http://gelform.com/" target="_blank">Corey</a>)</li>
<li>and many more minor changes and bugfixes</li>
</ul>
<p><a href="https://code.google.com/apis/pagespeedonline/"><img style="border: 0; float: right; margin-left: 1em;" title="Google Page Speed Online API" src="http://www.showslow.com/blog/wp-content/uploads/2011/05/pagespeed-128.png" alt="" width="128" height="128" /></a>And as before, Show Slow supports, <a href="http://developer.yahoo.com/yslow/">YSlow</a>, <a href="http://code.google.com/speed/page-speed/">Page Speed</a> (both, extension and now API) and <a href="http://ajax.dynatrace.com/ajax/en/">dynaTrace AJAX</a> <a href="http://www.showslow.com/beacon/">beacons</a> as well as <a href="http://www.softwareishard.com/blog/netexport/">HAR beacon</a>, custom metric beacons (for all your custom data) and last, but not least, event records to annotate the timeline with information about code releases, configuration changes and so on so you can make most sense of your web performance information.</p>
<p>That being said, it&#8217;s very easy to add more tools to the mix &#8211; if you have a tool that can provide useful data for web performance tracking, it is a good candidate for inclusion into Show Slow. If you have questions, just <a href="http://groups.google.com/group/showslow">ask them on the mailing list</a> or just go and contribute your changes!</p>
<p><a href="https://github.com/sergeychernyshev/showslow/"><img style="float: right; background: none; margin-left: 1em; border: 0;" title="Github logo" src="http://www.showslow.com/blog/wp-content/uploads/2011/02/github-logo-150x150.png" alt="" width="150" height="150" /></a>A few months ago we also moved to Git and are hosted on Github now. This means that it became much easier for members of our community to supply patches and I&#8217;d like to thank them all for doing so and invite you all to <a href="https://github.com/sergeychernyshev/showslow">go and fork the project</a> &#8211; it&#8217;s <a href="http://help.github.com/fork-a-repo/">easy to make your changes</a> without the fear of breaking stuff and even <a href="http://help.github.com/be-social/">easier to participate</a> in open source community around Show Slow!</p>
<p>Our project would not be possible without <a href="http://www.showslow.com/">ShowSlow.com</a>, the public demo instance and I&#8217;d like to thank everyone who&#8217;s helping out with it: <a href="http://twitter.com/#!/GoFastWeb" target="_blank">Aaron Kulick</a> for running YSlow and Page Speed testing farm, <a href="http://twitter.com/#!/aloisreitbauer" target="_blank">Alois Reitbauer</a> and <a href="http://twitter.com/#!/grabnerandi" target="_blank">Andreas Grabner</a> from <a href="http://ajax.dynatrace.com/ajax/en/" target="_blank">dynaTrace AJAX team</a> for running their test farm and <a href="http://www.blaze.io/" target="_blank">Blaze.io</a> for sponsoring some of the development for the project.</p>
<p>Don&#8217;t forget to grab your <a href="http://www.showslow.com/schwag/">schwag</a>:<br />
<a href="http://www.showslow.com/schwag/"><img title="My site is ... button" src="http://www.showslow.com/blog/wp-content/uploads/2011/06/button-150x150.jpg" alt="" width="150" height="150" /></a><br />
And I hope to see many of you <a href="http://velocityconf.com/velocity2011/public/schedule/detail/19771" target="_blank">at Velocity next week</a> and will be happy to answer any questions about <a href="http://www.showslow.org/Main_Page">Show Slow</a>!</p>
<p><a href="http://velocityconf.com/velocity2011/public/schedule/detail/19771" target="_blank"><img title="velocity2011_spkr_210x60" src="http://www.showslow.com/blog/wp-content/uploads/2011/06/velocity2011_spkr_210x60.gif" alt="" width="210" height="60" border="0" /></a></p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/fZr4CvgYO4Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/the-big-one-o/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/the-big-one-o/</feedburner:origLink></item>
		<item>
		<title>ShowSlow 0.18: Support for Google Page Speed Online API and more</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/XhVbBT4NzdE/</link>
		<comments>http://www.showslow.com/blog/page-speed-online-api/#comments</comments>
		<pubDate>Sat, 14 May 2011 06:10:58 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1586</guid>
		<description><![CDATA[This Monday at Google I/O, Page Speed team announced new Page Speed Online API. I was given a chance to work on it before it was released to general public and was very happy to get such a tool as &#8230; <a href="http://www.showslow.com/blog/page-speed-online-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://code.google.com/apis/pagespeedonline/"><img style="border: 0; float: right; margin-left: 1em;" title="Google Page Speed Online API" src="http://www.showslow.com/blog/wp-content/uploads/2011/05/pagespeed-128.png" alt="" width="128" height="128" /></a>This Monday at Google I/O, <a href="http://googlecode.blogspot.com/2011/05/page-speed-online-has-shiny-new-api.html">Page Speed team announced</a> new <a href="https://code.google.com/apis/pagespeedonline/">Page Speed Online API</a>.</p>
<p>I was given a chance to work on it before it was released to general public and was very happy to get such a tool as it make it the easiest option when it come to setting up ShowSlow instance with automated testing.</p>
<p>Basically, all you need to do is to call a beacon URL when you need to run Page Speed test and store results in ShowSlow. Data is stored in the same tables as browser extension beacon data and works pretty smoothly.</p>
<p><a href="https://github.com/sergeychernyshev/showslow/downloads"><img style="border: 0; float: right; margin-left: 1em;" title="Show Slow" src="http://www.showslow.com/blog/wp-content/uploads/2009/04/showslow.png" alt="" width="100" height="100" /></a>Configuration is pretty easy, check out <a href="http://www.showslow.org/Configuring_Page_Speed_Online_API">documentation on the wiki</a> or just open <strong>/beacons/pagespeed/</strong> on your instance for auto-documentation.</p>
<p>I hope to add UI for it and integrate it with URL adding interface in a near future.</p>
<p>Here&#8217;s a full list of things released in ShowSlow 0.18:</p>
<ul>
<li>Google Page Speed <a href="http://www.showslow.org/Configuring_Page_Speed_Online_API">Online API support</a></li>
<li>WebPageTest visual comparison can now be done <a href="http://www.showslow.com/details/?url=http%3A%2F%2Fwww.google.com%2F#pagetest-table">right from details page</a> (<a href="https://github.com/sergeychernyshev/showslow/issues/21">№21</a>)</li>
<li>Custom metrics (<a href="https://github.com/sergeychernyshev/showslow/issues/18">№18</a>) and cross-hair numbers in Flot charts (<a href="https://github.com/sergeychernyshev/showslow/issues/16">№16</a>)</li>
<li>DB port configuration option by <a href="https://github.com/russelldavis">Russell Davis</a> (<a href="https://github.com/sergeychernyshev/showslow/pull/25">№25</a>)</li>
<li>crc32 PHP replacement by Russell Davis (<a href="https://github.com/sergeychernyshev/showslow/pull/24">№24</a>)</li>
<li>Fix for null values in data2.php</li>
<li>Page Speed values are optional now (n/a instead of zeros)</li>
<li>Indexes on url_id in metric tables for better performance</li>
</ul>
<p>Follow upgrade instructions if you already have an instance running:<br />
<a href="http://www.showslow.org/Upgrading_existing_instance"> http://www.showslow.org/Upgrading_existing_instance</a></p>
<p>Download the code package:<br />
<a href="https://github.com/sergeychernyshev/showslow/downloads"> https://github.com/sergeychernyshev/showslow/downloads</a></p>
<p>and install it:<br />
<a href="http://www.showslow.org/Installation_and_configuration"> http://www.showslow.org/Installation_and_configuration</a></p>
<p>Let me know if you’ll have troubles upgrading and don’t forget to create issues and vote for bugs in the issue tracker:<br />
<a href="https://github.com/sergeychernyshev/showslow/issues"> https://github.com/sergeychernyshev/showslow/issues</a></p>
<p>And please introduce yourself on our mailing list and feel free to ask questions:<br />
<a href="http://groups.google.com/group/showslow"> http://groups.google.com/group/showslow</a></p>
<p>Enjoy!</p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/XhVbBT4NzdE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/page-speed-online-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/page-speed-online-api/</feedburner:origLink></item>
		<item>
		<title>ShowSlow at Velocity 2011</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/Smchosn9cjc/</link>
		<comments>http://www.showslow.com/blog/showslow-at-velocity-2011/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 04:19:35 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1561</guid>
		<description><![CDATA[Velocity schedule is published and I&#8217;m happy to say that I&#8217;m taking part in opening the conference as part of Performance Tools workshop with Steve Souders, Patrick Meenan (WebPageTest) and Alois Reitbauer (dynaTrace AJAX Edition). It&#8217;s going to be a good &#8230; <a href="http://www.showslow.com/blog/showslow-at-velocity-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://velocityconf.com/velocity2011/public/schedule/detail/19771"><img style="border: 0; float: right; margin-left: 1em;" title="Velocity" src="http://www.showslow.com/blog/wp-content/uploads/2011/04/velocity_logo_small.png" alt="" width="120" height="90" /></a>Velocity schedule is published and I&#8217;m happy to say that I&#8217;m taking part in opening the conference as part of <a href="http://velocityconf.com/velocity2011/public/schedule/detail/19771">Performance Tools workshop</a> with Steve Souders, Patrick Meenan (WebPageTest) and Alois Reitbauer (dynaTrace AJAX Edition).</p>
<p><a href="http://velocityconf.com/velocity2011/public/schedule/detail/19771"><img style="border: 0; float: right; margin-left: 1em;" src="http://www.showslow.com/blog/wp-content/uploads/2009/04/showslow.png" title="Show Slow" width="100" height="100" /></a>It&#8217;s going to be a good tool walk-through from the creators of the tools and I&#8217;ll talk about setting up your own instance of <a href="http://www.showslow.org/">Show Slow</a> to collect the metrics over time and how it can be used as a dashboard for your performance optimization initiative.</p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/Smchosn9cjc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/showslow-at-velocity-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/showslow-at-velocity-2011/</feedburner:origLink></item>
		<item>
		<title>Web Performance Optimization Tools</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/C9u5glrbFK0/</link>
		<comments>http://www.showslow.com/blog/web-performance-optimization-tools/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 15:44:15 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1543</guid>
		<description><![CDATA[I will be demoing various tools that are available for Web Performance Optimization (WPO) at NY Web Performance Meetup on April 14th. I&#8217;ll  talk about the latest features that became available and describe what you can quickly start with and &#8230; <a href="http://www.showslow.com/blog/web-performance-optimization-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.meetup.com/Web-Performance-NY/events/17102558/?utm_source=ShowSlow%20Blog&amp;utm_medium=blog&amp;utm_campaign=Web%20Performance%20Optimization%20Tools"><img style="float: right; margin-left: 1em; border: 0;" title="State of mobile web performance at New York Web Performance Group" src="http://www.showslow.com/blog/wp-content/uploads/2011/03/sergey-150x150.jpg" alt="Sergey Chernyshev" /></a>I will be demoing various <strong>tools that are available for Web Performance Optimization (WPO)</strong> at <a href="http://www.meetup.com/Web-Performance-NY/events/17102558/?utm_source=ShowSlow%20Blog&amp;utm_medium=blog&amp;utm_campaign=Web%20Performance%20Optimization%20Tools">NY Web Performance Meetup on April 14th</a>.</p>
<p>I&#8217;ll  talk about the latest features that became available and describe what you can quickly start with and get the most benefit in a short time.</p>
<ul>
<li>dynaTrace AJAX Edition 3.0</li>
<li>WebPageTest (with new ATF and tcptraffic levels and more)</li>
<li>Mobile bookmarklets collection</li>
<li>and more &#8230;</li>
</ul>
<p><a href="http://www.meetup.com/Web-Performance-NY/events/17102558/?utm_source=ShowSlow%20Blog&amp;utm_medium=blog&amp;utm_campaign=Web%20Performance%20Optimization%20Tools"><img style="float: right; margin-left: 1em; border: 0;" title="State of mobile web performance at New York Web Performance Group" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/01/nywebperf_logo.png" alt="New York Web Performance Group Logo" width="150" height="99" /></a><strong><a href="?utm_source=ShowSlow%20Blog&amp;utm_medium=blog&amp;utm_campaign=Web%20Performance%20Optimization%20Tools">RSVP Now on Meetup.com</a></strong> </p>
<p>We&#8217;re at <a href="http://www.meetup.com/jobs/" target="_blank">Meetup HQ</a> again &#8211; their fridge is full of drinks and tables are full of pizza! Thank them for hosting when you come!</p>
<p><strong>Agenda:</strong></p>
<p>6:30 &#8211; Arrive to Meetup HQ, meet other members<br />
6:45 &#8211; Event starts<br />
7:00 &#8211; <strong>Web Performance Optimization Tools</strong><br />
8:00 &#8211; Q&amp;A<br />
8:15 &#8211; Book giveaway<br />
8:30 &#8211; Open Discussion, Networking</p>
<p><strong>Location:</strong></p>
<p><strong>Meetup HQ</strong><br />
<a href="http://bit.ly/eQVxqp">632 Broadway<br />
Floor 3<br />
NY, NY 10012</a></p>
<p>Directions on Google Maps: <a href="http://bit.ly/eQVxqp">http://bit.ly/eQVxqp<br />
</a>Entrance on StreetView: <a href="http://bit.ly/gd4fgk">http://bit.ly/gd4fgk</a></p>
<p><strong>Sponsors:</strong><br />
<a target="_blank" href="http://www.catchpoint.com/">Catchpoint</a> is sponsoring us by providing 10% discount to our members and also books for our books section.</p>
<p><a target="_blank" href="http://www.oreilly.com/">O&#8217;Reilly</a> also provides discount to members for the books and sent some books to give away as well.</p>
<p><a target="_blank" href="http://www.resell.biz/#utm_source=meetup.com&amp;utm_medium=referral&amp;utm_campaign=sponsorship">ReSell.biz</a> makes it easy to become a domain ReSeller! Become a domain reseller and benefit from always low bulk domain prices, zero fees and zero commitments.</p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/C9u5glrbFK0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/web-performance-optimization-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/web-performance-optimization-tools/</feedburner:origLink></item>
		<item>
		<title>State of mobile web performance</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/VdsajaFNPBw/</link>
		<comments>http://www.showslow.com/blog/state-of-mobile-web-performance/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 02:45:39 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1511</guid>
		<description><![CDATA[March speaker session on New York Web Performance Meetup is coming up in two weeks, on March 17th at 6:30PM @ Meetup HQ. RSVP now on Meetup.com Guy Podjarny will talk about the state of mobile web performance, based on &#8230; <a href="http://www.showslow.com/blog/state-of-mobile-web-performance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.meetup.com/Web-Performance-NY/events/16559151/?utm_source=ShowSlow%2BBlog&amp;utm_medium=blog&amp;utm_campaign=State%20of%20mobile%20web%20performance"><img style="float: right; margin-left: 1em; border: 0;" title="State of mobile web performance at New York Web Performance Group" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/01/nywebperf_logo.png" alt="New York Web Performance Group Logo" width="150" height="99" /></a>March speaker session on New York Web Performance Meetup is coming up in two weeks, on <strong>March 17th at 6:30PM @ Meetup HQ</strong>.</p>
<p><strong style="margin-left: 2em"><a href="http://www.meetup.com/Web-Performance-NY/events/16559151/?utm_source=ShowSlow%2BBlog&amp;utm_medium=blog&amp;utm_campaign=State%20of%20mobile%20web%20performance">RSVP now on Meetup.com</a></strong></p>
<p><a href="http://ca.linkedin.com/in/guypo">Guy Podjarny</a> will talk about the <strong>state of mobile web performance</strong>, based on the data gathered using blaze.io mobile testing tool.</p>
<p><strong>Guy Podjarny, CTO at <a href="http://www.blaze.io/">Blaze</a></strong><br />
<img style="margin-left: 5px; float: right;" src="http://photos1.meetupstatic.com/photos/event/8/9/c/e/thumb_21635278.jpeg" border="0" alt="" />Guy spent the last decade prior to Blaze as a Software Architect and Web Application Security expert, driving the IBM Rational AppScan product line from inception to being the leading Web Application Security assessment tool. Guy has filed over 15 patents, presented at numerous conferences, and has published several professional papers.</p>
<p><strong>Agenda:</strong></p>
<p>6:30 &#8211; Arrive to Meetup HQ, meet other members<br />
6:45 &#8211; Event starts<br />
7:00 &#8211; <strong>State of mobile web performance</strong> (Guy Podjarny)<br />
8:00 &#8211; Q&amp;A<br />
8:15 &#8211; Book giveaway<br />
8:30 &#8211; Open Discussion, Networking</p>
<p><a href="http://www.meetup.com/jobs/">Meetup.com</a> is hosting us again. And they still have <strong>food and beer</strong>!</p>
<p><strong> Location: </strong><br />
Meetup HQ<br />
<a href="http://bit.ly/f8jfwE">632 Broadway<br />
3rd floor<br />
New York, NY 10012</a></p>
<p>Directions on Google Maps: <a title="http://bit.ly/f8jfwE" href="http://bit.ly/f8jfwE" target="_blank">http://bit.ly/f8jfwE</a><br />
Entrance on StreetView: <a title="http://bit.ly/i0L2CH" href="http://bit.ly/i0L2CH" target="_blank">http://bit.ly/i0L2CH</a></p>
<p><strong>Sponsors:</strong><br />
<a href="http://www.catchpoint.com/">Catchpoint</a> is sponsoring us by providing 10% discount to our members and also books for our books section.</p>
<p><a href="http://www.oreilly.com/">O&#8217;Reilly</a> also provides discount to members for the books and sent some books to give away as well.</p>
<p><a href="http://www.resell.biz/#utm_source=meetup.com&amp;utm_medium=referral&amp;utm_campaign=sponsorship">ReSell.biz</a> is the complete domain name reseller and hosting reseller solution.</p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/VdsajaFNPBw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/state-of-mobile-web-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/state-of-mobile-web-performance/</feedburner:origLink></item>
		<item>
		<title>Using Human Computation to answer web performance questions</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/QsJdupGdt8s/</link>
		<comments>http://www.showslow.com/blog/using-human-computation-to-answer-web-performance-questions/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 17:49:25 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1467</guid>
		<description><![CDATA[Recently I had lunch with Drit Suljoti (@dritans) of Catchpoint who sponsors NY Web Performance Meetup and as always with Drit, we had a great talk about emerging technologies, product ideas and ways how web can be made faster. At &#8230; <a href="http://www.showslow.com/blog/using-human-computation-to-answer-web-performance-questions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I had lunch with Drit Suljoti (<a href="http://twitter.com/dritans">@dritans</a>) of <a href="http://www.catchpoint.com/">Catchpoint</a> who sponsors <a href="http://www.meetup.com/Web-Performance-NY/">NY Web Performance Meetup</a> and as always with Drit, we had a great talk about emerging technologies, product ideas and ways how web can be made faster.</p>
<p><img src="http://www.showslow.com/blog/wp-content/uploads/2011/02/recaptcha-logo-150x150.jpg" alt="" title="recaptcha-logo" width="150" height="150" style="float: right; margin-left: 1em" /></a>At some point in discussion about casual gaming I remembered great series of projects by <a href="http://en.wikipedia.org/wiki/Luis_von_Ahn">Luis von Ahn</a> (of CAPTCHA and reCAPTCHA fame) who was working on so called &#8220;human computation&#8221;.</p>
<p>One of the ideas he was working on was development of games that humans can play and produce a side product that will help computers with tasks that they are not that good at. He created <a href="http://en.wikipedia.org/wiki/ESP_game">ESP game</a> that was later licensed to Google to become <a href="http://images.google.com/imagelabeler/">Google Image Labeler</a> and Peekaboom (now unavailable).</p>
<p>These two games were working on a problem of object identification in images &#8211; task that computers might never be able to master, at least during our lifetime. I really recommend his <a href="http://www.techpresentations.org/Human_Computation">awesome presentation</a> about the topic of human computation, CAPTCHAs and games &#8211; watch it all, it&#8217;s worth it.</p>
<p><img src="http://www.showslow.com/blog/wp-content/uploads/2011/02/weboerf.png" alt="" title="weboerf" width="100" height="50" style="float: right; margin: 0 1em"/> So, talking to Drit about the performance, I realized that human computation can be the answer to one of the problems that Web Performance field is struggling with for a while already: how to automatically identify &#8220;enough&#8221; point of the web page, when it becomes reasonable for a user to engage with the page; metric that we can use to optimize web page performance for.</p>
<p>This metric is notoriously hard to measure, browser events only reveal technical aspect of page load, but do not tell much about user&#8217;s perception. Even render events are not good enough as having something drawn on the page, although dramatically removes the emptiness feeling of &#8220;nothing is happening&#8221;, still doesn&#8217;t provide the enough moment.</p>
<p>There are some algorithms that try to define &#8220;enough&#8221; by analyzing the drawing activity of the visible area of the page (so called &#8220;above the fold&#8221;, term we got from newspapers), they are still not very precise and hit the same constraints any object recognition algorithm will hit.</p>
<p>And having this problem in my head for quite a while, looking for an ideal metric that Show Slow can track, that can be put on weekly reports and even t-shirts, I realized that we might not be able to give a good answer to this problem by computerized means. It is very possible that the only way to achieve reasonable results is to use human brains.</p>
<p>So the solution <a href="http://www.showslow.com/screengame/">could look like a game</a> or at least a game-like environment in which people are given a simple task that, as a side product can produce enough data so we can identify performance metrics using statistical analysis.</p>
<div style="text-align: center"><a href="http://www.showslow.com/screengame/"><img src="http://www.showslow.com/blog/wp-content/uploads/2011/02/screenshotgame2.png" title="Screenshot game (mockup)" width="500" height="196" /></a></div>
<p>Right now I see a few important metrics that people can enter voluntarily on involuntarily &#8211; time at which page rendered to &#8220;enough&#8221; state and points on the screen that represent the most important visual information.</p>
<p>Both of these metrics can probably be collected simultaneously and using the same process. Players might be identifying page&#8217;s content or provide timing directly.</p>
<p>Luckily many tools, including free and open source <a href="http://www.webpagetest.org/video/compare.php?tests=110124_3N_1DYT-r:1-c:0">WebPageTest.org</a> and Catchpoint&#8217;s commercial monitor can already capture images of page rendering activity so getting the content is not a problem.</p>
<p>So, what it all means is that people can work very well where computers can&#8217;t and human computation can come to rescue for web performance industry&#8217;s most complex problems.</p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/QsJdupGdt8s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/using-human-computation-to-answer-web-performance-questions/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/using-human-computation-to-answer-web-performance-questions/</feedburner:origLink></item>
		<item>
		<title>#NewMeetup performance @ NY Web Performance Meetup</title>
		<link>http://feeds.showslow.com/~r/ShowSlowBlog/~3/7yKvNj3knNE/</link>
		<comments>http://www.showslow.com/blog/newmeetup-performance-ny-web-performance-meetup/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 05:45:25 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Meetup]]></category>

		<guid isPermaLink="false">http://www.showslow.com/blog/?p=1456</guid>
		<description><![CDATA[Next session: Monday, February 28th, 2011 @ 6:30PM RSVP now: http://www.meetup.com/Web-Performance-NY/events/16508657/ Justin Cataldo (@jcataldo), Lead UI Engineer at Meetup will talk about performance of Meetup.com including some improvements done to #NewMeetup. Agenda: 6:30 &#8211; Arrive to Meetup HQ, meet other &#8230; <a href="http://www.showslow.com/blog/newmeetup-performance-ny-web-performance-meetup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Next session:</strong> Monday, <strong>February 28th</strong>, 2011 @ 6:30PM</p>
<p><strong>RSVP now:</strong> <a href="http://www.meetup.com/Web-Performance-NY/events/16508657/?utm_source=ShowSlow%20blog&#038;utm_medium=blog&#038;utm_campaign=NewMeetup%20performance">http://www.meetup.com/Web-Performance-NY/events/16508657/</a></p>
<p><img style="max-height: 700px; max-width: 700px; margin: 5px; float: right;" src="http://photos4.meetupstatic.com/photos/member/c/8/c/a/highres_3471402.jpeg" border="0" alt="" /></p>
<p><strong>Justin Cataldo</strong> (<a href="http://twitter.com/jcataldo">@jcataldo</a>), Lead UI Engineer at Meetup will talk about performance of <strong>Meetup.com</strong> including some improvements done to #NewMeetup.</p>
<p><strong>Agenda:</strong></p>
<p>6:30 &#8211; Arrive to Meetup HQ, meet other members<br />
6:45 &#8211; Event starts<br />
7:00 &#8211; <strong>#NewMeetup performance</strong> (Justin Cataldo)<br />
8:00 &#8211; Q&amp;A<br />
8:15 &#8211; Book giveaway<br />
8:30 &#8211; Open Discussion, Networking</p>
<p><strong>Location:</strong><br />
<a style="color: #a15910;" href="http://www.meetup.com/jobs/">Meetup.com</a> is hosting us again. And they still have <strong>food and beer</strong>!</p>
<p>Meetup HQ<br />
<a href="http://bit.ly/hgBLAn">632 Broadway<br />
</a><a href="http://bit.ly/hgBLAn">3rd floor<br />
</a><a href="http://bit.ly/hgBLAn">New York, NY 10012</a></p>
<p><strong>Directions on Google Maps</strong>: <a title="http://bit.ly/hgBLAn" href="http://bit.ly/hgBLAn" target="_blank">http://bit.ly/hgBLAn<br />
</a>Entrance on StreetView: <a title="http://bit.ly/gVfFIp" href="http://bit.ly/gVfFIp" target="_blank">http://bit.ly/gVfFIp</a></p>
<p><strong>Sponsors:<br />
</strong><a href="http://www.catchpoint.com/">Catchpoint</a> is sponsoring us by providing 10% discount to our members and also books for our books section.</p>
<p><a href="http://www.oreilly.com/">O&#8217;Reilly</a> also provides discount to members for the books and sent some books to give away as well.</p>
<p><a href="http://www.resell.biz/#utm_source=meetup.com&amp;utm_medium=referral&amp;utm_campaign=sponsorship">ReSell.biz</a> is the complete domain name reseller and hosting reseller solution.</p>
<img src="http://feeds.feedburner.com/~r/ShowSlowBlog/~4/7yKvNj3knNE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.showslow.com/blog/newmeetup-performance-ny-web-performance-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.showslow.com/blog/newmeetup-performance-ny-web-performance-meetup/</feedburner:origLink></item>
	</channel>
</rss>

