首次(对,首次)打开首页非常慢!比去一般的网站慢多了!但当天随后再打开时,速度好像又快了一点。
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.
本文探讨了SharePoint首页加载速度慢的问题,并提供了几种解决方案,包括修改主机文件、配置代理服务器、禁用证书吊销列表(CRL)检查以及手动下载并添加CRL到服务器。
2772

被折叠的 条评论
为什么被折叠?



