Skip to content

Instantly share code, notes, and snippets.

@artemartemov
Last active July 20, 2018 14:47
Show Gist options
  • Save artemartemov/bae76bf8156413acd98ba55d90ba6634 to your computer and use it in GitHub Desktop.
Save artemartemov/bae76bf8156413acd98ba55d90ba6634 to your computer and use it in GitHub Desktop.
facsst performance meetup notes

Base64 increases critical rendering in your path

Notes:

After gzip Mixins and repetition are much smaller

Notes:

Mixins are much smaller after gzip

Notes:

Critical css should be 14kb

Notes:

Add links in body - can create modular components

Notes:

https://speakerdeck.com/csswizardry/facsst-css-and-performance-1?slide=42 - which is faster slide? https://speakerdeck.com/csswizardry/facsst-css-and-performance-1?slide=43 - which is faster slide part 2 https://speakerdeck.com/csswizardry/facsst-css-and-performance-1?slide=46 - 50% of time used to calculate the computed style for an element to match selectors... ---here is the doc explaining it in heavy detail (if you're bored)

JS before CSS!

Takeaways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment