07-13-2021, 07:35 PM
(07-13-2021, 07:13 PM)remkonoteboom Wrote: Also, listy for the slow change over for tabs, we aren't doing a lot. Basically just setting display for one tab to "none" and display for the other to "block". So the limit here is the refresh of the drawing by the browser.About that slow switching. I don't remember on what we are stopped, when we last discussed this, i think it's because some CPU intensive processes. Anyway, we are enabled this proj.setting, and use it in production long time, and not forced any bugs. Without this setting Tactic was slower from 2x to 3x, so it already helps a lot.
Now, on screen it's not that much info. As you know there are some massive bvr attributes and they can be removed with "feature/remove_bvr_attrs" project setting. Is your set to "true" and if not, does it make any difference when you set it to "true".
You did mention before that it should be the default. I do agree. There were some places where it could mysteriously break things, however we have been running with it on for a while now. If you could confirm that everything works by using it set to "true", then I could make it the default.
Also, my thoughts on this slowness: it's because Tasks Widget, will try to redo same without its row. I am continue to think it's should be some kind of "instanced widget, without lots of real html, and should appear only when it's needed (clicked or hovered)