Performance is characterized by the amount of useful work accomplished by a computer system compared to the time and resources used.
1
vote
1answer
761 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 ...
1
vote
2answers
821 views
Sharepoint 2010 FAST Search, what is the difference between incremental and full crawl?
I read this article on the matter:
http://allcomputers.us/windows_server/sharepoint-2010---managing-crawls.aspx
From reading the article, it seems that the full crawl does a re-index on all content?
...
3
votes
2answers
460 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 ...
0
votes
0answers
9 views
Which versions of sharepoint support sqlserver read commited snapshot isolation?
I have been unable to find out if Sharepoint 2010 or 2013 (or even 2007) are able to take advantage of this MSSQL feature to improve the performance of the database operations invoked by Sharepoint ...
0
votes
1answer
30 views
People Search Performance Issue
We are running SP2013 and only recently developed a very basic intranet. One web app, one site collection, three sites.
We have configured People Search and it has been importing AD user data and ...
1
vote
0answers
17 views
SharePoint 2013 Performance Testing
I'm using Visual Studio 2012 to create a number of web performance tests for a customer.
One of the tests they would like to perform is the opening of documents within the Microsoft Office Client ...
1
vote
0answers
11 views
sharepoint 2010 using SPDiag for performance troubleshooting
I've installed SPDiag on the WFE server of the farm and have to troubleshoote performance issues on some pages. But not sure how to do this using SPDiag. The only screen I've found usefull for now is ...
3
votes
3answers
645 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 ...
0
votes
1answer
113 views
SharePoint Edit/New Form with JQuery Validation
var apptHour = $('select[name="ctl00$m$g_29cbb5be_bcd6_4949_875d_8fad4732db9b$ctl00$ctl05$ctl09$ctl00$ctl00$ctl04$ctl00$ctl00$DateTimeField$DateTimeFieldDateHours"]');
var endHour = ...
1
vote
1answer
926 views
Poor performance in EnsureListItemsData method. What happens here?
We have two 'identical' SharePoint farms; one production and one test. Both consist of 4 VMs with identical specifications. An application server, 2 WFEs and a SQL server. Both environments run a ...
0
votes
0answers
20 views
Edit Listform(OOTB) consuming more time to load in SharePoint list
In our SharePoint server there is one list List1.when i am open any list item in edit form List1. it is taking much time to be loaded. around 1sec upto 2min.
In List1 contain one lookup column from ...
0
votes
0answers
51 views
Steps to be followed during Sharepoint Server High CPU utilization on all WFE
I have all my server at VM and CPU utilization always keeps varying around 100 %.Hardware NLB prperly configured.
We have 4 web front ends having 16GB RAM and 4 cores hosting one web application with ...
0
votes
2answers
107 views
How can I view Developer Dashboard from a custom master page or PowerShell?
I need to view Developer Dashboard data to investigate a bottleneck on a SharePoint deployment, but the master page has been customized and the Developer Dashboard is not available (after enabling it ...
4
votes
1answer
280 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 ...
2
votes
2answers
102 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 ...
3
votes
2answers
309 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 ...
0
votes
1answer
125 views
Do event receivers have a file handling limit?
I created an event receiver inheriting from SPItemEventReceiver for document libraries that moves files to specific folders and changes some metadata columns that I've added to them.
I created a ...
0
votes
2answers
494 views
SharePoint 2013 “Working On It” a lot during development with no CPU/disk activity
When doing anything that requires SharePoint to recycle, like deploying a project to SharePoint from Visual Studio, it takes forever for SharePoint to spin up again.
The deployment is about the same ...
0
votes
0answers
56 views
FAST Search result page showing wrong timestamp i.e. 1/1/1600 for Microsoft files
In FAST Search result page showing some MS documents(Excel, Word etc). But the timestamp of those document showing wrong i.e 1/1/1601 where as the actual timestamp of those documents in Sharepoint ...
3
votes
3answers
391 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 ...
0
votes
1answer
59 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 ...
1
vote
2answers
109 views
Parts of central admin are excrutiatingly slow
I have a new sharepoint 2010 install, setup on two virtual machines (one a web frontend, the other sql). Virtualization is microsoft hyper-v. Both VMs have 8GB RAM and 4 cpu cores. The VM host ...
1
vote
0answers
34 views
Sluggish Sharepoint Application
I have Sharepoint 2010 application that runs smoothly during certain times of day however, whenever it feels like:
the CPU usage hits 100%;
the ASP Request Execution Time indicator flashes a warning;
...
1
vote
2answers
220 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 ...
3
votes
2answers
37 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
797 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 ...
0
votes
1answer
44 views
Problem with performance of External List
In my company a person which are Administraiting the CRM Microsoft Dinamics give me one of External list with a Vacation of Workers in Company. I try first with list local in my project, and this list ...
2
votes
0answers
149 views
How do I combine rows from different sharepoint lists onto 1 overall list?
I'm using Sharepoint 2007 and sharepoint designer, and I am using multiple sharepoint lists that have the same column types (# required, # complete, % complete) that shows the training status for ...
1
vote
0answers
74 views
“Choose folder” dialog in document library reacts really slow
While uploading a document into a library I want to choose in which folder the document should be uploaded.
When I choose a folder the PickerTreeView.aspx answers really slow.
Example image where ...
0
votes
1answer
41 views
How to make faster readable elements from the list?
I have an ASP Calendar, which shows elements from the list. If I try to bind the elements to the list, there are a lot of elements for example 35 429 elements. It takes up to 4 minutes to load this ...
0
votes
1answer
45 views
Possible solution to a lot of expensive webparts on a single page
I have a question regarding the loading issue of a page.
Current situation:
I have a page layout in my SharePoint 2007 environment, this page layout defines a lot of web parts we can say up to 40 of ...
1
vote
1answer
338 views
SharePoint 2010 FAST Search Crawl Rule Exclusions Are Case Sensitive
We have SP2010 FAST search running and it works great.
I've had to set up some crawl rules to exclude certain sites/folders. Without checking the Match Case check box (making the crawl rule ...
0
votes
3answers
1k views
SharePoint 2010 app server is responding slowly?
SharePoint 2010 application server responds slowly, below are observed from the ULS during the slowness
Timer Job SchedulingUnpublish
MetadataWebServiceApplication.GetChanges called on 'Managed ...
0
votes
0answers
174 views
How do we query the usage logging database to find Average RPS in a SharePoint farm?
In SharePoint 2010 the usage database WSS_Logging has a view named "dbo.RequestUsage". Although Microsoft does not support querying content databases, WSS_logging is supported by Microsoft for direct ...
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 ...
5
votes
2answers
244 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 ...
2
votes
1answer
189 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 ...
0
votes
2answers
292 views
Best way to get all subsites
I want to create a list of all subsites (all levels), and some details about each of them.
The simplest way is to do a recursive function, but I have many subsite (about 600) and I want a more ...
0
votes
0answers
76 views
Tempdb activity causing IO problem on virtual Sharepoint installation
My problem is performance and I suspect an IO problem with TempDB.
I have a sharepoint 2010 installation that is running on 3 VMs; App tier + web, search, database. Database storage is being provided ...
0
votes
1answer
196 views
Workflow starts slowly
I have developed 2 workflows. Both are run manually. The first workflow starts the second, waits for it to finish, and then carries on. There are no problems really, it's just that once the second ...
0
votes
1answer
826 views
Datasheet View and Slow Query StackTrace-Managed
I have a list with 20000 items when I'm trying to open it in Datasheet View it shows me 100 records and then alert on the screen.
Cannot connect to the server at this time. You can continue ...
0
votes
2answers
410 views
CPU Spikes during full crawl SharePoint 2010 Standard (No FAST)
I have a small one server SharePoint implementation. I have a full crawl set for Saturday morning. During full crawls, the CPU spikes to above 97% utilization for a very long duration and Alarm ...
0
votes
3answers
83 views
SP2010 - Which best solution for “crawling” plenty of site within 5 minutes by a timer job?
I have an issue I'd like to share with you, in SP2010.
Here is the situation: There are a big number of sites, let's say 500, within one or different site collections. In each site, there's a similar ...
0
votes
1answer
119 views
Performance Metrics / Load testing
I was wondering what people typically do for gathering of performance metrics and statistics relating to SharePOint (avg page load time for certain pages and such). I've found the following ...
2
votes
2answers
156 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 ...
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)
...
22
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 ...
5
votes
2answers
331 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.
...
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 ...
2
votes
1answer
218 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 ...







