Tagged Questions
0
votes
1answer
58 views
Performance of LoadQuery degraded (almost) linearly along with the number of documents in library
The following piece of code creates an empty document in a library and get back all fields for the document (to set them later, and real document text will be loaded in a separate process):
string ...
2
votes
1answer
270 views
Performance bottleneck on SharePoint upload method
Trying to eliminate a performance bottleneck on a method doing file and metadata uploads. According to the profiler on a line-by-line of the decompiled code, the majority of time is spent on ...
2
votes
2answers
152 views
Client-side Object Model Load Test Metrics
I would like to know if anyone has done any load testing on using managed .NET Client Side Object Model (CSOM)?
I am mainly looking for metrics (graphs, spreadsheets, etc.) on the following:
Large ...
1
vote
2answers
2k views
Performance of Client Object Model vs. Server Object Model
We are looking to deploy an Intranet using SharePoint Foundation. I am targeting the Client Object Model for this project to avoid Master Page customization and building custom Webparts and leverage ...
0
votes
1answer
331 views
Slow running Managed Client Object Model application
I have an application that I built using the Managed Client Object model that performaing poorly and I am curious if I am doing something wrong. The application drills down throw a hierarchy of three ...
5
votes
1answer
480 views
Performance of SharePoint 2010 Managed Client Object Model
Is there any published information (by the community or Microsoft) about performance of the new web service based Managed Client Object Model versus the pre-2010 object model?