blob: b63e5921217131280f97169cda0c88d3e4cf9226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta content="pandoc" name="generator"/>
<meta content="Zhiming Wang" name="author"/>
<meta content="2015-07-25T11:31:54-07:00" name="date"/>
<title>dl? cmplnts?'s web doesn't suck</title>
<link href="/img/apple-touch-icon-152.png" rel="apple-touch-icon-precomposed"/>
<meta content="#FFFFFF" name="msapplication-TileColor"/>
<meta content="/img/favicon-144.png" name="msapplication-TileImage"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link href="/css/normalize.min.css" media="all" rel="stylesheet" type="text/css"/>
<link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="archival-notice">This blog has been archived.<br/>Visit my home page at <a href="https://zhimingwang.org">zhimingwang.org</a>.</div>
<nav class="nav">
<a class="nav-icon" href="/" title="Home"><!--blog icon--></a>
<a class="nav-title" href="/"><!--blog title--></a>
<a class="nav-author" href="https://github.com/zmwangx" target="_blank"><!--blog author--></a>
</nav>
<article class="content">
<header class="article-header">
<h1 class="article-title">dl? cmplnts?'s web doesn't suck</h1>
<div class="article-metadata">
<time class="article-timestamp" datetime="2015-07-25T11:31:54-07:00">July 25, 2015</time>
</div>
</header>
<p>I was reading <a href="http://blog.lmorchard.com/2015/07/22/the-verge-web-sucks/">Les Orchard's <em>The Verge's web sucks</em></a> just now, and inspired by his dignostics of his various daily reads, I also ran the performance meter on my very own blog. Fortunately, it doesn't suck<a class="footnoteRef" href="#fn1" id="fnref1"><sup>1</sup></a>:</p>
<blockquote>
<p>13 requests, 77.88 KB, 0.84s.</p>
</blockquote>
<p>Moreover, apart from a Google Analytics snippet and the occasional embedding with a <code><script></code> tag, this site is entirely static.</p>
<div class="figure">
<a href="/img/20150725-performance-of-my-blog-requests.png" target="_blank"><img alt="HTTP requests upon visiting https://zmwangx.github.io/ (commit 3af1eaf)." src="/img/20150725-performance-of-my-blog-requests.png"/></a>
<p class="caption">HTTP requests upon visiting <a class="uri" href="https://zmwangx.github.io/">https://zmwangx.github.io/</a> (commit <a href="https://github.com/zmwangx/zmwangx.github.io/tree/3af1eafde5afa9fbb4255135191d6d232cf81cee">3af1eaf</a>).</p>
</div>
<div class="figure">
<a href="/img/20150725-performance-of-my-blog-breakdown.png" target="_blank"><img alt="The breakdown." src="/img/20150725-performance-of-my-blog-breakdown.png"/></a>
<p class="caption">The breakdown.</p>
</div>
<div class="footnotes">
<hr/>
<ol>
<li id="fn1"><p>Diagnostics generated on Firefox Developer Edition 41.0a2.<a class="footnotes-backlink" href="#fnref1">↩︎</a></p></li>
</ol>
</div>
</article>
<hr class="content-separator"/>
<footer class="footer">
<span class="rfooter">
<a class="rss-icon" href="/rss.xml" target="_blank" title="RSS feed"><!--RSS feed icon--></a><a class="atom-icon" href="/atom.xml" target="_blank" title="Atom feed"><!--Atom feed icon--></a><a class="cc-icon" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license."><!--CC icon--></a>
<a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a>
</span>
</footer>
</body>
</html>
|