Base solution for your next web application
Open Closed

Performance #9718


User avatar
0
palco.ps created

Hi ,

  • V7.1
  • Angular -.net core

Becuse large of data in each record, we faced a problem maybe with performance & times , we have a slow showing data we get from database tables. as in the picture when we select a record it takes minutes to get it from many tables. How to solve it ??

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

and how to return a 'CustomerFinListDto' NOT ' ListResultDto<CustomerFinListDto>' with whare condition as in the picture.


1 Answer(s)
  • User Avatar
    0
    zony created
    Support Team

    Hi Palcodeveloper, I recommend adding an index to the query column and trying to page the results back after .Where().