<?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>Binary Orders of Magnitude &#187; ShowSlow</title>
	<atom:link href="http://www.sergeychernyshev.com/blog/category/showslow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sergeychernyshev.com/blog</link>
	<description>Sergey Chernyshev's blog about projects and web in general.</description>
	<lastBuildDate>Thu, 09 Sep 2010 04:34:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>ShowSlow 0.7: dynaTrace beacon, list pagination, removing local URLs</title>
		<link>http://www.sergeychernyshev.com/blog/showslow-0-7-dynatrace-beacon-list-pagination-removing-local-urls/</link>
		<comments>http://www.sergeychernyshev.com/blog/showslow-0-7-dynatrace-beacon-list-pagination-removing-local-urls/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 22:10:16 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=793</guid>
		<description><![CDATA[A few changes were made to ShowSlow in a past couple months so it&#8217;s time for a new release &#8211; welcome ShowSlow 0.7!
Full list of changes can be seen in bug tracker, but here are the most important ones:

Resolved a problem with missing mod_rewrite (#43)
A few people complained that timeplot charts and other JS-based functionality [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/showslow/downloads/list"><img style="float: right; margin-left: 1em; border: 0;" title="Download Show Slow 0.7" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png" alt="" width="100" height="100" /></a>A few changes were made to ShowSlow in a past couple months so it&#8217;s time for a new release &#8211; welcome <strong><a href="http://code.google.com/p/showslow/downloads/list">ShowSlow 0.7</a></strong>!</p>
<p>Full list of changes can be seen in <a href="http://code.google.com/p/showslow/issues/list?can=1&#038;q=status:Fixed&#038;sort=-closed&#038;colspec=ID%20Type%20Stars%20Status%20Priority%20Owner%20Summary%20Closed">bug tracker</a>, but here are the most important ones:</p>
<ol>
<li><strong>Resolved a problem with missing mod_rewrite (<a href="http://code.google.com/p/showslow/issues/detail?id=43">#43</a>)</strong><br />
A few people complained that timeplot charts and other JS-based functionality wasn&#8217;t working on details page. This was happening because mod_rewrite wasn&#8217;t enabled for the site or wasn&#8217;t compiled into Apache at all. The fix was actually done in <a href="http://code.google.com/p/svn-assets/">SVN Assets</a> project and it will autodetect mod_rewrite now and will use query string for URL uniqueness if it&#8217;s not available.</li>
<li><strong>dynaTrace beacon and results on details page (<a href="http://code.google.com/p/showslow/issues/detail?id=46">#46</a>)</strong><br />
dynaTrace team is releasing beaconing functionality in <strong>dynaTrace AJAX Edition 2.0</strong> (coming up in August, but <a href="http://ajax.dynatrace.com/pages/download/download.aspx">Beta is already available</a>) and you can now send results to Show Slow.<br />
<img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/07/dunaTrace_ShowSlow_menu.png" alt="dynaTrace ShowSlow menu" title="dynaTrace ShowSlow menu" style="border:1px solid black; float: none" width="527" height="124"/>
</li>
<li><strong>Added Google Friend Connect support for user registration and login</strong><br />
<a href="http://code.google.com/p/userbase/">UserBase</a> (which Show Slow uses for user management) supports Google Friend Connect for a while and I just added it to Show Slow so now users can use Google, Twitter, Yahoo!, OpenID, AIM or Netlog accounts to sign in (and Google will probably support more in the future).<br />
<a href="http://www.sergeychernyshev.com/blog/showslow-0-7-dynatrace-beacon-list-pagination-removing-local-urls/gfc_showslow/" rel="attachment wp-att-805"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/07/gfc_showslow.png" alt="Google Friend Connect for logging in" title="Google Friend Connect for logging in" width="371" height="197"  style="border:1px solid black; float: none" /></a>
</li>
<li><strong>file:// and chrome:// URLs as well as local network URLs are now ignored (<a href="http://code.google.com/p/showslow/issues/detail?id=55">#55</a>)</strong><br />
I don&#8217;t know why, but people were submitting data for non-HTTP protocol URLs (file://, chrome://) and private networks (10.x, 193.168.x and even 127.0.0.x) to public instance (<a href="http://www.showslow.com/">http://www.showslow.com/</a>).</p>
<p>I believe some of them might be pointless on private instances as well.</p>
<p>So now Show Slow is configured to ignore those URLs, but <a href="http://www.showslow.org/Installation_and_configuration#Ignore_URLs">you can configure your instance</a> to accept internal IPs if you really need it (although I suggest you use internal DNS for development sites instead).</li>
<li><strong>Added pagination to URL listing (<a href="http://code.google.com/p/showslow/issues/detail?id=23">#23</a>)</strong><br />
<strong>Ryan Doherty</strong> submitted a patch for list pagination for <a href="http://www.showslow.com/all.php">URLs measured</a> tab which was important to increase performance of the tool.</li>
<li><strong>Added pagination to URL listing (<a href="http://code.google.com/p/showslow/issues/detail?id=60">#60</a>)</strong><br />
I also worked on grouping of URLs so now <a href="http://www.showslow.org/Installation_and_configuration#Grouping_URLs">you can configure Show Slow to group URLs</a> on your instance for different groups within your company or just for different sites or site sections driven by different tools, for example.</li>
</ol>
<p><strong>Upgrading is easy</strong> &#8211; just <a href="http://code.google.com/p/showslow/downloads/list">download new version</a> and follow <a href="http://www.showslow.org/Upgrading_existing_instance">upgrade instructions</a>.</p>
<p>If you don&#8217;t want to wait for a packaged release, feel free to use <a href="http://showslow.googlecode.com/svn/trunk/">Subversion</a> &#8211; all you need to do is run <strong>make</strong> and it will upgrade both code and database.</p>
<p>If you prefer to use Subversion but stick with release code, the tag for this release is <a href="http://showslow.googlecode.com/svn/tags/REL_0_7/">REL_0_7</a></p>
<p>As always, please report any problems with installation to the mailing list:<br />
<a href="http://groups.google.com/group/showslow">http://groups.google.com/group/showslow</a></p>
<p>And feel free to <a href="http://www.showslow.org/Main_Page#Contributing">contribute</a> &#8211; there are many ways to do so:<br />
<a href="http://www.showslow.org/Main_Page#Contributing">http://www.showslow.org/Main_Page#Contributing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/showslow-0-7-dynatrace-beacon-list-pagination-removing-local-urls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Show Slow now Ignores non-public URLs</title>
		<link>http://www.sergeychernyshev.com/blog/show-slow-ignores-non-public-urls/</link>
		<comments>http://www.sergeychernyshev.com/blog/show-slow-ignores-non-public-urls/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 00:06:01 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=761</guid>
		<description><![CDATA[A few people noticed that users submitted all kinds of URLs to Show Slow including those with file:// schema and even chrome:// schema (internal schema for Firefox extension files). Some users also sent URLs with private IPs and from localhost which can not be accessed from the internet by general public.
I added some code to [...]]]></description>
			<content:encoded><![CDATA[<p>A few people noticed that users submitted <a href="http://www.showslow.com/all.php">all kinds of URLs</a> to Show Slow including those with <em>file://</em> schema and even <em>chrome://</em> schema (internal schema for Firefox extension files). Some users also sent URLs with private IPs and from localhost which can not be accessed from the internet by general public.</p>
<p>I added some code to handle these problems and now non-HTTP URLs are not going to be accepted and private network addresses will be ignored by default too.</p>
<p><a href="http://www.showslow.com/my.php"><img class="alignnone" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/06/showslow_ignore_local_URLs.png" alt="Show Slow displays old URLs that are being ignored with new configuration in red" width="600" height="168" /></a></p>
<p>You can still configure your own instance to accept private network URLs by <a href="http://www.showslow.org/Installation_and_configuration#Ignore_URLs">tweaking the settings</a>, but you probably shouldn&#8217;t remove localhosts anyway.</p>
<p>Don&#8217;t forget to run <em>deleteignored.php</em> to remove measurements for URLs that were not supposed to be tracked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/show-slow-ignores-non-public-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show Slow now automatically monitors your URLs!</title>
		<link>http://www.sergeychernyshev.com/blog/show-slow-now-automatically-monitors-your-urls/</link>
		<comments>http://www.sergeychernyshev.com/blog/show-slow-now-automatically-monitors-your-urls/#comments</comments>
		<pubDate>Fri, 28 May 2010 05:01:05 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=683</guid>
		<description><![CDATA[I&#8217;ve been dreaming about this for a while now and then Aaron and I were working on different parts of the system which allowed that to happen and now it&#8217;s possible!
Please welcome automated YSlow and Page Speed monitoring using Show Slow!
Now all you need to do is to register an account and enter your URL [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.showslow.com/my.php"><img style="float: right; margin-left: 1em; border: 0;" title="Show Slow Automation" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/05/showslow_automation.png" alt="" width="100" height="100" /></a>I&#8217;ve been dreaming about this for a while now and then Aaron and I were working on different parts of the system which allowed that to happen and now it&#8217;s possible!</p>
<p>Please welcome <strong>automated YSlow and Page Speed monitoring using Show Slow</strong>!</p>
<p>Now all you need to do is to register an account and <a href="http://www.showslow.com/my.php">enter your URL</a> and the rest will be taken care of. Show Slow will fire YSlow and Page Speed at your site and collect statistics on a daily basis so you can just sit back and enjoy the graphs!</p>
<p>You can see the results on <a href="http://www.showslow.com/list.php?id=alexa">Alexa Top 100 tab</a> that I also added to ShowSlow.com showcase performance for most popular sites of the internet.</p>
<p>Due to limited resources, ShowSlow.com allows for only one URL per user account to be monitored, but I&#8217;m looking for ways to remove or at least increase this limit.</p>
<p>I hope you&#8217;ll enjoy the automation and please forward it to everyone around you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/show-slow-now-automatically-monitors-your-urls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Release 0.6: redesign, server-side smoothing, SVN-assets and WebPageTest.org testing</title>
		<link>http://www.sergeychernyshev.com/blog/release-0-6-redesign-server-side-smoothing-svn-assets-and-webpagetest-org-testing/</link>
		<comments>http://www.sergeychernyshev.com/blog/release-0-6-redesign-server-side-smoothing-svn-assets-and-webpagetest-org-testing/#comments</comments>
		<pubDate>Mon, 17 May 2010 02:08:42 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[SVN Assets]]></category>
		<category><![CDATA[ShowSlow]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=660</guid>
		<description><![CDATA[Release 0.6 is packed with new stuff &#8211; first of all, smoothing that was originally implemented in JavaScript was too slow and got moved to server side in PHP code so now results are still smooth, but not clogging down the browser.
Front-end performance is always a priority for ShowSlow project and all performance-related bugs have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/showslow/downloads/list">Release 0.6</a> is packed with new stuff &#8211; first of all, smoothing that was originally implemented in JavaScript was too slow and got <a href="http://www.showslow.org/Installation_and_configuration#Graph_smoothing">moved to server side</a> in PHP code so now results are still smooth, but not clogging down the browser.</p>
<p><a href="http://code.google.com/p/svn-assets/"><img style="float: right; margin-left: 1em; border: 0;" title="SVN Assets" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/03/svn-assets.png" alt="SVN Assets logo" width="165" height="159" />Front-end performance is always a priority for ShowSlow project and <a href="http://code.google.com/p/showslow/issues/list?q=label:Performance">all performance-related bugs</a> have high priority so this was time to <a href="http://www.showslow.org/Installation_and_configuration#Caching_for_static_assets_using_SVN_Assets">use SVN Assets</a>. It means that all static assets will now have unique URLs based on their versions in Subversion. Make sure you look into config.sample.php and set $baseAssetURL variable accordingly (simplest approach is to set it to $showslow_base). Also make sure you have mod_rewrite, mod_expires and mod_deflate enabled in your apache.</p>
<p><a href="http://www.showslow.com/"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/05/showslow_redesign_screenshot1.png" alt="ShowSlow redesign" width="200" height="144" style="float: left; margin-right: 1em; border: 0;" /></a>We also got some look and feel update and you can see uniform header and footer across all pages. You might notice a registration page, stay tuned for more news there. You probably also noticed that <a href="http://www.showslow.com/">http://www.showslow.com/</a> got buttons for following on Twitter <a href="http://twitter.com/showslow">@showslow</a> and like button from Facebook &#8211; don&#8217;t wait, please show your pride and help spread the word!</p>
<p>And last, but not least, now you can run <a href="http://www.webpagetest.org/">WebPageTest.org</a> tests right from details page. This feature was hacked together originally and had to be removed because of compatibility issues, but now it&#8217;s a solid integration using WebPageTest&#8217;s automation API! You can also <a href="http://www.showslow.org/Installation_and_configuration#Running_WebPageTest_tests">configure it</a> to run your own instance.</p>
<div style="text-align: center">
<a href="http://www.showslow.com/details/?url=http://www.amazon.com/"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/05/showslow_webpagetest.png" alt="Running WebPageTest.org tests directly from details page"width="582" height="86" style="border: 0; float: none"/></a>
</div>
<p>It&#8217;s a lot of changes and I hope you have no troubles upgrading, but if you do, don&#8217;t forget that you can always ask question on our mailing list here: <a href="http://groups.google.com/group/showslow">http://groups.google.com/group/showslow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/release-0-6-redesign-server-side-smoothing-svn-assets-and-webpagetest-org-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShowSlow v0.5 is smooth</title>
		<link>http://www.sergeychernyshev.com/blog/showslow-v0-5-is-smooth/</link>
		<comments>http://www.sergeychernyshev.com/blog/showslow-v0-5-is-smooth/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:12:27 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=611</guid>
		<description><![CDATA[Many people were frustrated with the graphs ShowSlow was showing as rankings and other measurements change too frequently if your pages are dynamic in nature and show different content on every request.
ShowSlow v0.5 is using rolling average to smooth the graphs, hope it&#8217;s going to be easier on your eyes and will help you get [...]]]></description>
			<content:encoded><![CDATA[<p>Many people were frustrated with the graphs ShowSlow was showing as rankings and other measurements change too frequently if your pages are dynamic in nature and show different content on every request.</p>
<p><a href="http://code.google.com/p/showslow/downloads/list">ShowSlow v0.5</a> is using rolling average to smooth the graphs, hope it&#8217;s going to be easier on your eyes and will help you get more meaning from the graphs.</p>
<p><a href="http://www.showslow.com/"><img style="float: none; margin: 3px auto; border: 0;" title="ShowSlow 0.5 with smoothed graphs" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/04/showslow_smoothed2.png" alt="ShowSlow 0.5 with smoothed graphs" width="562" height="364" /></a></p>
<p>Go ahead and download new version:<br />
<a href="http://www.showslow.org/Installation_and_configuration#Getting_the_code">http://www.showslow.org/Installation_and_configuration#Getting_the_code</a></p>
<p>or just type &#8220;make&#8221; if you installed from Subversion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/showslow-v0-5-is-smooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s site is faster &#8211; yours or your competitors&#8217;?</title>
		<link>http://www.sergeychernyshev.com/blog/whos-site-is-faster-yours-or-your-competitors/</link>
		<comments>http://www.sergeychernyshev.com/blog/whos-site-is-faster-yours-or-your-competitors/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 20:32:20 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=551</guid>
		<description><![CDATA[After I presented ShowSlow at Velocity Online Conference two weeks ago, I got a lot of suggestions regarding the software or a public instance and one of them was from Steve Souders who recommended creating a comparison page where people can see rankings for different sites compared over time.
It immediately resonated with me (G vs. [...]]]></description>
			<content:encoded><![CDATA[<p>After I presented ShowSlow at Velocity Online Conference two weeks ago, I got a lot of suggestions regarding the software or a public instance and one of them was from <a href="http://www.souders.org/">Steve Souders</a> who recommended creating a comparison page where people can see rankings for different sites compared over time.</p>
<p>It immediately resonated with me (<a href="http://www.sergeychernyshev.com/maps.html">G vs. Y!</a> spirit) as I always try to create thought provoking features within ShowSlow that can help business people and developers ask new kinds of questions about their systems. In this case, the question is obvious &#8211; &#8220;<strong>Am I better then my competitors?</strong>&#8220;.</p>
<p>You can click &#8220;Compare rankings&#8221; tab on ShowSlow.com to see <a href="http://www.showslow.com/details/compare.php?url[]=http://www.google.com/&amp;url[]=http://www.yahoo.com/&amp;url[]=http://www.amazon.com/">who is better &#8211; Google, Yahoo or Amazon?</a></p>
<p><a rel="attachment" href="http://www.showslow.com/details/compare.php?url[]=http://www.google.com/&amp;url[]=http://www.yahoo.com/&amp;url[]=http://www.amazon.com/"><img style="float: none; margin: 3px auto; border: 0;" title="google_vs_yahoo_vs_amazon" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/04/google_vs_yahoo_vs_amazon.png" alt="Google vs. Yahoo! vs. Amazon YSlow ranking over time" width="726" height="300" /></a></p>
<p>Or you can just enter the URLs you&#8217;d like to compare and ShowSlow will display rankings graph for YSlow or PageSpeed (granted that data for these URLs was collected).</p>
<p>Each instance of ShowSlow can have it&#8217;s own it&#8217;s own <a href="http://www.showslow.org/Installation_and_configuration#Compare_rankings">set of URLs configured</a> to link from &#8220;Compare rankings&#8221; tab so you can have your own competition (external or internal) measured.</p>
<p>Send me your fight stories or effect this tool had on your business folks, I&#8217;m very interested to see if this thing sparks the interest in performance project you&#8217;re running.</p>
<p>Thanks Steve!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/whos-site-is-faster-yours-or-your-competitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating YSlow and PageSpeed using Xvfb</title>
		<link>http://www.sergeychernyshev.com/blog/automating-yslow-and-pagespeed-using-xvfb/</link>
		<comments>http://www.sergeychernyshev.com/blog/automating-yslow-and-pagespeed-using-xvfb/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 23:58:45 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=530</guid>
		<description><![CDATA[I&#8217;d like to welcome Aaron Kulick to ShowSlow team!
Aaron was active user and contributed a few patches and then started to actively contribute documentation to the project wiki: showslow.org.
Now Aaron is a full-blown contributor with SVN access and his first contribution is solving the most common problem &#8211; how do we automate YSlow and PageSpeed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png"><img style="float: right; margin-left: 1em; border: 0;" title="Show Slow" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png" alt="" width="100" height="100" /></a>I&#8217;d like to welcome <a href="http://www.linkedin.com/in/xiphoidindustries">Aaron Kulick</a> to ShowSlow team!</p>
<p>Aaron was active user and contributed a few patches and then started to actively contribute documentation to the project wiki: <a href="http://www.showslow.org/Main_Page">showslow.org</a>.</p>
<p>Now Aaron is a full-blown contributor with SVN access and his first contribution is solving the most common problem &#8211; how do we <strong>automate YSlow and PageSpeed</strong> in a headless mode.</p>
<p>He created an automation section in the repository, feel free to check out his code and share your experience: <a href="http://code.google.com/p/showslow/source/browse/#svn/trunk/automation">http://code.google.com/p/showslow/source/browse/#svn/trunk/automation</a>.</p>
<p>In two words, all you need to do is:</p>
<ul>
<li>Run a memory framebuffer server (Xvfb)</li>
<li>Then configure Firefox profile(s) with different settings disabling some features that require user intervention and enable autorunning the extensions and beacons</li>
<li>Then you just create a list of URLs to test and feed it to <tt><a href="http://code.google.com/p/showslow/source/browse/trunk/automation/test_harness.pl">test_harness.pl</a></tt> script that will launch Firefoxes appropriately</li>
</ul>
<p><tt><a href="http://code.google.com/p/showslow/source/browse/trunk/automation/monitor.sh">monitor.sh</a></tt> is a simple shell wrapper around the harness script that you can simply run from the cron job.</p>
<p>For more information read the <a href="http://code.google.com/p/showslow/source/browse/trunk/automation/README">README</a> file and I hope we&#8217;ll have more documentation on showslow.org as well!</p>
<p>Please join me in thanking Aaron for this important tool!</p>
<p>Also, just a reminder, if you are not subscribed to a mailing list / google group, you can do that here:<br />
<a href="http://groups.google.com/group/showslow">http://groups.google.com/group/showslow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/automating-yslow-and-pagespeed-using-xvfb/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ShowSlow presentation at NY Web Performance Meetup</title>
		<link>http://www.sergeychernyshev.com/blog/showslow-presentation-at-ny-web-performance-meetup/</link>
		<comments>http://www.sergeychernyshev.com/blog/showslow-presentation-at-ny-web-performance-meetup/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 21:57:46 +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.sergeychernyshev.com/blog/?p=485</guid>
		<description><![CDATA[
I gave extended presentation about ShowSlow at New York Web Performance Meetup yesterday and I hope I was able to inspire people to start tracking their web site&#8217;s performance over time and thinking about your metrics that they want to collect for their business.
There were a couple questions about automation so here&#8217;s the blog post [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png" alt="" title="Show Slow" width="100" height="100" style="float: right; margin-left: 1em; border: 0" /></a><br />
I gave extended presentation about ShowSlow at New York Web Performance Meetup yesterday and I hope I was able to inspire people to start tracking their web site&#8217;s performance over time and thinking about your metrics that they want to collect for their business.</p>
<p>There were a couple questions about automation so here&#8217;s the blog post I wrote about automation a couple months ago: <a href="http://www.sergeychernyshev.com/blog/automating-page-speed-and-yslow-monitoring/">Automating Page Speed and YSlow monitoring</a>.</p>
<p>Also, here&#8217;s the simple script that can be used with ShowSlow:<br />
<a href="http://code.google.com/p/showslow/source/browse/trunk/showslow.sh">http://code.google.com/p/showslow/source/browse/trunk/showslow.sh</a>. By the looks of it you can tell that it&#8217;s relatively simple to do.</p>
<p>You might also want to look at <strong>about:config</strong> preferences for Firefox to see if any of them affect you, e.g. forcing Firebug to open and grade each page, cache storage, automatic updates of extensions and stuff like that. I hope to have it documented better in near future.</p>
<p>Best way to learn more about ShowSlow configuration is to read<br />
<a href="http://www.showslow.org/Installation_and_configuration">documentation on ShowSlow.org</a></p>
<p>If you&#8217;d like to just try the DEMO instance, go ahead and <a href="http://www.showslow.com/configure.php">configure your YSlow to post there</a> or just use export menu in PageSpeed or NetExport.</p>
<p>I&#8217;d like to also thank our host Logicworks and Stephanie personally for hospitality &#8211; it&#8217;s great to be welcome!</p>
<p><a href="http://www.meetup.com/Web-Performance-NY/calendar/12915226/">At our next session, on April 15th</a>, Nicholas Tang is going to demo <a href="http://www.webpagetest.org/">WebPageTest.org</a> &#8211; free, web based performance analysis site that uses AOL Pagetest open source tool developed by Patrick Meenan. This will be first in a series of &#8220;Tools&#8221; sessions where I hope we&#8217;ll cover many useful details of them all.</p>
<p>I hope to see you all next month!</p>
<p>P.S. A few <a href="http://www.slideshare.net/SergeyChernyshev/keeping-track-of-your-performance-using-show-slow-at-ny-web-performance-meetup">slides I had are on SlideShare</a>, the rest was a demo and is not available, unfortunately.</p>
<p><object width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=keepingtrackofyourperformanceusingshowslowatnywebperformancemeetup-100324101411-phpapp02&#038;rel=0&#038;stripped_title=keeping-track-of-your-performance-using-show-slow-at-ny-web-performance-meetup" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=keepingtrackofyourperformanceusingshowslowatnywebperformancemeetup-100324101411-phpapp02&#038;rel=0&#038;stripped_title=keeping-track-of-your-performance-using-show-slow-at-ny-web-performance-meetup" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/showslow-presentation-at-ny-web-performance-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit URLs, DBUpgrade and HAR beacon in ShowSlow</title>
		<link>http://www.sergeychernyshev.com/blog/limit-urls-dbupgrade-and-har-beacon-in-showslow/</link>
		<comments>http://www.sergeychernyshev.com/blog/limit-urls-dbupgrade-and-har-beacon-in-showslow/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 03:37:29 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=436</guid>
		<description><![CDATA[I added a few features to ShowSlow in a past couple weeks, but being also busy with HowDoable, I didn&#8217;t have time to write about them so here you go &#8211; a short digest:
Limit URLs using PCRE regexes
You can now limit URLs to be accepted by ShowSlow using PCRE regular expressions (thanks for initial patch [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.showslow.org/Installation#Drop_query_strings_from_URLs"><img style="float: right; margin-left: 1em; border: 0;" title="Show Slow" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png" alt="" width="100" height="100" /></a>I added a few features to ShowSlow in a past couple weeks, but being also busy with <a href="http://www.howdoable.com/">HowDoable</a>, I didn&#8217;t have time to write about them so here you go &#8211; a short digest:</p>
<h3>Limit URLs using PCRE regexes</h3>
<p>You can now limit URLs to be accepted by ShowSlow using <a href="http://www.php.net/manual/en/book.pcre.php">PCRE regular expressions</a> (thanks for initial patch from Aaron). All you need to do is to use a regex instead of just prefix in <a href="http://www.showslow.org/Installation#Limit_URLs_accepted">$limitURLs</a> array &#8211; ShowSlow will automatically detect that it&#8217;s not a URL prefix and match against it using preg_match.</p>
<h3>DBUpgrade for easy data schema upgrades</h3>
<p><a href="http://www.dbupgrade.org/"><img style="float: left; border: 0; margin-right: 1em;" title="DBUpgrade logo" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/03/dbupgrade.png" alt="DBUpgrade" width="128" height="128" /></a>I&#8217;ve started to use another open source project of mine called <a href="http://www.dbupgrade.org">DBUpgrade</a> to help you with database schema upgrades going from version to version. Going forward, if you&#8217;ll need to upgrade the schema, all you&#8217;ll have to do is run <tt>php dbupgrade.php</tt> or just <tt>make </tt> (which is going to run <tt>svn update</tt> too). <tt>tables.sql</tt> will still contain latest schema so feel free to update manually.<br />
DBUpgrade requires MySQLi module to be configured with your PHP, it is also recommended if you&#8217;re using MySQL 4.1.3 and later (and you should be).</p>
<h3>HAR beacon</h3>
<p><a href="http://getfirebug.com/releases/extensions#netexport"><img style="float: right; border: 0; margin-left: 1em;" title="firebug" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/03/firebug.png" alt="" width="110" height="90" /></a> And finally, I <a href="http://code.google.com/p/fbug/issues/detail?id=2883">worked</a> with <a href="http://www.softwareishard.com/">Jan &#8220;Honza&#8221; Odvarko</a> who is one of the lead developer of Firebug and related extensions to add <a href="http://groups.google.com/group/firebug-working-group/web/http-tracing---export-format">HTTP Archive (HAR)</a> support to ShowSlow and beacon support to <a href="http://getfirebug.com/releases/extensions#netexport">NetExport Firebug extension</a> (use v0.7b12+) that allows to save contents of Net Panel and later view it. <a href="http://blog.httpwatch.com/2009/10/19/httpwatch-version-62-supports-data-exchange-with-firebug/">HAR is also supported by HTTPWatch</a>, a tool that created original xml-based export format HAR was based upon.</p>
<p>By default, beacons are sent to <a href="http://www.showslow.com/beacon/har/">http://www.showslow.com/beacon/har/</a> but you can reconfigure it to point to your own instance using <tt>extensions.firebug.netexport.beaconServerURL</tt> Firefox config variable (at <tt>about:config</tt>).</p>
<p><a href="http://getfirebug.com/releases/extensions#netexport"><img class="alignnone size-medium wp-image-454" title="NetExport" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/03/NetExport.png" alt="NetExport beacon menu screenshot" width="554" height="191" /></a></p>
<p>You can see <a href="http://www.showslow.com/details/?url=http://www.sergeychernyshev.com/">sample result here</a>. For configuration options, see <a href="http://www.showslow.org/Installation_and_configuration#HAR_support">documentation on showslow.org</a></p>
<p>That was a lot of stuff &#8211; I should be reporting about developments more often.</p>
<p>Go ahead and try it all, let me know how it works and if you have any troubles using these features. If you feel you need more features in ShowSlow, go ahead, submit them to our <a href="http://showslow.uservoice.com/forums/18807-general">UserVoice forum</a> and email the mailing list to discuss and gain supporters: <a href="http://groups.google.com/group/showslow">http://groups.google.com/group/showslow</a>.</p>
<p><strong>Update</strong>: See also post by Honza about this: <a href="http://www.softwareishard.com/blog/firebug/share-har-logs-online/">http://www.softwareishard.com/blog/firebug/share-har-logs-online/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/limit-urls-dbupgrade-and-har-beacon-in-showslow/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ability to drop query string from URLs in ShowSlow</title>
		<link>http://www.sergeychernyshev.com/blog/ability-to-drop-query-string-from-urls-in-showslow/</link>
		<comments>http://www.sergeychernyshev.com/blog/ability-to-drop-query-string-from-urls-in-showslow/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 22:56:13 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[ShowSlow]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=409</guid>
		<description><![CDATA[
Sometimes query strings can differ for a reason un related to performance and you want to have them ignored as all pages that are identical before the ? mark have the same characteristics.
Thanks to rachenj who submitted the bug to Show Slow bug tracker, now we have this feature.
Configuring query string pruning is easy, just [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.showslow.org/Installation#Drop_query_strings_from_URLs"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png" alt="" title="Show Slow" width="100" height="100" style="float: right; margin-left: 1em; border: 0" /></a><br />
Sometimes query strings can differ for a reason un related to performance and you want to have them ignored as all pages that are identical before the ? mark have the same characteristics.</p>
<p>Thanks to rachenj who <a href="http://code.google.com/p/showslow/issues/detail?id=7">submitted the bug</a> to Show Slow bug tracker, now we have this feature.</p>
<p>Configuring query string pruning is easy, just set <strong>$dropQueryStrings = true</strong> if you want to drop all query strings or set it to an array of URL prefixes to match.</p>
<p>You can find full documentation on the wiki:</p>
<p><a href="http://www.showslow.org/Installation#Drop_query_strings_from_URLs  ">http://www.showslow.org/Installation#Drop_query_strings_from_URLs</a></p>
<p>Go ahead and download latest code from trunk:</p>
<p><a href="http://code.google.com/p/showslow/source/checkout  ">http://code.google.com/p/showslow/source/checkout</a></p>
<p>Have fun and post your suggestions to the mailing list and bug reports to the issue tracker.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/ability-to-drop-query-string-from-urls-in-showslow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
