What is the best way to improve the performance of CE 10 Server? End users are complaining that - its taking lot of time to open a requested page/refresh a page?
That's a huge area, but you should at least have lots of cpu horsepower and memory, multiple page/job/cache servers set up, the latest service packs, and make sure you're killing your CE/CR objects in whatever code you have calling the reports as soon as it's finished with them, also if you're using .net it's critical that you are using Dispose() everywhere prior to releasing the objects. Also look at your data access method to make sure it's the latest, i.e., oledb instead of odbc, native db drivers preferrably, and use stored procs whenever possible. Like I said it's a huge area.
Not that I know of, but those are the main points. Of course if you have a report with an extremely complex query hitting an inefficient database CE configurations won't help much, you really need to find out exactly where the problem is.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.