Skip to content

Commit edb80d1

Browse files
committed
new static content resource
1 parent ae1d7ac commit edb80d1

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2831,6 +2831,12 @@ <h2>Static Content Resources</h2>
28312831
a Django library for managing static and media files on services such as
28322832
Amazon 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>

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-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>

source/content/pages/07-performance/0701-static-content.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ CDNs send content responses from data centers with the closest proximity to the
6161
a Django library for managing static and media files on services such as
6262
Amazon 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>

static-content.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ <h2>Static Content Resources</h2>
8282
a Django library for managing static and media files on services such as
8383
Amazon 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>

0 commit comments

Comments
 (0)