Next, I have an application that loads quickly inside .NET, it takes 1.423s for the respond method, but when it goes to the VIEW it's taking longer ...
It's like something is holding the screen release.
Numberofrecordsreturnedpermethod:
- "listMotorists": 14
- "listingCamines": 16
- "listCarriers": 77
- "listingStablishment": 6
- "listCollectionsPlaces": 278
- "listConferenceObjects": 308
HereisthecodeIuseinVIEW:
link
Is there something that is doing wrong or that I can improve?
Thank you.