File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
source/content/pages/14-caching Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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?
You can’t perform that action at this time.
0 commit comments