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
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1807,7 +1807,7 @@ <h2>Flask resources</h2>
1807
1807
streaming.</p>
1808
1808
</li>
1809
1809
<li>
1810
-
<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>
1810
+
<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>
1811
1811
is an important note about optimizing Flask template cache size to
1812
1812
dramatically increase performance in some cases.</p>
1813
1813
</li>
@@ -2133,8 +2133,8 @@ <h1>Web Design</h1>
2133
2133
<p>Web design is the creation of a web application's style and user interaction
2134
2134
using CSS and JavaScript.</p>
2135
2135
<h2>Why is web design important?</h2>
2136
-
<p>You don't really expect users to use your 2014 web application if it looks
2137
-
like this, do you?</p>
2136
+
<p>You wouldn’t use a web application that looked like the following screenshot,
2137
+
would you?</p>
2138
2138
<p><imgsrc="theme/img/no-style-webpage.png" width="100%" alt="HTML with no CSS or JavaScript." class="technical-diagram" /></p>
2139
2139
<p>Creating web pages with their own style and interactivity so users can easily
2140
2140
accomplish their tasks is a major part of building modern web applications.</p>
Copy file name to clipboardExpand all lines: flask.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ <h2>Flask resources</h2>
205
205
streaming.</p>
206
206
</li>
207
207
<li>
208
-
<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>
208
+
<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>
209
209
is an important note about optimizing Flask template cache size to
210
210
dramatically increase performance in some cases.</p>
Copy file name to clipboardExpand all lines: source/content/pages/04-web-development/03-flask.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ how to <a href="/deployment.html">deploy web applications</a>.
161
161
is another fantastic tutorial by Miguel Grinberg that covers video
162
162
streaming.
163
163
164
-
*"[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)
164
+
*[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)
165
165
is an important note about optimizing Flask template cache size to
0 commit comments