SerenityOS build: Monday, May 29
Images 💾⌗
- serenity-x86_64-20230529-5857f24.img.gz (Raw image, 183.48 MiB)
Last commit ⭐⌗
commit 5857f24bc8dba4e3decf017bea9a9040f3570081
Author: Andreas Kling <kling@serenityos.org>
AuthorDate: Mon May 29 05:49:06 2023 +0200
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Mon May 29 06:05:03 2023 +0200
LibWeb: Only update style for the element being animated by CSS
Unlike DOM mutations, CSS animations don't affect the style of the
entire subtree of the element being animated. This means we only have to
recompute style for the animating element, which is significantly
faster than doing the whole subtree.
This takes idle CPU usage on https://shopify.com/ from 100% to 30% on my
(not massively powerful) laptop. :^)
Other builds