File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments