cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows

Home Page:https://cylc.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tree: more efficient expand/collapse icons/buttons

oliver-sanders opened this issue · comments

A large proportion of the component mount time for the Tree view comes down to the expand/collapse buttons/icons.

Surprisingly, these take longer to mount than the tree and job icons, see #1614 (comment).

Suggest investigating a native implementation of this trival component i.e. one which does not use intermediate Vue components.