Skip to content

Commit

Permalink
Post 22: Tuning Page Load Time
Browse files Browse the repository at this point in the history
  • Loading branch information
akmurray committed Oct 5, 2012
1 parent 01bfaed commit a5137f7
Show file tree
Hide file tree
Showing 17 changed files with 1,193 additions and 92 deletions.
56 changes: 42 additions & 14 deletions css/blog.css
@@ -1,24 +1,49 @@
body {margin:0;padding:0;} body {
* {color:#333;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;} margin:0;
padding:0;
font-size:100%;
color:#333;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
line-height:1.25em; /* 16x1.25=20px */
}


h1 {font-size:1.3125em;/* 16x1.3125=21px */}
h2 {font-size:1.25em;}
h3 {font-size:1.1875em; }
h4 {font-size:1.125em; /* 16x1.125=18px */}
h5 {font-size:1.0625em;}
h6 {font-size:1.0em;/* 16px=1em */}


h1 {font-size:20px;} img {border:0px;}
h2 {font-size:19px;}
h3 {font-size:18px;}
h4 {font-size:17px;}
h5 {font-size:16px;}
h6 {font-size:15px;}


#wrapper-site-header, #wrapper-site-footer, #wrapper-blog-posts, #wrapper-blog-post-menu, #wrapper-logo {padding:10px;} #wrapper-site-header, #wrapper-site-footer, #wrapper-blog-posts, #wrapper-blog-post-menu, #wrapper-logo {padding:10px;}
#wrapper-site-header, #wrapper-site-footer, #wrapper-logo {clear:both;} #wrapper-site-header, #wrapper-site-footer, #wrapper-logo {clear:both;}


#wrapper-site-header {border-bottom:1px solid #bcc;background-color:#dee;min-height:32px;font-size:20px;} #wrapper-site-header {border-bottom:1px solid #bcc;background-color:#dee;min-height:5em;}
#wrapper-site-footer {border-top:1px solid #bcc;background-color:#dee;} #wrapper-site-footer {border-top:1px solid #bcc;background-color:#dee;min-height:20em;}

#wrapper-site-header-words {float:left;max-width:600px;clear:both;}
#wrapper-site-header-words h1, #wrapper-site-header-words h2 {}
#wrapper-site-header-words h2 {font-size:0.875em;font-weight:normal;}

#wrapper-site-header-icons {float:right;}

#wrapper-site-footer a {text-decoration:none;}
#wrapper-site-footer a:hover {opacity: .75;}


#wrapper-site-header h1 {display:inline;} #wrapper-site-footer section {float:left;width:13em;}
#wrapper-site-footer section h3 {margin-left:0em;}


#wrapper-site-header-icons, #wrapper-site-footer-icons {float:right;} #wrapper-site-footer section ul {list-style: disc inside;margin:0;padding:0;}
#wrapper-site-header-icons img, #wrapper-site-footer-icons img {border:0px;} #wrapper-site-footer section ul li {list-style: none;line-height:2em;}
#wrapper-site-footer section.share ul {margin-left:-0.45em;}


#content-site-footer {width:55em;margin-left:auto;margin-right:auto;}


div.copyright {clear:both;padding:2em;}
div.copyright span {display:block;width:20em;margin-left:auto;margin-right:auto;}




#wrapper-blog-posts {float:left;max-width:70%} #wrapper-blog-posts {float:left;max-width:70%}
Expand Down Expand Up @@ -48,12 +73,15 @@ h6 {font-size:15px;}
#wrapper-blog-post-menu .menu-header {} #wrapper-blog-post-menu .menu-header {}


/* START post-specific styles */ /* START post-specific styles */

/* START POST 8 */
#table-png-compression-results { #table-png-compression-results {
border-collapse:collapse; border-collapse:collapse;
} }

#table-png-compression-results th, #table-png-compression-results td { #table-png-compression-results th, #table-png-compression-results td {
padding:10px; padding:10px;
border:1px solid #888; border:1px solid #888;
} }
/* END POST 8 */

/* END post-specific styles */ /* END post-specific styles */
128 changes: 128 additions & 0 deletions css/gist-embed.css
@@ -0,0 +1,128 @@
/*
downloaded on oct 4, 2012 from
https://gist.github.com/stylesheets/gist/embed.css
so that it could be included/packed without making extra trips to the gist servers
*/
.gist {
color: #000;
}

.gist div {
padding: 0;
margin: 0;
}

.gist .gist-file {
border: 1px solid #dedede; /* gray */
font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
margin-bottom: 1em;
}

.gist .gist-file .gist-meta {
overflow: hidden;
font-size: 85%;
padding: .5em;
color: #666;
background-color: #eaeaea;
}

.gist .gist-file .gist-meta a {
color: #369;
}

.gist .gist-file .gist-meta a:visited {
color: #737;
}

.gist .gist-file .gist-data {
overflow: auto;
word-wrap: normal;
background-color: #f8f8ff;
border-bottom: 1px solid #ddd;
font-size: 100%;
}

.gist .gist-file .gist-data pre {
font-family: 'Bitstream Vera Sans Mono', 'Courier', monospace;
background: transparent !important;
margin: 0 !important;
border: none !important;
padding: .25em .5em .5em .5em !important;
}

.gist .gist-file .gist-data .gist-highlight {
background: transparent !important;
}

.gist .gist-file .gist-data .gist-line-numbers {
background-color: #ececec;
color: #aaa;
border-right: 1px solid #ddd;
text-align: right;
}

.gist .gist-file .gist-data .gist-line-numbers span {
clear: right;
display: block;
}

.gist-syntax { background: #ffffff; }
.gist-syntax .c { color: #999988; font-style: italic } /* Comment */
.gist-syntax .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.gist-syntax .k { color: #000000; font-weight: bold } /* Keyword */
.gist-syntax .o { color: #000000; font-weight: bold } /* Operator */
.gist-syntax .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.gist-syntax .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.gist-syntax .c1 { color: #999988; font-style: italic } /* Comment.Single */
.gist-syntax .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.gist-syntax .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.gist-syntax .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.gist-syntax .ge { color: #000000; font-style: italic } /* Generic.Emph */
.gist-syntax .gr { color: #aa0000 } /* Generic.Error */
.gist-syntax .gh { color: #999999 } /* Generic.Heading */
.gist-syntax .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.gist-syntax .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.gist-syntax .go { color: #888888 } /* Generic.Output */
.gist-syntax .gp { color: #555555 } /* Generic.Prompt */
.gist-syntax .gs { font-weight: bold } /* Generic.Strong */
.gist-syntax .gu { color: #aaaaaa } /* Generic.Subheading */
.gist-syntax .gt { color: #aa0000 } /* Generic.Traceback */
.gist-syntax .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
.gist-syntax .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
.gist-syntax .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
.gist-syntax .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
.gist-syntax .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.gist-syntax .m { color: #009999 } /* Literal.Number */
.gist-syntax .s { color: #d14 } /* Literal.String */
.gist-syntax .na { color: #008080 } /* Name.Attribute */
.gist-syntax .nb { color: #0086B3 } /* Name.Builtin */
.gist-syntax .nc { color: #445588; font-weight: bold } /* Name.Class */
.gist-syntax .no { color: #008080 } /* Name.Constant */
.gist-syntax .ni { color: #800080 } /* Name.Entity */
.gist-syntax .ne { color: #990000; font-weight: bold } /* Name.Exception */
.gist-syntax .nf { color: #990000; font-weight: bold } /* Name.Function */
.gist-syntax .nn { color: #555555 } /* Name.Namespace */
.gist-syntax .nt { color: #000080 } /* Name.Tag */
.gist-syntax .nv { color: #008080 } /* Name.Variable */
.gist-syntax .ow { color: #000000; font-weight: bold } /* Operator.Word */
.gist-syntax .w { color: #bbbbbb } /* Text.Whitespace */
.gist-syntax .mf { color: #009999 } /* Literal.Number.Float */
.gist-syntax .mh { color: #009999 } /* Literal.Number.Hex */
.gist-syntax .mi { color: #009999 } /* Literal.Number.Integer */
.gist-syntax .mo { color: #009999 } /* Literal.Number.Oct */
.gist-syntax .sb { color: #d14 } /* Literal.String.Backtick */
.gist-syntax .sc { color: #d14 } /* Literal.String.Char */
.gist-syntax .sd { color: #d14 } /* Literal.String.Doc */
.gist-syntax .s2 { color: #d14 } /* Literal.String.Double */
.gist-syntax .se { color: #d14 } /* Literal.String.Escape */
.gist-syntax .sh { color: #d14 } /* Literal.String.Heredoc */
.gist-syntax .si { color: #d14 } /* Literal.String.Interpol */
.gist-syntax .sx { color: #d14 } /* Literal.String.Other */
.gist-syntax .sr { color: #009926 } /* Literal.String.Regex */
.gist-syntax .s1 { color: #d14 } /* Literal.String.Single */
.gist-syntax .ss { color: #990073 } /* Literal.String.Symbol */
.gist-syntax .bp { color: #999999 } /* Name.Builtin.Pseudo */
.gist-syntax .vc { color: #008080 } /* Name.Variable.Class */
.gist-syntax .vg { color: #008080 } /* Name.Variable.Global */
.gist-syntax .vi { color: #008080 } /* Name.Variable.Instance */
.gist-syntax .il { color: #009999 } /* Literal.Number.Integer.Long */
50 changes: 45 additions & 5 deletions css/sprites/blog-icons-all.css
@@ -1,4 +1,4 @@
.img-icon-github-32 .img-icon-aaronkmurray-32
{ {
width: 32px; width: 32px;
height: 32px; height: 32px;
Expand All @@ -8,7 +8,7 @@
} }




.img-icon-rss-32 .img-icon-github-32
{ {
width: 32px; width: 32px;
height: 32px; height: 32px;
Expand All @@ -18,6 +18,26 @@
} }




.img-icon-googleplus-32
{
width: 32px;
height: 32px;
background-image: url(../../img/blog/sprites/blog-icons-all.png);
background-position: -64px 0px;
background-repeat:no-repeat;
}


.img-icon-rss-32
{
width: 32px;
height: 32px;
background-image: url(../../img/blog/sprites/blog-icons-all.png);
background-position: -96px 0px;
background-repeat:no-repeat;
}


.img-icon-twitter-32 .img-icon-twitter-32
{ {
width: 32px; width: 32px;
Expand All @@ -28,7 +48,7 @@
} }




.img-icon-github-16 .img-icon-aaronkmurray-16
{ {
width: 16px; width: 16px;
height: 16px; height: 16px;
Expand All @@ -38,7 +58,7 @@
} }




.img-icon-rss-16 .img-icon-github-16
{ {
width: 16px; width: 16px;
height: 16px; height: 16px;
Expand All @@ -48,12 +68,32 @@
} }




.img-icon-googleplus-16
{
width: 16px;
height: 16px;
background-image: url(../../img/blog/sprites/blog-icons-all.png);
background-position: -64px -32px;
background-repeat:no-repeat;
}


.img-icon-rss-16
{
width: 16px;
height: 16px;
background-image: url(../../img/blog/sprites/blog-icons-all.png);
background-position: -80px -32px;
background-repeat:no-repeat;
}


.img-icon-twitter-16 .img-icon-twitter-16
{ {
width: 16px; width: 16px;
height: 16px; height: 16px;
background-image: url(../../img/blog/sprites/blog-icons-all.png); background-image: url(../../img/blog/sprites/blog-icons-all.png);
background-position: 0px -64px; background-position: -96px -32px;
background-repeat:no-repeat; background-repeat:no-repeat;
} }


Expand Down
49 changes: 41 additions & 8 deletions feeds/feed-atom.xml
Expand Up @@ -4,8 +4,42 @@
xml:base="http://aaronkmurray.com/" xmlns="http://www.w3.org/2005/Atom"> xml:base="http://aaronkmurray.com/" xmlns="http://www.w3.org/2005/Atom">
<title <title
type="text">aaronkmurray.com | Aaron Murray's Blog Feed</title> type="text">aaronkmurray.com | Aaron Murray's Blog Feed</title>
<id>uuid:0d38535b-670a-4e47-ba05-7ea77955f1f1;id=1</id> <id>uuid:4d747a19-509a-4488-ad7e-6cbefa1b69d6;id=1</id>
<updated>2012-10-02T18:53:19Z</updated> <updated>2012-10-05T03:51:11Z</updated>
<entry>
<id>1efc5edc-4c2d-4278-89d3-bb141b43b5c9</id>
<title
type="text">Post 22: Tuning Page Load Time</title>
<published>2012-10-04T22:50:00-05:00</published>
<updated>2012-10-04T22:50:00-05:00</updated>
<content
type="text">
&lt;p&gt;This post has a lot of little tweaks that radically affect the page load time. Some of these are fairly well-known, and some are a little more obscure.
&lt;p&gt;There are a ton of changes so I won't go into extreme detail about every line of code, but I will highlight the particularly interesting bits. Additionally, I wrote a fair bit of javascript util/library code, so I urge you to check out the source code to see what was done. It is commented so that you can follow along easily.
&lt;p&gt;Before diving into the details, let me first state how &lt;a href='http://www.strangeloopnetworks.com/assets/images/visualizing_web_performance_poster.jpg' target='_blank' rel='nofollow'&gt;important it is to have a quick loading site&lt;/a&gt;. Each year our patience for slow web experiences dwindles. Slow sites get left in the dust. I'll bounce from a site if it doesn't load in a couple of seconds. The importance of speed cannot be emphasized enough. Amazon equates each tenth of a second (100ms) of speed improvement to a 1% increase in revenue.
&lt;div class='callout'&gt;
&lt;img src='/img/blog/posts/post-22-speed-affects-consumers-8.png' alt='Speed affects consumers negatively'&gt;
&lt;span class='citation'&gt;Don't be lazy and slow. Site speed affects consumers negatively.&lt;/span&gt;
&lt;/div&gt;
&lt;h3&gt;Summary&lt;/h3&gt;
&lt;p&gt;Here is a list of what I did in this post, and below I'll explain the details as well as show before and after stats.
&lt;ul&gt;
&lt;li&gt;Removed 5 external Gist js includes and 1 css include by copying them locally and putting content into &lt;a href='https://github.com/akmurray/aaronkmurray-blog/blob/master/js/akm-gist.js' target='_blank' rel='nofollow'&gt;akm-gist.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Move Quantcast and ShareThis scripts, css, and images after page load using new utility loader in &lt;a href='https://github.com/akmurray/aaronkmurray-blog/blob/master/js/akm-util.js' target='_blank' rel='nofollow'&gt;akm-util.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Split my &amp;quot;&lt;a href='https://github.com/akmurray/aaronkmurray-blog/blob/master/js/akm-util.js' target='_blank' rel='nofollow'&gt;akm.blog.init()&lt;/a&gt;&amp;quot; handler into two parts to move all non-essential javascript after load event&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;defer&lt;/code&gt; attribute to all script includes&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Details&lt;/h3&gt;
&lt;p&gt;Gists. The Gists are the snippets of blocks of code that are included in some of the posts. The default way of including them is to put a javascript file reference somewhere on the page and then wait for their server to send the file back down. That file simply contains two lines of code. The first code includes their standard css file for embedded scripts. The second line is a &lt;code&gt;document.write()&lt;/code&gt; that just spews out the html. Because the gist js files call &lt;code&gt;document.write&lt;/code&gt; they cannot be loaded after page load or the entire markup for the page will get replaced. I simply downloaded each of those js files, along with the css file, and put the contents in my own javascript file (&lt;a href='https://github.com/akmurray/aaronkmurray-blog/blob/master/js/akm-gist.js' target='_blank' rel='nofollow'&gt;akm-gist.js&lt;/a&gt;) so that I could control how the html was rendered. The lesson: just because a site provides you with a javascript include file doesn't mean that you have to use it that way to gain the functionality that it provides.
&lt;p&gt;Script Loader. The Quantcast script was being loaded asynchronously, but because it was inline in the HTML &lt;code&gt;body&lt;/code&gt;, it was getting triggered before the page load event. It wouldn't stop the browser from continuing to process the rest of the page, but it still meant that page load happened after it finished loading. ShareThis was a little different because it was being loaded synchronously because there is a call that must be made after the script loads. The script loader function that I wrote takes a callback so that I could specify which code was to be run after the script was loaded.
&lt;p&gt;akm.blog.init() split. When I added the logo cube in &lt;a href='#post-19'&gt;Post 19&lt;/a&gt;, I added this function to be called during the window onload event. That event gets triggered, and runs any attached functions before it finishes. Since the cube code isn't critical, there is no reason to potentially wait on that code to run. That code was moved into a new function called &lt;a href='https://github.com/akmurray/aaronkmurray-blog/blob/master/js/akm-blog.js' target="_blank"&gt;&lt;code&gt;akm.blog._initDeferred()&lt;/code&gt;&lt;/a&gt; that will be triggered a quarter second after the init function.
&lt;p&gt;&lt;code&gt;Defer&lt;/code&gt; attribute. In the HTML5 spec, there is a new attribute for &lt;code&gt;script&lt;/code&gt; tags called &lt;code&gt;async&lt;/code&gt;, and it tells the browser not to hold up processing of the html while that javascript file gets downloaded and executed. So the browser will collect these script references and make requests to the various host servers while it continues processing the page. As those scripts come in, they get executed. Sadly, not all browsers support this because it is new. But do not fret! I argue that a better alternative has existed since Internet Explorer 4. The &lt;a href='http://www.w3schools.com/tags/att_script_defer.asp' target='_blank' rel='nofollow'&gt;&lt;code&gt;defer&lt;/code&gt;&lt;/a&gt; attribute has existed since IE4, FF 0.7, and Opera 7. Plus it has a cool distinguishing feature from &lt;code&gt;async&lt;/code&gt; because the browser will load the deferred the scripts in the order they are included. This is perfect for pages where you server your javascript files from your own domain and are not concerned about one particular domain holding up the rest of the order.
&lt;h3&gt;Results&lt;/h3&gt;
&lt;p&gt;Before these changes: A test load in Chrome 22 with an empty cache: DOMContent event fired at 700ms, Load event at 1600ms.
&lt;p&gt;After these changes:
&lt;p&gt;That is pretty darn snappy. It is worth noting that this page now loads faster than it was with only the first post and a single, scaled-down 1MB screenshot image.
</content>
</entry>
<entry> <entry>
<id>4d900633-dc8d-4827-a1fe-5e5add783b86</id> <id>4d900633-dc8d-4827-a1fe-5e5add783b86</id>
<title <title
Expand Down Expand Up @@ -131,10 +165,10 @@
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;HTML: Create a wrapper DIV that will represent the &amp;quot;cube&amp;quot;&lt;/li&gt; &lt;li&gt;HTML: Create a wrapper DIV that will represent the &amp;quot;cube&amp;quot;&lt;/li&gt;
&lt;li&gt;HTML: Create 6 DOM Elements inside the wrapper that will represent the 6 sides/faces of the cube&lt;/li&gt; &lt;li&gt;HTML: Create 6 DOM Elements inside the wrapper that will represent the 6 sides/faces of the cube&lt;/li&gt;
&lt;li&gt;&lt;script src='https://gist.github.com/3811888.js'&gt; &lt;/script&gt;&lt;/li&gt; &lt;li&gt;&lt;div id='wrapper-gist-3811888'&gt;loading gist...&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;CSS: &lt;a href='https://github.com/akmurray/aaronkmurray-blog/blob/master/css/blog-logo.css' target='_blank'&gt;Style the cube for size and 3D transform&lt;/a&gt;&lt;/li&gt; &lt;li&gt;CSS: &lt;a href='https://github.com/akmurray/aaronkmurray-blog/blob/master/css/blog-logo.css' target='_blank'&gt;Style the cube for size and 3D transform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;JS: After the page loads, set up a timer that will rotate the cube every few seconds&lt;/li&gt; &lt;li&gt;JS: After the page loads, set up a timer that will rotate the cube every few seconds&lt;/li&gt;
&lt;li&gt;&lt;script src='https://gist.github.com/3811934.js'&gt; &lt;/script&gt;&lt;/li&gt; &lt;li&gt;&lt;div id='wrapper-gist-3811934'&gt;loading gist...&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;


&lt;h3&gt;Fallback when browser doesn't support CSS3 Transforms&lt;/h3&gt; &lt;h3&gt;Fallback when browser doesn't support CSS3 Transforms&lt;/h3&gt;
Expand Down Expand Up @@ -484,8 +518,7 @@
&lt;p&gt;As you can see from the chart, fully 98% of the data that users have to download from the site is for images. Of those 24 images, 12 were fullsize blog post screenshots, which weighed in at a portly 1.17MB. Those 12 little screenshot previews accounted 77% of the size for the entire page - and that is after we compressed the images to reduce about one-third of the filesize. &lt;p&gt;As you can see from the chart, fully 98% of the data that users have to download from the site is for images. Of those 24 images, 12 were fullsize blog post screenshots, which weighed in at a portly 1.17MB. Those 12 little screenshot previews accounted 77% of the size for the entire page - and that is after we compressed the images to reduce about one-third of the filesize.
&lt;p&gt;I made a sample thumbnail by resizing the image down to 100 pixels wide produced a new preview image that was 90% smaller than the original. The prospect of reducing 77% of the entire request payload by 90% got me excited. &lt;p&gt;I made a sample thumbnail by resizing the image down to 100 pixels wide produced a new preview image that was 90% smaller than the original. The prospect of reducing 77% of the entire request payload by 90% got me excited.
&lt;p&gt;Given that I still despise the copy/paste portion of creating new blog posts, and knowing that I don't want to make it harder on myself to release a blog post, I wanted a solution that was 100% automated. There already exists a &lt;a href='https://github.com/akmurray/aaronkmurray-blog-tools/blob/master/build/build-aaronkmurray-site.bat' target='_blank'&gt;build script for this site&lt;/a&gt; so I knew that I wanted to tie into that step. &lt;p&gt;Given that I still despise the copy/paste portion of creating new blog posts, and knowing that I don't want to make it harder on myself to release a blog post, I wanted a solution that was 100% automated. There already exists a &lt;a href='https://github.com/akmurray/aaronkmurray-blog-tools/blob/master/build/build-aaronkmurray-site.bat' target='_blank'&gt;build script for this site&lt;/a&gt; so I knew that I wanted to tie into that step.
&lt;p&gt; &lt;div id='wrapper-gist-3739310'&gt;loading gist...&lt;/div&gt;
&lt;script src='https://gist.github.com/3739310.js'&gt; &lt;/script&gt;
&lt;p&gt;Notes on the batch file: &lt;p&gt;Notes on the batch file:
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;The &lt;code&gt;FOR&lt;/code&gt; loop gets a list of all of the screenshot files that don't have &amp;quot;thumb&amp;quot; in the name&lt;/li&gt; &lt;li&gt;The &lt;code&gt;FOR&lt;/code&gt; loop gets a list of all of the screenshot files that don't have &amp;quot;thumb&amp;quot; in the name&lt;/li&gt;
Expand Down Expand Up @@ -610,7 +643,7 @@
&lt;span class='citation'&gt;Request details after web.config changes: gzip'd index.html payload is 67.7% smaller&lt;/span&gt; &lt;span class='citation'&gt;Request details after web.config changes: gzip'd index.html payload is 67.7% smaller&lt;/span&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;p&gt;Put this code in your web.config file and enjoy. &lt;p&gt;Put this code in your web.config file and enjoy.
&lt;p&gt;&lt;script src='https://gist.github.com/3694724.js?file=web.config-aaronkmurray.com'&gt;&lt;/script&gt; &lt;div id='wrapper-gist-3694724'&gt;loading gist...&lt;/div&gt;
</content> </content>
</entry> </entry>
<entry> <entry>
Expand Down Expand Up @@ -687,7 +720,7 @@
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Simple, effective, and good enough for now. &lt;p&gt;Simple, effective, and good enough for now.
&lt;p&gt;Note: it will take a few days before the stats for this site show up on Quantcast. &lt;p&gt;Note: it will take a few days before the stats for this site show up on Quantcast.
&lt;p&gt;&lt;script src='https://gist.github.com/3678669.js?file=quantcast-aaronkmurray.com'&gt;&lt;/script&gt; &lt;div id='wrapper-gist-3678669'&gt;loading gist...&lt;/div&gt;
</content> </content>
</entry> </entry>
<entry> <entry>
Expand Down

0 comments on commit a5137f7

Please sign in to comment.