File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
source/content/pages/07-performance Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -2831,6 +2831,12 @@ <h2>Static Content Resources</h2>
28312831a Django library for managing static and media files on services such as
28322832Amazon S3 and other content delivery networks.</ p >
28332833</ li >
2834+ < li >
2835+ < p > RevSys has a nice article on a range of
2836+ < a href ="http://www.revsys.com/12days/front-end-performance/ "> important static file optimizations</ a >
2837+ such as setting cache headers, optimizing JavaScript and reducing the
2838+ size of images.</ p >
2839+ </ li >
28342840</ ul >
28352841< h2 > Static content learning checklist</ h2 >
28362842< p > < i class ="fa fa-check-square-o "> </ i >
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-12-22T12:49:12Z </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-12-23T08:06:56Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ CDNs send content responses from data centers with the closest proximity to the
6161a Django library for managing static and media files on services such as
6262Amazon S3 and other content delivery networks.
6363
64+ * RevSys has a nice article on a range of
65+ [ important static file optimizations] ( http://www.revsys.com/12days/front-end-performance/ )
66+ such as setting cache headers, optimizing JavaScript and reducing the
67+ size of images.
68+
6469
6570## Static content learning checklist
6671<i class =" fa fa-check-square-o " ></i >
Original file line number Diff line number Diff line change @@ -82,6 +82,12 @@ <h2>Static Content Resources</h2>
8282a Django library for managing static and media files on services such as
8383Amazon S3 and other content delivery networks.</ p >
8484</ li >
85+ < li >
86+ < p > RevSys has a nice article on a range of
87+ < a href ="http://www.revsys.com/12days/front-end-performance/ "> important static file optimizations</ a >
88+ such as setting cache headers, optimizing JavaScript and reducing the
89+ size of images.</ p >
90+ </ li >
8591</ ul >
8692< h2 > Static content learning checklist</ h2 >
8793< p > < i class ="fa fa-check-square-o "> </ i >
You can’t perform that action at this time.
0 commit comments