Wednesday, June 1, 2011

Improve reading files performance for SharePoint 2010 / Tăng hiệu suất đọc file cho SharePoint 2010

(Jun 01, 2011) -Sai Gon- Today I share with you a simple way to improve the reading document files (Word, Excel, PowerPoint, Excess), PDF, images (gif, png, tif ...), attached files, of SharePoint 2010 by using BlobCache configuration. / Chào các bạn, hôm nay tôi chia sẽ với bạn cách đơn giản để tăng hiệu xuất đọc files, bao gồm cả văn kiện (Document), hình ảnh, office files (Word, Excel, Power Point, Excess), PDF, và cả file đính kèm (Attached files) bằng cách sử dụng việc thay đổi thiết đặt đối với BlobCache.

(Social Media by Office 365 and Digimind http://digimindo365-public.sharepoint.com/ )


First of all, we see the location of BlobCache look like on web server. / Trước hết chúng ta xem BlobCache như thế nào trên web server.
Now we start to change the configuration to active BlobCache function (cached files)./ Giờ chúng ta bắt đầu thay đổi thông số cấu hình cho chức năng lưu trữ files (cached files) của SharePoint Server 2010.

1. Start -> Administrative Tools -> Internet Information Service (IIS) Manager

2. Right click on SharePoint - 80 (or any web application that we like to change configuration) / Click phải chuột lên SharePoint - 80 (hay bất kỳ ứng dụng web nào bạn muốn thay đổi thông số thiết đặt)
 3.  Click on Explore / click vào Explore

4. Choose Notepad to open web.conf / Chọn Notepad để mở file web.conf

5.  Default value of BlobCache / Giá trị mặc định của BlobCache
<BlobCache location="C:\BlobCache\14" path="\.(gif|jpg|jpeg|jpe|jfif|bmp|dib|tif|tiff|ico|png|wdp|hdp|css|js|asf|avi|flv|m4v|mov|mp3|mp4|mpeg|mpg|rm|rmvb|wma|wmv)$" maxSize="10" enabled="false" />

6. Add more file extentions (pdf, doc, docx, xls, xlsx, xlsm, ppt, pptx, pptm), and set enabled="true". / Thêm nhiều file định dạng hơn như pdf, doc, docx, xls, xlsx, xlsm, ppt, pptx, pptm, và thiết đặt enabled="true".
<BlobCache location="C:\BlobCache\14" path="\.(gif|jpg|jpeg|jpe|jfif|bmp|dib|tif|tiff|ico|png|wdp|hdp|css|js|asf|avi|flv|m4v|mov|mp3|mp4|mpeg|mpg|rm|rmvb|wma|wmv|pdf|doc|docx|xls|xlsx|xlsm|ppt|pptx|pptm)$" maxSize="10" enabled="true" />

7. Driver C without configure BlobCach / Ổ đĩa C khi chưa config BlobCache

8. Diver C after configure BlobCache / Ổ đĩa C sau khi config BlobCache
9.  Add a pdf file to a Share Documents. / Thêm một file pdf vào Share Documents hay nơi nào tùy thích.
10. With the first user that make an action save as the pdf file, SharePoint make a copy of the file to hard disk, and with the same action from second time SharePoint send from hard disk not from database like the first time.  / Với người đầu tiên thực hiện thao tác tải file pdf đó về thì file này được lưu trữ vào ổ đĩa cứng, sau đó từ thao tác lần thứ hai hay với người thứ hai cùng thao tác thì SharePoint web server lấy từ nơi lưu trữ chứ không lấy từ database như lần đầu tiên.

11. The pdf file already in hard disk. / File pdf đó đã được copy vào ổ đĩa cứng như sau.

More information with Configure cache settings for a Web application (SharePoint Server 2010)
Xem thêm thông tin từ Configure cache settings for a Web application (SharePoint Server 2010)

God bless us! Chúa chúc phúc chúng ta!
Thomas Trung Vo

No comments:

Post a Comment