Skip to content

Commit b1e0d75

Browse files
committed
adding new caching resource
1 parent 64c658f commit b1e0d75

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

caching.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,17 @@ <h2>Caching backends</h2>
134134
</ul>
135135
<h2>Caching resources</h2>
136136
<ul>
137-
<li>"<a href="https://bjornjohansen.no/caching-varnish-or-nginx">Caching: Varnish or Nginx?</a>"
137+
<li>
138+
<p>"<a href="https://bjornjohansen.no/caching-varnish-or-nginx">Caching: Varnish or Nginx?</a>"
138139
reviews some considerations such as SSL and SPDY support when choosing
139-
reverse proxy Nginx or Varnish.</li>
140+
reverse proxy Nginx or Varnish.</p>
141+
</li>
142+
<li>
143+
<p><a href="http://bizcoder.com/caching-is-hard-draw-me-a-picture">Caching is Hard, Draw me a Picture</a>
144+
has diagrams of how web request caching layers work. The post is relevant
145+
reading even though the author is describing his Microsoft code as the
146+
impetus for writing the content.</p>
147+
</li>
140148
</ul>
141149
<h3>What do you want to learn now that your app is responding faster?</h3>
142150
<div class="row">

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-24T16:12:29Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-24T22:17:50Z</updated></feed>

source/content/pages/14-caching/1401-caching.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@ A cache can be created for multiple layers of the stack.
3030
reviews some considerations such as SSL and SPDY support when choosing
3131
reverse proxy Nginx or Varnish.
3232

33+
* [Caching is Hard, Draw me a Picture](http://bizcoder.com/caching-is-hard-draw-me-a-picture)
34+
has diagrams of how web request caching layers work. The post is relevant
35+
reading even though the author is describing his Microsoft code as the
36+
impetus for writing the content.
37+
3338

3439
### What do you want to learn now that your app is responding faster?

0 commit comments

Comments
 (0)