Skip to content

Commit 9a55e5a

Browse files
committed
adding great flask post
1 parent fc04a4a commit 9a55e5a

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,11 @@ <h2>Flask resources</h2>
460460
functionality to your Flask application.</p>
461461
</li>
462462
<li>
463+
<p>"<a href="https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679">One line of code cut our Flask page load times by 60%</a>
464+
is an important note about optimizing Flask template cache size to
465+
dramatically increase performance in some cases.</p>
466+
</li>
467+
<li>
463468
<p><a href="https://www.twilio.com/blog/2014/03/unit-testing-your-twilio-app-using-pythons-flask-and-nose.html">Unit Testing Your Twilio App Using Python’s Flask and Nose</a>
464469
covers integrating the Twilio API into a Flask application and how to test
465470
that functionality with <a href="https://nose.readthedocs.org/en/latest/">nose</a>.</p>

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-08-25T08:21:06Z</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-08-28T18:19:05Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ <h2>Flask resources</h2>
154154
functionality to your Flask application.</p>
155155
</li>
156156
<li>
157+
<p>"<a href="https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679">One line of code cut our Flask page load times by 60%</a>
158+
is an important note about optimizing Flask template cache size to
159+
dramatically increase performance in some cases.</p>
160+
</li>
161+
<li>
157162
<p><a href="https://www.twilio.com/blog/2014/03/unit-testing-your-twilio-app-using-pythons-flask-and-nose.html">Unit Testing Your Twilio App Using Python’s Flask and Nose</a>
158163
covers integrating the Twilio API into a Flask application and how to test
159164
that functionality with <a href="https://nose.readthedocs.org/en/latest/">nose</a>.</p>

source/content/pages/02-web-frameworks/0203-flask.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ book which is an excellent learning resource.
123123
covers a subject that comes up quickly once you begin adding significant
124124
functionality to your Flask application.
125125

126+
* "[One line of code cut our Flask page load times by 60%](https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679)
127+
is an important note about optimizing Flask template cache size to
128+
dramatically increase performance in some cases.
129+
126130
* [Unit Testing Your Twilio App Using Python’s Flask and Nose](https://www.twilio.com/blog/2014/03/unit-testing-your-twilio-app-using-pythons-flask-and-nose.html)
127131
covers integrating the Twilio API into a Flask application and how to test
128132
that functionality with [nose](https://nose.readthedocs.org/en/latest/).

0 commit comments

Comments
 (0)