sharepoint首次打开首页非常慢!比去一般的网站慢多了!但当天随后再打开时,速度好像又快了一点(转)

首次(对,首次)打开首页非常慢!比去一般的网站慢多了!但当天随后再打开时,速度好像又快了一点。

There are a couple of workarounds, which one works best is for you to decide:
1.Add crl.microsoft.com to your hosts file and point it to your local machine. Some people have reported success with this, but it didn’t work for me.
2.Allow your servers to directly connect to crl.microsoft.com. If your environment dictates the use of a proxy server, configure it using proxycfg.
3.Disable the CRL check by modifying the registry for all user accounts that use STSADM and all service accounts used by SharePoint. Find yourself a group policy wizard to help you out or manually modify the registry:
[HKEY_USERS/<userid>/Software/Microsoft/Windows/CurrentVersion/WinTrust/Trust Providers/Software Publishing]
“State”=dword:00023e00
4.Download the CRLs and add them to the server manually (I haven’t tested this, but it may work):
Download: http://crl.microsoft.com/pki/crl/products/CodeSignPCA.crl
http://crl.microsoft.com/pki/crl/products/CodeSignPCA2.crl
Add them:
certutil -addstore CA CodeSignPCA.crl
certutil -addstore CA CodeSignPCA2.crl
We decided to go for Option 3 (disable CRL check) and life is good again….. well as good as it gets when you are doing SharePoint development.

http://blog.csdn.net/h0017809/article/details/4061765

Leave a Reply