I have a couple of list views with about 5000 objects loaded which take 10-15 seconds to load. How can I speed this up? Thanks
Another possible way to increase your application performance is to follow the XPO Best Practices in declaring the BO properties, because it may have some influence on the overall speed.
That works, thanks!