Google I/O 2013 - True Grit: Debugging CSS & Render Performance

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 3

  • @clarencemerchant5231
    @clarencemerchant5231 6 років тому

    I have been taking html and css rendering for granted, not knowing why the layout is jerky in my projects, this video has provided me with the info to consider in my projects. Nice presentation!

  • @scb740
    @scb740 6 років тому +1

    Awesome presentation. In general, I have always tried to have the browser work as lazily as possible to speed up initial rendering. But with some thought given to how the browser actually applies the CSS and which properties trigger layouts, etc we have a little more freedom to decide whether to take a bit more of a hit up front during initial rendering to smooth out the experience and interactions later on. As with most things in life, balance is important. Thanks for this video! :)

  • @Svenvanzoelen
    @Svenvanzoelen 10 років тому

    Nice presentation! Learned a lot. thx!