I have several places where i use UDTable and the rendering function to get a link that directs you to a detail page. For some reason the rendering is very slow when i load the page, is there anything i can do to make it faster? I am runing Powershell Universal 1.4.3 and Powershell 7.0.3
While I don’t have a fix, I wanted to add that I am experiencing the same issues with UD-Table. The text of the table populates fast , but then the icons and buttons I show with -Render take painfully long to load. To load a table with 100 rows it takes more than 60 seconds to render all the button and Icons. Its giving the impression that the dashboard is slow when it just seems to be these components. I tried it with 1.4.3 on my Test dashboard and the nightly build 1.5 on my dev dashboard and they both experience this.
I’ve figured out a way to speed this up significantly. It won’t do HTTP call backs for the rendering any more and will just run a single PS execution. It’ll be in tonight’s nightly and 1.4.5 when it comes out.
Also, we are working on adding a virtualization option to the table, to speed up the rendering, in our current test it took me an average of 8 sec to render 100k buttons