<?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.sergeychernyshev.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>Binary Orders of Magnitude</title>
	
	<link>http://www.sergeychernyshev.com/blog</link>
	<description>Sergey Chernyshev's blog about projects and web in general.</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:14:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.sergeychernyshev.com/SergeyChernyshevsBlog" /><feedburner:info uri="sergeychernyshevsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Limit URLs, DBUpgrade and HAR beacon in ShowSlow</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/ibVN8--6_To/</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>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/ibVN8--6_To" height="1" width="1"/>]]></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>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/limit-urls-dbupgrade-and-har-beacon-in-showslow/</feedburner:origLink></item>
		<item>
		<title>LAWebSpeed</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/zZQrDM5pl5s/</link>
		<comments>http://www.sergeychernyshev.com/blog/lawebspeed/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 15:26:15 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=429</guid>
		<description><![CDATA[
Our friend and ex-New Yorker, Joe Devon started Web Performance Meetup group in the sunny Los Angeles.
Can&#8217;t wait to see what the group is going to discuss and maybe one day I&#8217;ll be able to go and visit them ;)
If you&#8217;re in the area, come and sign up!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.meetup.com/LAWebSpeed/"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/03/global_13515986.jpeg" alt="Los Angeles Web Performance Group logo" title="Los Angeles Web Performance Group" width="180" height="180" style="border: 0; float: right; margin-left: 1em" /></a><br />
Our friend and ex-New Yorker, <a href="http://twitter.com/joedevon">Joe Devon</a> started Web Performance Meetup group in the sunny Los Angeles.</p>
<p>Can&#8217;t wait to see what the group is going to discuss and maybe one day I&#8217;ll be able to go and visit them ;)</p>
<p>If you&#8217;re in the area, come and <a href="http://www.meetup.com/LAWebSpeed/">sign up</a>!</p>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/zZQrDM5pl5s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/lawebspeed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/lawebspeed/</feedburner:origLink></item>
		<item>
		<title>DBUpgrade got a site, logo and twitter account</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/mZ_Cf7RAlGU/</link>
		<comments>http://www.sergeychernyshev.com/blog/dbupgrade-got-a-site-logo-and-twitter-account/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 23:10:39 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[DBUpgrade]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=417</guid>
		<description><![CDATA[
DBUpgrade project got a new site, logo and @dbupgrade twitter account.
DBUpgrade.org is a wiki site so please feel free to help me documenting it, providing your own solutions and describing your use cases.
This is not much, but quite enough for a small open source project to survive.
Go ahead, subscribe to this blog and twitter if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dbupgrade.org/"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/03/dbupgrade.png" alt="DBUpgrade" title="DBUpgrade logo" width="128" height="128" style="float: right; border: 0; margin-left: 1em" /></a><br />
DBUpgrade project got a new site, logo and <a href="http://twitter.com/dbupgrade">@dbupgrade</a> twitter account.</p>
<p><a href="http://www.dbupgrade.org/">DBUpgrade.org</a> is a wiki site so please feel free to help me documenting it, providing your own solutions and describing your use cases.</p>
<p>This is not much, but quite enough for a small open source project to survive.</p>
<p>Go ahead, subscribe to this blog and twitter if you&#8217;d like to get updates about the project.</p>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/mZ_Cf7RAlGU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/dbupgrade-got-a-site-logo-and-twitter-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/dbupgrade-got-a-site-logo-and-twitter-account/</feedburner:origLink></item>
		<item>
		<title>Ability to drop query string from URLs in ShowSlow</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/-UTEZjyW4lg/</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>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/-UTEZjyW4lg" height="1" width="1"/>]]></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>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/ability-to-drop-query-string-from-urls-in-showslow/</feedburner:origLink></item>
		<item>
		<title>Listen to the lizard brain and walk on the path of the most embarrassment</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/l79UrU4CqXs/</link>
		<comments>http://www.sergeychernyshev.com/blog/listen-to-the-lizard-brain-and-walk-on-the-path-of-the-most-embarrassment/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:21:45 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=398</guid>
		<description><![CDATA[I was listening to a long awaited interview with Seth Godin that Bob Walsh and Patrick Foley from Startup Success Podcast just released and Seth said something (11:38 in mp3) that resonated with me immediately:
&#8230;I use a resistance as a compass. If I&#8217;m uncomfortable about doing something, if I hear the voice of the lizard [...]]]></description>
			<content:encoded><![CDATA[<p>I was listening to a long awaited <a href="http://startuppodcast.wordpress.com/2010/02/25/show-57-seth-godin-on-linchpins-and-startups/">interview with Seth Godin</a> that Bob Walsh and Patrick Foley from Startup Success Podcast just released and Seth said something (11:38 in <a href="http://media.startupsuccesspodcast.com/StartupSuccess057.mp3">mp3</a>) that resonated with me immediately:</p>
<blockquote><p>&#8230;I use a resistance as a compass. If I&#8217;m uncomfortable about doing something, if I hear the voice of the lizard brain, that&#8217;s exactly what I choose to do&#8230;</p></blockquote>
<p>This is exactly the &#8220;<a href="http://www.sergeychernyshev.com/blog/path-of-the-most-embarrassment/">path of the most embarrassment</a>&#8221; that I wrote about some time ago. This is the feeling that I found. The one that is so easy to differentiate from the comfortable fuzzy feeling that boring stuff brings.</p>
<p>It feels so good to have a validation by Seth, I think I should <strong>listen to this lizard brain more often not to step away from the path of the most embarrassment</strong>. Wait&#8230; good feelings should be avoided, don&#8217;t they&#8230;</p>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/l79UrU4CqXs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/listen-to-the-lizard-brain-and-walk-on-the-path-of-the-most-embarrassment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.startupsuccesspodcast.com/StartupSuccess057.mp3" length="24978767" type="audio/mpeg" />
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/listen-to-the-lizard-brain-and-walk-on-the-path-of-the-most-embarrassment/</feedburner:origLink></item>
		<item>
		<title>My talk at Velocity Online Conference on March 17</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/h2loE832nYs/</link>
		<comments>http://www.sergeychernyshev.com/blog/my-talk-at-velocity-online-conference-on-march-17th2010/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:24:04 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=378</guid>
		<description><![CDATA[O&#8217;Reilly Velocity OnLine Conference is scheduled for March 17 and Steve Souders was kind enough to invite me to give a talk titled &#8220;Keeping Track of Your Performance Using Show Slow&#8220;.


Here&#8217;s more information about the conference:
The next O&#8217;Reilly Velocity Online Conference happens March 17. This FREE two hour, interactive online conference will give participants new [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.oreilly.com/velocity-mar2010">O&#8217;Reilly Velocity OnLine Conference</a> is scheduled for March 17 and Steve Souders was kind enough to invite me to give a talk titled &#8220;<a href="http://en.oreilly.com/velocity-mar2010/public/schedule/detail/14160">Keeping Track of Your Performance Using Show Slow</a>&#8220;.</p>
<p><a href="http://en.oreilly.com/velocity-mar2010/public/schedule/detail/14160"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/02/volc.jpg" title="Keeping Track of Your Performance Using Show Slow @ Velocity OLC" width="574" height="202" style="border: 0" /></a></p>
<div style="clear: both"/>
<p><strong>Here&#8217;s more information about the conference:</strong><br/><br />
The next O&#8217;Reilly Velocity Online Conference happens March 17. This FREE two hour, interactive online conference will give participants new insights into measuring load time, performance quality, JavaScript profile, and comparison to competitors &#8211; as well as provisioning toolchains and staying nimble in MySQL.</p>
<p>O&#8217;Reilly Online Conferences give direct access to our speakers, who can address your most pressing questions. You&#8217;ll also be able to interact with hundreds of other engineers, developers, sysadmins, architects and more &#8211; all from the comfort of your desk.</p>
<p>Registration is FREE. See the full agenda: <a href="http://conferences.oreilly.com/velocityonline">http://conferences.oreilly.com/velocityonline</a></p>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/h2loE832nYs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/my-talk-at-velocity-online-conference-on-march-17th2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/my-talk-at-velocity-online-conference-on-march-17th2010/</feedburner:origLink></item>
		<item>
		<title>Custom Metric Beacon</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/sylUqNAh1Q8/</link>
		<comments>http://www.sergeychernyshev.com/blog/custom-metric-beacon/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 19:46:05 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=371</guid>
		<description><![CDATA[
Custom Metric Beacon allows every instance of ShowSlow to configure metrics it wants to record in addition to YSlow and PageSpeed ranking.
Once metric beacon is configured, simple GET/POST requests can be sent to the beacon with some numeric value which gets recorded and displayed over time on a graph.
You can also click on &#8220;Custom Metrics [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0; float: right; margin-left: 10px"  src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/02/custom_metrics-300x283.png" alt="" title="custom_metrics"/></p>
<p>Custom Metric Beacon allows every instance of ShowSlow to configure metrics it wants to record in addition to YSlow and PageSpeed ranking.</p>
<p>Once metric beacon is configured, simple GET/POST requests can be sent to the beacon with some numeric value which gets recorded and displayed over time on a graph.</p>
<p>You can also click on &#8220;Custom Metrics Beacon&#8221; on beacon list page (e.g. <a href="http://www.showslow.com/beacon/">http://www.showslow.com/beacon/</a> for public instance) to see interactive form for manual submission.</p>
<p>Custom Metrics can vary depending on your needs, good examples include:</p>
<ul>
<li>bounce rate on the page (from your analytics software)</li>
<li>amount of results on search page (from system configuration)</li>
<li>server load (from backend monitoring tool)</li>
</ul>
<p>All these metrics are specific to your needs and you have to write some tools to collect them, but ShowSlow will be able to aggregate them all along with the rest of the data.</p>
<p>For configuration docs, see <a href="http://www.showslow.org/Installation">Installation page on the wiki</a>.</p>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/sylUqNAh1Q8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/custom-metric-beacon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/custom-metric-beacon/</feedburner:origLink></item>
		<item>
		<title>Google Page Speed talk at NYC-GTUG and Web Performance Group</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/USBHqdkktA8/</link>
		<comments>http://www.sergeychernyshev.com/blog/google-page-speed-talk-at-nyc-gtug-and-web-performance-group/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:51:03 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=347</guid>
		<description><![CDATA[
Last week I gave a talk at joint NYC-
and NY Web Performance Group event at Sun Microsystems offices!
It was very nice to see so many people interested in Google&#8217;s new performance initiative, I think many were excited and couldn&#8217;t wait to try speeding up their sites.
I posted my presentation to TechPresentations here:
http://www.techpresentations.org/Google_Page_Speed_(at_NY_Web_Performance_Group)

and here&#8217;s direct link [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; border: 0; width: 180px; height: 73px; margin-left: 1em" title="NYC-GTUG" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/01/nyc-gtug.png" alt="NYC Google Technology Users Group" /><br />
Last week I gave a talk at joint <a href="http://www.meetup.com/NYC-GTUG/">NYC-</a><br />
and <a href="http://www.meetup.com/Web-Performance-NY/">NY Web Performance Group</a> event at Sun Microsystems offices!</p>
<p>It was very nice to see so many people interested in Google&#8217;s new performance initiative, I think many were excited and couldn&#8217;t wait to try speeding up their sites.</p>
<p>I posted my presentation to TechPresentations here:<br />
<a href="http://www.techpresentations.org/Google_Page_Speed_(at_NY_Web_Performance_Group)">http://www.techpresentations.org/Google_Page_Speed_(at_NY_Web_Performance_Group)<br />
</a></p>
<p>and here&#8217;s direct link to the slides:<br />
<a href="http://www.sergeychernyshev.com/talks/Web_Performance/Google_Page_Speed.html">http://www.sergeychernyshev.com/talks/Web_Performance/Google_Page_Speed.html<br />
</a></p>
<p>I&#8217;m trying to improve my presentation skills so please give me some feedback and rate my presentation on SpekerRate:<br />
<a href="http://speakerrate.com/talks/1952-web-performance-and-google-page-speed">http://speakerrate.com/talks/1952-web-performance-and-google-page-speed<br />
</a></p>
<p><img style="float: right; border: 0; width: 150px; height: 99px; margin-left: 1em" title="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"/><br />
A few major links from the presentation to get you started on Google Page Speed:</p>
<ul>
<li><a href="http://code.google.com/speed/">Google&#8217;s &#8220;Let&#8217;s make the web faster&#8221; initiative</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2009/12/your-sites-performance-in-webmaster.html">Post in Google&#8217;s blog about performance analysis section in Webmaster Tools</a></li>
<li><a href="http://code.google.com/speed/page-speed/">Google Page Speed</a></li>
</ul>
<p>If you&#8217;re on Twitter and still not following me <a href="http://twitter.com/sergeyche">@sergeyche</a> or the group <a href="http://twitter.com/nywebperf">@nywebperf</a>, feel free to do so.</p>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/USBHqdkktA8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/google-page-speed-talk-at-nyc-gtug-and-web-performance-group/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/google-page-speed-talk-at-nyc-gtug-and-web-performance-group/</feedburner:origLink></item>
		<item>
		<title>Automating Page Speed and YSlow monitoring</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/lICw_s7X_i0/</link>
		<comments>http://www.sergeychernyshev.com/blog/automating-page-speed-and-yslow-monitoring/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:22:40 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=318</guid>
		<description><![CDATA[
A few people on the list asked me how to automate Show Slow monitoring and dug up all the magic I used on my monitoring farm and try to summarize it here:
Here are a few steps you&#8217;d want to follow:
Set up separate browser profiles &#8211; one for Google Page Speed and one for YSlow.
To learn [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.showslow.com/"><img style="border: 0; float: right; margin-left: 10px" title="ShowSlow" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png" alt="ShowSlow logo" width="100" height="100" /></a><br />
A few people on the list asked me how to automate Show Slow monitoring and dug up all the magic I used on my monitoring farm and try to summarize it here:</p>
<p>Here are a few steps you&#8217;d want to follow:<br />
<strong>Set up separate browser profiles &#8211; one for Google Page Speed and one for YSlow.</strong><br />
To learn how to set up a profile, take a look at Mozilla&#8217;s documentation: <a href="http://support.mozilla.com/en-US/kb/Managing+profiles">Managing profiles</a></p>
<p><strong>Install extensions in respective profiles</strong><br />
Install Firebug for both profiles and Page Speed and YSlow in their respective profiles (extensions are installed and configured separately for each profile).</p>
<p><strong>Set default Firebug tab</strong><br />
In each profile, set up it&#8217;s particular extension to be a default Firebug tab.</p>
<p>To do that, you need to set <tt>extensions.firebug.defaultPanelName</tt> property to:</p>
<ul>
<li><tt>pagespeed</tt> for Page Speed</li>
<li><tt>yslow</tt> for YSlow</li>
</ul>
<p><strong>Configure autotesting</strong><br />
Configure to run measurements automatically when browser starts</p>
<ul>
<li><tt>extensions.PageSpeed.beacon.minimal.autorun = true</tt> for Page Speed</li>
<li><tt>extensions.yslow.autorun = true</tt> for YSlow</li>
</ul>
<p><strong>Run Firefox periodically</strong><br />
Next step is to create a list of URLs you&#8217;d like to test on a regular basis and run Firefox periodically.</p>
<p>You can use a simple script I bundle with Show Slow:<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></p>
<p>If you&#8217;ll have any troubles, please feel free to post your questions to the discussion group and I&#8217;ll be happy to answer them:</p>
<p>http://groups.google.com/group/showslow</p>
<p>I&#8217;m planning to add better URL management to Show Slow itself so your automation scripts can fetch a list of URLs to process right from your Show Slow instance and some other tools can post URLs to be monitored.</p>
<p>There is probably more to be done to simplify this automation &#8211; from better shell scripts to additional Firefox extensions. More stuff will come along eventually.</p>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/lICw_s7X_i0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/automating-page-speed-and-yslow-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/automating-page-speed-and-yslow-monitoring/</feedburner:origLink></item>
		<item>
		<title>Extended Google Page Speed support in Show Slow</title>
		<link>http://feeds.sergeychernyshev.com/~r/SergeyChernyshevsBlog/~3/Lm2TiG55_RE/</link>
		<comments>http://www.sergeychernyshev.com/blog/extended-google-page-speed-support-in-show-slow/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:59:28 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=315</guid>
		<description><![CDATA[
I decided to extend Google Page Speed support in Show Slow to keep track of metrics the same way it&#8217;s done for YSlow.
You can see results at showslow.com &#8211; here&#8217;s example with Page Speed results only:
http://www.showslow.com/details/?url=http://start.ubuntu.com/8.04/

And here&#8217;s the example for both Page Speed and YSlow together:
http://www.showslow.com/details/?url=http://www.mozilla.com/en-US/

Version 0.3 is released and can be found in SVN [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.showslow.com/"><img style="border: 0; float: right; margin-left: 10px" title="ShowSlow" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/04/showslow.png" alt="ShowSlow logo" width="100" height="100" /></a><br />
I decided to extend <a href="http://code.google.com/speed/page-speed/">Google Page Speed</a> support in Show Slow to keep track of metrics the same way it&#8217;s done for <a href="http://developer.yahoo.com/yslow/">YSlow</a>.</p>
<p>You can see results at <a href="http://www.showslow.com">showslow.com</a> &#8211; here&#8217;s example with Page Speed results only:<br />
<a href="http://www.showslow.com/details/?url=http://start.ubuntu.com/8.04/">http://www.showslow.com/details/?url=http://start.ubuntu.com/8.04/<br />
</a></p>
<p>And here&#8217;s the example for both Page Speed and YSlow together:<br />
<a href="http://www.showslow.com/details/?url=http://www.mozilla.com/en-US/">http://www.showslow.com/details/?url=http://www.mozilla.com/en-US/<br />
</a></p>
<p>Version 0.3 is released and can be found in SVN here:<br />
<a href="http://showslow.googlecode.com/svn/tags/REL_0_3/">http://showslow.googlecode.com/svn/tags/REL_0_3/<br />
</a></p>
<p>Please upgrade and send your comments and questions to the support group here:<br />
<a href="http://groups.google.com/group/showslow">http://groups.google.com/group/showslow</a></p>
<img src="http://feeds.feedburner.com/~r/SergeyChernyshevsBlog/~4/Lm2TiG55_RE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/extended-google-page-speed-support-in-show-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergeychernyshev.com/blog/extended-google-page-speed-support-in-show-slow/</feedburner:origLink></item>
	</channel>
</rss>
