We have enabled the page output cache in sharepoint 2010 internet facing sites and its working fine.
Now we would like to enable blob cache as well for flash, images stored in publishing images, images folder inside the site collection.
Will it improve performance by storing those flash files and publishing images like below
<BlobCache
location="D:\BLOB\"
path="\.(gif|jpg|jpeg|jpe|jfif|bmp|flv|)$"
maxSize="10"
enabled="true" />
I have seen few discussion about images not showing up when refresh/F5 because of blob cache being used and also blobcaching sensitive to reliability issues in the environment.
My question is is this option(blob caching) stable enough in sharepoint 2010 so we can just go ahead and enable it to see performance boost or there are some hidden issues (like in variations in 2007)?
sharepointer