aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-07-25 11:50:45 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-07-25 11:50:45 -0700
commitc6cb551425b06c15fa61f8bfba2591fdd9ca736d (patch)
tree04704e43933ae3aec6223d317dc0834c31e01c80
parent29b5637b4a6449c51c52f50145e7215f25c9cddf (diff)
downloadmy_new_personal_website-c6cb551425b06c15fa61f8bfba2591fdd9ca736d.tar.xz
my_new_personal_website-c6cb551425b06c15fa61f8bfba2591fdd9ca736d.zip
20150725 dl? cmplnts?'s web doesn't suck
-rw-r--r--source/blog/2015-07-25-dl-cmplntss-web-doesnt-suck.md16
-rw-r--r--source/img/20150725-performance-of-my-blog-breakdown.pngbin0 -> 42985 bytes
-rw-r--r--source/img/20150725-performance-of-my-blog-requests.pngbin0 -> 81596 bytes
3 files changed, 16 insertions, 0 deletions
diff --git a/source/blog/2015-07-25-dl-cmplntss-web-doesnt-suck.md b/source/blog/2015-07-25-dl-cmplntss-web-doesnt-suck.md
new file mode 100644
index 00000000..5eb33c40
--- /dev/null
+++ b/source/blog/2015-07-25-dl-cmplntss-web-doesnt-suck.md
@@ -0,0 +1,16 @@
+---
+title: "dl? cmplnts?'s web doesn't suck"
+date: 2015-07-25T11:31:54-07:00
+date-display: July 25, 2015
+---
+I was reading [Les Orchard's *The Verge's web sucks*](http://blog.lmorchard.com/2015/07/22/the-verge-web-sucks/) 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[^firefox]:
+
+> 13 requests, 77.88 KB, 0.84s.
+
+Moreover, apart from a Google Analytics snippet and the occasional embedding with a `<script>` tag, this site is entirely static.
+
+[^firefox]: Diagnostics generated on Firefox Developer Edition 41.0a2.
+
+![HTTP requests upon visiting <https://zmwangx.github.io/> (commit [3af1eaf](https://github.com/zmwangx/zmwangx.github.io/tree/3af1eafde5afa9fbb4255135191d6d232cf81cee)).](/img/20150725-performance-of-my-blog-requests.png)
+
+![The breakdown.](/img/20150725-performance-of-my-blog-breakdown.png)
diff --git a/source/img/20150725-performance-of-my-blog-breakdown.png b/source/img/20150725-performance-of-my-blog-breakdown.png
new file mode 100644
index 00000000..1c577ae9
--- /dev/null
+++ b/source/img/20150725-performance-of-my-blog-breakdown.png
Binary files differ
diff --git a/source/img/20150725-performance-of-my-blog-requests.png b/source/img/20150725-performance-of-my-blog-requests.png
new file mode 100644
index 00000000..72c6a058
--- /dev/null
+++ b/source/img/20150725-performance-of-my-blog-requests.png
Binary files differ