You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -460,6 +460,11 @@ <h2>Flask resources</h2>
460
460
functionality to your Flask application.</p>
461
461
</li>
462
462
<li>
463
+
<p>"<ahref="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>
463
468
<p><ahref="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>
464
469
covers integrating the Twilio API into a Flask application and how to test
465
470
that functionality with <ahref="https://nose.readthedocs.org/en/latest/">nose</a>.</p>
Copy file name to clipboardExpand all lines: flask.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,11 @@ <h2>Flask resources</h2>
154
154
functionality to your Flask application.</p>
155
155
</li>
156
156
<li>
157
+
<p>"<ahref="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>
157
162
<p><ahref="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>
158
163
covers integrating the Twilio API into a Flask application and how to test
159
164
that functionality with <ahref="https://nose.readthedocs.org/en/latest/">nose</a>.</p>
Copy file name to clipboardExpand all lines: source/content/pages/02-web-frameworks/0203-flask.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,10 @@ book which is an excellent learning resource.
123
123
covers a subject that comes up quickly once you begin adding significant
124
124
functionality to your Flask application.
125
125
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
+
126
130
*[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)
127
131
covers integrating the Twilio API into a Flask application and how to test
128
132
that functionality with [nose](https://nose.readthedocs.org/en/latest/).
0 commit comments