FAQ | This is a LIVE service | Changelog

Skip to content

Improving cpu usage of table while idle (#29)

Richard Peach requested to merge 29-table-cpu-usage into master

The table component causes higher than expected CPU usage.

This is because the indeterminate spinners are never removed from the DOM. Being indeterminate they use an infinite animation that causes the browser to have to rerender at 60fps causing high CPU usage

Closes #29

Edited by Richard Peach

Merge request reports