The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
19 views

How to configure Anonymous search results cache in sharepoint?

I want that anonymous user serch first their catched query
0
votes
1answer
80 views

assign a cache profile for authenticated users

You have a SharePoint Server 2010 server farm. You need to assign a cache profile for authenticated users. What should you do? A.From Site Settings, modify the Site Collection output cache. B.From ...
0
votes
2answers
283 views

Difference between Object cache and output cache

I came across couple of questions in exam dumps of 70 - 667 but bit confused if someone can explain me difference between output cache and object cache in few lines and possible scenarios we use them ...
0
votes
0answers
94 views

Finding which site collection has output cache enabled through powershell

I have a SharePoint 2010 production farm where a Web Application running on port 90 always ends up with heavy memory usage , even during non-peak hours. My guess is some site has output cache enabled ...
1
vote
1answer
471 views

Clear Output Caching on SharePoint 2010

I'm trying to improve my site performance using output cache. The problem is that the site is in 2 languages. The site is a sharepoint site. I use: <%@ OutputCache Duration="1800" ...
0
votes
2answers
468 views

CQWP or default list view webpart

I have bunch of document libraries for Sales site collection. These doc libs are by Year. These are going to be read only records. By default the list view displays everything. No filter needs to be ...
3
votes
2answers
81 views

Number of ACLs + output cache

Does SharePoint 2010 have the same functionality as MOSS where output cache is bypassed if the ACL amount in a site collection is above 10000?
1
vote
2answers
503 views

How to Bypass Output Cache in SharePoint 2007 Publishing Internet site

We're building a mobile-friendly site to work in tandem with our client's MOSS 2007 internet site. We need to be able to redirect users who hit the home page and are using a mobile device. Our ...
1
vote
1answer
755 views

SharePoint 2010 list view caching to bypass 1000 item security scope limit

my current customer has a setup where he has multiple related lists and libaries. the structure is something like the following: An Audit Item has 0:n Issue items has 0:n Documents An Issue has 0:n ...
2
votes
1answer
933 views

Can output cache be enabled in SharePoint Foundation?

Using SharePoint Foundation 2010 and would like to enable output caching for certain pages for performance reasons. On SharePoint Server you can enable page output caching (it is actually ASP.NET ...
3
votes
1answer
676 views

Site output cache with Forms authentication in a sub site

I have a Sharepoint 2007 puiblishing site. The top level site is purely anonymous and one of the children is using Forms authentication using Custom membership provider. The Admin site is using ...