Skip to content

Performance analysis

Murhaf Sousli edited this page Feb 17, 2024 · 5 revisions

The following are test results from Chrome dev tools, scrolling for 5 seconds in version 14 vs version 13.

Scrolling using the wheel / touchpad

Performance using CSS scroll-timeline feature:

Scrolling using the wheel / touchpad (version >= 14)

Performance using JS scroll event:

Scrolling using the wheel / touchpad (version < 14)

Scrolling using pointer dragging

Performance using CSS scroll-timeline feature + dragging using JS pointer events:

Dragging scrollbar using pointer (version >= 14)

Performance using JS scroll event + dragging using JS pointer events:

Dragging scrollbar using pointer (version < 14)