Performance is characterized by the amount of useful work accomplished by a computer system compared to the time and resources used.

learn more… | top users | synonyms

21
votes
6answers
8k views

Why is SharePoint so slow?

I'm a SharePoint user. My company has introduced SharePoint and use it as their intranet site. They've made some changes to the masterpages, etc. to let the intranet have a 'corporate' feel. There ...
12
votes
6answers
1k views

Performance problem with custom web part

We've implemented a custom web part which we use to render content of an external website into a SharePoint page. During our test we encountered some strange performance issues. When we open a ...
8
votes
10answers
2k views

Has anyone optimized the front-end (css/javascript files) of a SharePoint site

So it seems to be that Sharepoint's front-end optimization is non-existant. For example, http://dfs.us.dell.com/Pages/DFSHomePage.aspx, according to YSlow, is serving up 14 separate JavaScript files, ...
8
votes
4answers
214 views

Is there a good SharePoint 2010 Page Profiling tool about?

If I want to measure how long it takes for my browser to render a page, requests, scripts, the lot, in ie9, what's a good tool for that? The idea being is that I have a very heavy page which I want ...
8
votes
2answers
585 views

What are the maintenance actions that can be done on a Sharepoint application to ensure optimum performance?

After deploying a Sharepoint application, what maintenance actions can be done to ensure optimal performance and avoid degradation of performance over time? I can think of the following: Schedule ...
7
votes
2answers
1k views

SharePoint 2010 Performance troubleshooting

I have problem with SP 2010 performance and I need someone to recheck my troubleshooting steps, validate my findings or suggest anything useful. I have Intranet portal as follows: 1 front end ...
7
votes
3answers
334 views

SharePoint 2010 Sandboxed solutions performance

Does code that is deployed through a Sandboxed solution perform just a well as code deployed through a Farm solution? Does the overhead that comes with interprocess communication (since Sandboxed ...
6
votes
4answers
2k views

Working with large external lists using BCS

I have a database that I want to display the content in SharePoint 2010. I am not displaying the content in a list but am using a custom WebPart. The database is not updated any more as it is ...
6
votes
2answers
1k views

Performance Issues using SQL Server Reporting Services in SharePoint Integrated Mode [closed]

Does anyone have experience with the following issue? Are there any known workarounds? Official MS Statement: General overhead performance differences when you view reports in SharePoint integrated ...
5
votes
2answers
880 views

Why is Session State disabled in SharePoint by default?

Why is Session State disabled in SharePoint by default? Does it not make use of session in any feature of SharePoint at all? If so then which features require session?
5
votes
2answers
3k views

SPSiteDataQuery vs. Recursive SPWeb.Lists Performance

I'm looking for the best performing means of querying for site data within a site collection. I need to query for all of the lists in either a particular SPWeb, or a set of SPWeb's, that contain a ...
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?
5
votes
2answers
326 views

SP Administrator Toolkit for stress testing SP 2010?

I'm looking for a simple way to execute stress tests on a new SP 2010 farm. The SP Administrator toolkit page says that it an use SP 2007 logs to create the load test, for use in upgrade scenarios. ...
5
votes
2answers
627 views

After adjusting version settings (from unlimited to max 10) performance grinds to a halt

For several document libraries in our SharePoint environment end user enabled versions without setting a limit. Or were given a document library with unlimited versions(result of having no governance ...
5
votes
3answers
1k views

Sharepoint 2007 farm performance goes down?

Our sharepoint 2007 farm is not working properly and we are facing a huge performance hit, some times it throws an unexpected error too. What all are the points to check? i.e like Depth of the ...
5
votes
2answers
242 views

MSDN like application on SharePoint 2010

I have a project initiated for a client where they want a Knowledge Base Application for their line of business. The interface needed is almost a replica of MSDN Library which needs to implemented ...
4
votes
2answers
357 views

Performance of search vs. using the object model?

Does anyone know how the performance of searching for items compares to using the object model to access them? When I say "object model" i mean using SPList to get a collection of SPListItems and ...
4
votes
2answers
221 views

Efficiently determine if a List is using item level security

How can you efficiently determine if any of the items in a List don't inherit their security from the List? You could use SPListItem.HasUniqueRoleAssignments but this would require iterating through ...
4
votes
2answers
85 views

Demo computers, how to raise the system responsivness?

I have to perform some demonstration about the SharePoint 2010 features. I have for this task only a standard laptop with only 4GB of Ram. As the demonstrations are multi purpose, I have set up ...
4
votes
1answer
284 views

Is there any way to check does list exists without try catch?

Now i'm using same way to check does list exist by url SPList logList = null; try { logList = site.RootWeb.GetListFromWebRelativeUrl("Lists/LogRecords"); } catch { } if (null != logList) ...
4
votes
3answers
2k views

How do I tune a SharePoint 2010 farm on VMWare?

We have a large SharePoint 2010 farm running on VMWare ESX cluster. Based on the hardware underpinning this environment and the given load (which is light), we feel like the servers are responding ...
4
votes
1answer
273 views

How to perform stress test against sharepoint site using threads

I want to analyze the performance (hence its weak points) of a sharepoint site doing stress test activity. What is needed to be done is call some methods exposed via web service that do the following ...
3
votes
2answers
756 views

SharePoint 2007 - 100% CPU usage

Our SharePoint 2007 server is using 100% cpu usage, we have a single farm setup with a 1 application server(central admin) and 1 database server. Inspecting the tasklist I can see there are 7 ...
3
votes
3answers
314 views

How can I speed up the Site Performance?

Are there any non-hardware related methods for increasing or optimizing the performance of a new Sharepoint 2010 Enterprise implementation? There are over 1000 users that access this site and it can ...
3
votes
4answers
469 views

Improving SharePoint 2010 performance in a VM

I have created a virtual machine with windows server 2008, Visual Studio 2010, and SharePoint 2010 for development and testing. The machine is configured in VMWare with 40gb hdd, 2gb ram, and 4 ...
3
votes
6answers
5k views

Performance testing SharePoint 2010

I'm eagerly awaiting the SharePoint 2010 Administrators toolkit to assist with performance testing. We'd like to setup multiple configurations of hardware/topology to determine the best fit. I'd ...
3
votes
1answer
456 views

Is accessing AllProperties efficient?

I'm currently storing a few values in the SPWeb.AllProperties hashtable. But I'm thinking of adding even more data into it. Before I start using it more and more though, I wondered if using ...
3
votes
3answers
3k views

SharePoint Takes 15 Seconds to Load Page

I've got a problem with my SharePoint 2010 farm and I can't think where to start. Bizzarly, this is happening in multiple completly seperate environments (DEV/TEST/PREPROD/PROD). Every so often ...
3
votes
3answers
3k views

Slow SharePoint Blog

The SharePoint 2010 blog can at times be very slow when rendering individual posts. The time is generally due to the following operations: DataBinding DataFormWebPart (Posts‭[1]‬) (2654.17 ms) ...
3
votes
3answers
2k views

How often should the auditing log be cleared to not affect performance?

We are building a system that uses SharePoint Auditing in a SharePoint Foundation deployment. We are wondering about the degradation of performance overtime as the amount of audit information grows. ...
3
votes
2answers
300 views

Can all the /_layouts/xxx.debug.js files not be served to end users?

I'm working with a 3rd party vendor who has done the SP 2010 integration of a small site. I've noticed that our incredibly simple login page is nearly 3.2 megabytes. The users of this site are the ...
3
votes
1answer
170 views

Remote BLOB Storage and Sharepoint 2010

I have a SharePoint Server 2010 documents library. Library's size - 20 Gb. Size increases each year by 1-2 GB. It stores files ranging in size from 1 to 50 MB. Files rarely change. Should I use the ...
3
votes
3answers
509 views

SharePoint 2010 equivalent to SQL Profiler?

Is there a way to view the CAML that is running on a SharePoint 2010 installation? A bit like how you can monitor SQL running on a database with MS-SQL Server - is this possible with CAML and ...
3
votes
2answers
36 views

MOSS timing out on regular basis

I have been running into an issue on MOSS 2007 for the last two weeks, users are reporting extremely slow responses from SharePoint, a lot are reporting time outs when doing anything within ...
3
votes
2answers
433 views

Jumping to a specific page within a SharePoint List

I was wondering what people think the best way is to jump to a specific page within a sharepoint list, taking into account performance considerations. eg: 1) List with 1000 items in it 2) Each page ...
2
votes
2answers
185 views

Speeding up Development Environment

I have a Windows 7 box where I do development work on before pushing up to a central dev server. The performance on my local machine is holding me back. I like to deploy regularly to check changes ...
2
votes
3answers
1k views

Does using multiple web applications affect performance?

A client is requesting a special web application topology that seems odd to me. In a mid-sized SP2010 farm (two WFEs, two app servers) they will have hundreds of site collections. The requirement is ...
2
votes
2answers
90 views

Can we avoid clunky hiding of WebParts?

It's a real drag and performance killer to have to load all the WebParts on a page and then laboriously hide and reveal all the ones relevant to user groups / permission levels. Especially when on the ...
2
votes
1answer
184 views

Should we use web service lists.asmx over CAML when working with large lists

There is a list that has around 100k items in a SharePoint Site Collection. This site has been customized to serve certain business requirements through visual webparts. While, regular CRUD ...
2
votes
2answers
169 views

Off the shelf solutions for increasing SharePoint performance?

What off the shelf solution/software do you use or recommend for enhancing SharePoint performance?
2
votes
3answers
182 views

Where do I look up to see Performance related issues in SharePoint 2010?

I want to be aware of performance related issues with SharePoint 2010 while I'm designing my solutons. What's the best place to look up?
2
votes
3answers
286 views

Sharepoint 2013 extremely slow

We have an new sharepoint 2013 site, Server Virtual and standalone , it has 12 gb ram. This sharepoint user interface extremely slow. In Developer Dashboard we see each aspx page requests waiting ...
2
votes
1answer
60 views

Call entire list, 2000 items at a time?

If I need to store say 10,000 items in a list, but want to call them sequentially 2000 items at a time, what is the best method for doing that? I assume it's similar to a paged call, but want to ...
2
votes
3answers
112 views

Sharepoint2010 performance

We have Sharepoint2010Foundation development like following. 1 windows2008 server x64 (Dbase and App Server) 8gb Ram and 4 Cpu on Virtual Environment Platform will be used over 600 users and we ...
2
votes
1answer
205 views

How to improve performance of lists with multi-lookups

I have a list that includes several lookup fields. Some of these are simple lookups (only one value allowed), others are multi-lookups (the "allow multiple values" checkbox is selected). I have ...
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
1answer
83 views

WebPart Zones effect on Performance

Will there be any performance effect if we have more number of Webpart Zones in a Page Layout lets say 25 ? We wont be keeping webparts in all the zones. But we need to have more zones on page ...
2
votes
2answers
463 views

DataViewWebPart XSLT Caching

I have a DataViewWebPart with a complicated and rather expensive linked XSLT (the XSLT itself is stored in the Documents library of the site). Currently, the part takes a long time to render, even ...
2
votes
1answer
65 views

Standard database maintenence jobs for SharePoint farm

I was wondering if there were any best practices to maintain performance of a SharePoint farm as sites and content are added. For example DBCC commands.
2
votes
2answers
189 views

Best way to update an in memory cache across a SharePoint farm?

We have 3 front-end servers each running multiple web applications. Each web application has an in memory cache. Recreating the cache is very expensive (>1 min). Therefore we repopulate it using a ...

1 2 3