Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Frontend Performance & You

Frontend Performance & You

Daniel Cousineau

May 03, 2019
Tweet

More Decks by Daniel Cousineau

Other Decks in Programming

Transcript

  1. Page Load Time Redirect Domain Lookup Server Connect Server Response

    Document Interactive Document Content Loaded Parse & Compile TTI https://www.bounteous.com/insights/2015/09/09/guide-to-google-analytics-site-speed-metrics/
  2. Size Saved (Bytes) Saved (%) uncompressed 1,163,479 0 0.00% gzip

    353,215 810,264 69.64% zopfli 338,177 825,302 70.93% brotli 296,420 867,059 74.52% https://blog.kowalczyk.info/article/c11d3c20753445618b98d18be5ce037e/zopfli-vs.-brotli-vs.-gzip.html
  3. https://medium.com/reloading/preload-prefetch-and-priorities-in-chrome-776165961bbf Prefetch Preload I will use this on the current

    page very soon I will use this eventually in the future <link rel=“preload” href=“app.js” as=“script” />