m_ott’s avatarm_ott’s Twitter Archive—№ 14,990

    1. When CSS Blocks: tkadlec does a brilliant job explaining why loading your CSS with the preload/polyfill pattern can block HTML parsing and why you should also move your CSS below all inline scripts in the <head>. 👏 timkadlec.com/remembers/2020-02-13-when-css-blocks/
      OpenGraph image for timkadlec.com/remembers/2020-02-13-when-css-blocks/
  1. …in reply to @m_ott
    Two of the articles he references are also very much worth your time if you care about performance: csswizardry‘s excellent “CSS and Network Performance” csswizardry.com/2018/11/css-and-network-performance/
    OpenGraph image for csswizardry.com/2018/11/css-and-network-performance/
    1. …in reply to @m_ott
      And scottjehl outlining the print stylesheet pattern, aka “The Simplest Way to Load CSS Asynchronously” filamentgroup.com/lab/load-css-simpler/
      OpenGraph image for filamentgroup.com/lab/load-css-simpler/