Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Performance tuning in CE 10

Status
Not open for further replies.

jchennuri

Programmer
Jun 23, 2005
25
US
Hi :

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?

Thanks
JC
 
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.
 
Hi Hejamana:

Thanks a bunch for your reply. Is there any check list kind of thing to ensure better performance.

Regards,
Jagadish.
 
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.
 
Hi,
Slow to Open/Refresh pages in what app - EPortfolio or some custom pages ?



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
we are having a similar issue. if you click on History it may take a while to pull up the history.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top