All tags

Content tagged with "performance" (3)

All content across blogs, linklog, and books with this tag.

Links

  • by Granola

    Animating height forces the browser to recalculate layout every single frame, and here are the concrete alternatives that don't.

  • by Paul Lewis

    Every frame your browser paints goes through the same pipeline, and most performance bugs come from accidentally triggering expensive stages you didn't need to.

  • by Paul Irish

    The reference list of the exact DOM reads and writes that force a synchronous layout. Keep it nearby and you'll stop triggering reflows inside loops by accident.