Skip to content

Instantly share code, notes, and snippets.

@denar90
Created October 12, 2018 20:23
Show Gist options
  • Save denar90/a9084256709433fe94fa9fe7d382f228 to your computer and use it in GitHub Desktop.
Save denar90/a9084256709433fe94fa9fe7d382f228 to your computer and use it in GitHub Desktop.
+--------------------------------------+-------------------------------------------------------------------------------+
| Pros | Cons |
+--------------------------------------+-------------------------------------------------------------------------------+
| UX improvemnts | Critical CSS inlined, so can't be cached |
| Page isn't blocked for rendering | Need some workaround to extract critical CSS for different screen resolutions |
| Easy to apply for small applications | Hard to use on pages with dynamic components composition |
+--------------------------------------+-------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment