Govind
Govind

Reputation: 544

How to Increase the performance in sharepoint?

I writing the custom code(webparts) which deals with the data(list/libraries) in the sharepoint.. i would like to know all the tips that will increase the performance... for eg: using of foreach in unwanted loops(we can use SPQuery insted)..

Please give me the tips which increase the performance of webpart and sharepoint site. also all the threshhold limits for sharepoint ..

Upvotes: 0

Views: 1223

Answers (1)

Spt2432
Spt2432

Reputation: 234

Here's a nice series on SharePoint 2010 performance that may help you get started:

http://www.zimmergren.net/archive/2010/12/18/sp-2010-developing-for-performance-part-1-developer-dashboard.aspx

It will give you idea on basic tools available with SharePoint.

Though I do not think there is a definite answer to what you are looking for. Performance tuning is an Art, there is no defined method you can use. It is always lot of things and factor you have to look into.

Good Luck!

Upvotes: 1

Related Questions