SharePoint Blogs / SharePoint University
SharePoint Blogs and SharePoint University - all in one place!
Need SharePoint Training? Attend a SharePoint Bootcamp!

Please delete cookies related to sharepointblogs.com and sharepointu.com to resolve login issues!

Improving Performance: BlobCache

When a SharePoint is application is created, a web.config file is created in the application folder you specified. One of the entries inside the SharePoint element is BlobCache. By default, it looks like this:

<BlobCache location="C:\blobCache" path="\.(gif|jpg|png|css|js)$" maxSize="10" enabled="false" />

In order to improve the performance of your site, the BlobCache should be enabled.

<BlobCache location="C:\blobCache" path="\.(gif|jpg|png|css|js)$" maxSize="10" enabled="true" />

The maxSize attribute is in GigaBytes, so make sure you have enough room at the location.

Pop quiz: why is it off by default?!

See this article for more information about other caching techniques: http://blogs.msdn.com/ecm/archive/2006/11/08/how-to-make-your-moss-2007-web-site-faster-with-caching.aspx


Posted 08-21-2007 3:25 PM by Sherman

Comments

27 Links Today (2007-08-22) wrote 27 Links Today (2007-08-22)
on 08-22-2007 10:26 AM

Pingback from  27 Links Today (2007-08-22)

KP Mani Sharepoint 2003 - MOSS 2007 Blog wrote Useful Links on MOSS 2007
on 01-22-2008 3:14 AM

Following are some of the moss 2007 links which are really helpful to every one. http://wss.collutions

SHAREPOINTBlogs.com Mirror wrote Useful Links on MOSS 2007
on 01-22-2008 3:32 AM

Following are some of the moss 2007 links which are really helpful to every one. http://wss.collutions

Add a Comment

(required)  
(optional)
(required)  
Remember Me?
Need SharePoint Training? Attend a SharePoint Bootcamp!
Posts (c) their respective authors. Everything else (c) 2009 SharePoint Experts, Inc.