You can use Trace Parser to analyze what functions are making performance issue and you should check the size of whole data. Once you find the functions which are slow, then there are many ways to improve AX performance(e.g. customizing code using index, reducing display method on grid, or changing query...).
↧