Skip to content

Commit 0fb7461

Browse files
committed
add css resource
1 parent 9a20335 commit 0fb7461

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/pages/04-web-development/17-css.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ web application's design.
183183
shows how to use the static CSS analysis tool
184184
[Parker](https://github.com/katiefenn/parker/) to improve your stylesheets.
185185

186+
* [CSS and network performance](https://csswizardry.com/2018/11/css-and-network-performance/)
187+
analyzes how splitting your CSS can affect browser render times and how
188+
you can improve your site loading performance by changing how you
189+
structure your CSS files. My recommendation: there's a lot you can do
190+
with these techniques but it is probably a better idea to make your CSS
191+
simpler and cut down the massive bloat that can accumulate as you build
192+
your site as a first step to improving your performance.
193+
186194
* [Third party CSS is not safe](https://jakearchibald.com/2018/third-party-css-is-not-safe/)
187195
is a good reminder that any code you did not write yourself, especially
188196
code served through 3rd party sources not under your control can contain

0 commit comments

Comments
 (0)