|
|
|
|
|
by nikajon_es
2722 days ago
|
|
Do you think it would be interesting to analyze CSS across a few pages? I've created base CSS files that can cover a few pages, knowing that some elements won't be on all pages, but that the CSS document is cached so it makes sense to send everything down at once. Or is this more for a launch page (or one-site website)? |
|
Totally open to suggestions. I guess in a perfect world, you could eventually use this to totally capture all of the CSS you use on a single page and reduce it if you were just doing a single launch-type page and working with Bootstrap. In more complicated cases, the goal is to provide just the basic CSS your site needs to render quickly, then allow you to defer the rest.
The next thing on my ToDo list is to try to capture CSS usage at all the standard breakpoints and combine that into a single "critical path" css file