Delivering 60 FPS in the browser - Crash course on web performance (Fluent 2013)

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • Slides: www.igvita.com/slides/2013/flu...
    From the ground up introduction to the field of web performance optimization: network bottlenecks, the document parsing and evaluation pipeline, visual layout, javascript, and more. We'll investigate each in order and then pull it all together through case studies and hands-on examples.
  • Věda a technologie

Komentáře • 4

  • @pumbo_nv
    @pumbo_nv Před 2 lety +5

    Still relevant in 2021.

    • @pumbo_nv
      @pumbo_nv Před 2 lety

      though the dev tools have changed significantly

  • @georgeb8637
    @georgeb8637 Před 5 měsíci

    23:42 - annotate
    26:45 repaint on cpu and upload to GPU
    29:00 - css animation on the GPU (vs in JavaScript the screen would have to be repainted every time) since GPU stores each card in a layer that can be later accessed
    44:15 - JavaScript needs to be blocked, in case it does rewrite the page
    7:33 - 5 frames per second 😢
    9:38 - offset css experiment
    13:55 - rendering
    16:24 - demo dev tools
    19:00 - frames with costly effects
    20:39 - identify expensive pixels

  • @indoxperia
    @indoxperia Před 10 lety +2

    great vids