In my company a person which are Administraiting the CRM Microsoft Dinamics give me one of External list with a Vacation of Workers in Company. I try first with list local in my project, and this list work and refresh after one secounds, and have got 1024 eements. I try conect with my proyect a External List from CRM and its take a ot of time because it's take about after conect this list with my project 60 secounds. It's more approximately 60 times then in the first time. How should I make it faster, and upgrade the performance of my project. Please Help
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
The first thing I'd suggest is to implement paging in your BCS Selectors, as by default the Selector will be getting all elements every time the list is refreshed - and it doesn't cache at all - which is a bit of a shame, but makes sense when you think about it. This will give you the most immediate benefit. Take a look at this question about External List paging on this site to give some details on how to do this. After that is done, then you'll need to look more deeply into optimising what you've done. But, this single thing should give you a big improvement. |
|||||||||||||
|