Hi
I develop an application with has about 100 BO's and about 100 controllers.
I think, that's the reason why the setup-methods takes about 10 seconds to finish on the application start.
Is there a way to speed-up this method? Because a complete starting time of about 12 seconds is just too slow for our business task.
The reason is the following:
The application is splitted in different responsibilities and each of them has its own call.
So, some user have rights on multiple responsibilities and they will open the application several times with different parameters.
Now, it's a little bit annoying, when you have to wait over 10 seconds after every start .
Or you made a wrong click and waiting only to close the application after start.
Any ideas to improve this?
btw: I already checked the database-calls; they are very fast and there is nothing to improve.