TreeGridView performance
We have "changes" tab to list, in a tree grid view, the change objects which have gone through on a given Part. However, loading this tab is terribly slow. I have found out that the query itself is quite fast. When I run it in the query editor, it takes less than a second. However, the Tree Grid View can take almost 20 seconds to load. Even on a fresh part with no change items, it takes 15+ seconds. The call which takes time is an odata call to /Server/odata/method.rb_GetTreeGridData, which takes the entire 2500+ line rb_TreeGridViewDefinition as input (why? It's a server side method, although a very odd one I can't see the implementation of, and the data it gets passed lives on the server too!) Have anyone had any success in optimizing the loading of tree grid view structures?0Views0likes7CommentsPerformance testing tools with Aras
Hello all, We are planning to import certain amount of data to Aras and we have created some functionalities (methods) related to that. And we would like to make some performance testing after importing the data to see that our functions/methods are able to perform. Any advice which tools would be good? We would need to record some use/test cases (make searches through UI, and test some other functions also as a users do) - but of course we would like to simulate the user behavior. Do anyone know which tools works with Aras UI and which doesn't? Any hints and tips are appreciated. I'm not performance test expert in any meaning but I have some experience on Apache jMeter from previous projects. We are utilizing Aras12 (SP9). Br, Jukka3.2KViews1like1Comment