Performance is characterized by the amount of useful work accomplished by a computer system compared to the time and resources used.
0
votes
2answers
1k views
Why are search results slow to display?
We have a single Windows Server 2008 64bit with SQL 2008 R2 installation for SharePoint 2010 Enterprise.
I've enabled the search services so the search query is returning results. However the time ...
1
vote
1answer
57 views
How much resources does a Sharepoint 2010 install use, when not in use?
The question is a bit off topic, but I have a development machine that is my personal computer too. In other words I use it for a host of other things not just work.
Obviously nothing beats having ...
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 ...
0
votes
0answers
442 views
SPUtility.SearchPrincipals very slow [closed]
For some reasons, searching for Users or Groups in SharePoint is extremely slow. For example, a simple call to
results =
SPUtility.SearchWindowsPrincipals(SPContext.Current.Site.WebApplication,
...
0
votes
1answer
472 views
Http 401 entries in IIS log of SharePoint Server
I am trying to fix a performance problem on a WSS 3.0 clustered site.
Each server has ca. 30000 requests per hour, but ca. 90% are of type:
2010-10-13 10:00:05 W3SVC14309999999
servername ...
2
votes
1answer
64 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.
1
vote
3answers
1k views
How do I delete closed web parts from a page?
Due to a performance issue, I closed a few web parts that were on the page, however I now would like to delete those permanently.
How do I delete closed web parts from a SharePoint page permanently?
...
1
vote
2answers
219 views
SharePoint 2007 Web-application is getting crashed due to memory leak
We decided to duplicate an existing web-application (for Podcasting kit), which has site collection only at root level, so created a new web-application (in the same DB instance) and imported (stsadm ...
1
vote
2answers
281 views
Why are Imaging web service uploads taking 10-15 sec to upload a 640px image?
We are using the imaging.asmx upload function to upload a VGA image and then use the file name to get the ID and update the properties of the image using an UpdateListItem call.
The time taken to ...
1
vote
3answers
477 views
How to increase document list performance on client's computer?
I am working on a new SPS 2010 installation for a client that will be used to replace their intranet. As it stands, the current intranet contains around 1000 documents that are saved amongst various ...
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
vote
3answers
137 views
collaboration portal performance issue
I am using SharePoint Server 2007 on Windows Server 2008. I am using collaboration portal template. I experienced issues when loading the same page multiple times, the page loading time is almost the ...
1
vote
1answer
750 views
Sharepoint Web performance optimization
We are running on SSL on following server topology:
- 1 ISA (SSL Terminate/cache/proxy+AD authentication)
- 1 Sharepoint
- 1 IBM DB2 Database - enterprise/corporate DB
- 1 MS SQL Server - local DB ...
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?
0
votes
1answer
54 views
Performance Metrics and CA Configuration & Content DB?
When can we expect a maximum number of SQL connections for the Central Administration Configuration & Content DB? and what are all the important tables in these databases that an administrator ...
0
votes
1answer
246 views
Performance tuning and Manage Farm-Level Search Settings
Below options are available under "Manage Farm-Level Search Settings" in Central Administration
Connection time (in seconds): 60
Request acknowledgement time (in seconds): 60
I would like to know ...
1
vote
3answers
630 views
Strip publishing master-page for anonymous users
Is it ok to strip a masterpage for all SharePoint scripts and styles?
We have custom CSS and all of our scripts are JQuery.
Even CQWP will have custom rendering.
The reason we want to do this is so ...
0
votes
1answer
278 views
Audience Compilation and My Site Performance
Is audience compliation anyhow related to My Site Performance?
My guess. No.
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?
1
vote
7answers
503 views
How to check if a page is ghosted
We are trying to resolve some performance issues at a remote site.
One thing that we suspect could be causing the performance problem is page ghosting.
Is there some way to see if the pages that are ...
5
votes
2answers
876 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?
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 ...
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 ...
0
votes
1answer
94 views
Solid State Hard Drive Benchmarks [closed]
I've heard a lot about people using Solid State Hard Drives with SharePoint lately. Have you seen a good benchmark published? I'd like to have some hard evidence before I spend a large amount of money ...
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 ...
2
votes
3answers
1k views
Poor performance on SharePoint site (IE6, Proxy, Windows Auth)
This is a very strange issue I am having.
My client is experiencing poor performance (20 sec per page load or so) when accessing their SharePoint 2007 site that is hosted somewhere externally by a ...
1
vote
1answer
80 views
F5 and pinning content
We use an F5 web accelerator. Does anyone have a walkthru or reference on how to perform the pinning of CSS, JS and images files in the F5?
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, ...
