Skip to content

rishabh-ink/conference-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Chrome Dev Summit 2017

2017-Oct-26 | developer.chrome.com/devsummit

The future of loading on the web

By Sam Saccone

  • window.navigator.connection API
  • cache digest for http2 push
  • asset priority hints
    • explict priorities vs inferred priorities
    • browser inference engine
    • link rel and img tag hacks for hacking higher priorities
    • gituhb.com/WICG/priority-hints
    • group attribute ["critical", "late" etc.]
    • const controller = new FetchController(); controller.signal; controller.setPriority()
  • async images
    • large image, followed by script
    • image download, image decode blocks main thread. so the script gets blocked
    • new async attribute on the img tag
  • Runtime perf

V8 today and in the future

By Thomas Nattestad

About

My conference notes -- scribbled here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published