witman
March 18, 2021, 10:23pm
5
Yes, views with parameters are to Perspective as templates are to Vision. Beware of potential performance issues--though those are hopefully going to be resolved in the future.
Hi,
I wonder why a simple embedded view has very slow loading startup vs perspective component.
For example is following example I try to load several custom button that only include a Label and two icon as embedded view. As it shows they loaded very slow but if I create this page with native perspective button they load instantly.
[slow loading]
I didn’t see this problem for template in Vision.
Yes, that is the primary target. It’s quite complicated, but we are working on it.
Thank you. These are my tricks:
1 - The client PC is 8 gen i5 with 8 GB RAM. not running with the gateway at the same time.
2 - I use embedded view wisely. Never use two nested embedded views.
3 - I draw my SVG with every low detail. Even I edit the imported SVG in perspective to make them faster. Sometimes I edit XML code.
4 - For Items which are simple and use a lot in a project like navigation button, don’t use an embedded view and just put all object in a container and re-use it.
5 - Us…
1 Like