I am not sure how to perform profiling properly with Fusetools, thus optimising code is a bit of a trial and error exercise. Would be very valuable to have a high level profiling mode where one can see:
- time spent rendering specific ux-tags
- time spent doing layout due to updating observables
- time spent executing different JavaScript modules
This is especially valuable in scrollviews and during transitions between viewz. Something similar to Chromes Layout/Paint timeline to expose yank.
The purpose would be to quickly get an overview and focus optimisations efforts.
