diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 11:50:45 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 11:50:45 -0700 |
commit | c6cb551425b06c15fa61f8bfba2591fdd9ca736d (patch) | |
tree | 04704e43933ae3aec6223d317dc0834c31e01c80 /source/blog | |
parent | 29b5637b4a6449c51c52f50145e7215f25c9cddf (diff) | |
download | my_new_personal_website-c6cb551425b06c15fa61f8bfba2591fdd9ca736d.tar.xz my_new_personal_website-c6cb551425b06c15fa61f8bfba2591fdd9ca736d.zip |
20150725 dl? cmplnts?'s web doesn't suck
Diffstat (limited to 'source/blog')
-rw-r--r-- | source/blog/2015-07-25-dl-cmplntss-web-doesnt-suck.md | 16 |
1 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) |