Quote Originally Posted by flado View Post
Hi all,
we have a very large erp system, which we have been porting to web over the past years. Next month the full version of it will be launched for a customer.
One problem is that the system is quite slow. Lot's of server calls - since we do database lookups and fetch new data when the user enters data in for example a grid column.

We also have a mobile application, which is much smaller in size and much less functionality. Naturally we do server calls for data entry here too, but this application is much faster than our deskotop one.

So, my question is, what do all of the other teams out there do to speed up the user interface? Do you avoid calling entry and exit methods in the DD? Do you add lots of CPU and RAM on the server?

Thanks in advance
Leif,

Use SQL as much as possible instead of DD lookups etc.