Iam 有一个负载平衡的 Windows 身份验证 sharepoint 2010 场。
我在另一个农场也有类似的设置。
现在的问题是第一次加载页面的加载性能问题。事实上,这两个农场在第一次加载时都很慢。
Farm1 只需要 15 秒,而我的 Farm2 需要 90 多秒来呈现相同的页面。
我同意在第一次加载时需要 15 秒但需要 90 多秒是正常的!好像不太对!?为什么 Farm2 加载需要这么多时间?
在我执行 IISRESET 之后,它的第一页访问速度非常慢。但是在第一次访问该页面后,它就变得正常了。
我在这里复制粘贴我的意思(取自启用的开发人员仪表板):
BeginRequestHandler (0.18 ms)
PostAuthenticateRequestHandler (0.10 ms)
PostResolveRequestCacheHandler (70266.36 ms)
ExecuteOnChannel:GetProfileProperties (56800.21 ms)
CreateChannelAsProcess:Microsoft.Office.Server.UserProfiles.IProfilePropertyService (56203.42 ms)
GetProcessSecurityTokenForServiceContext (56196.01 ms)
CreateChannelWithIssuedToken (6.68 ms)
InitializeWcfOperation (0.09 ms)
ExecuteWcfOperation:http://Microsoft.Office.Server.UserProfiles/GetProfileProperties (76.54 ms)
CleanUpWcfOperation (0.02 ms)
GetWebPartPageContent (4983.56 ms)
GetFileAndMetaInfo (4974.71 ms)
Proxy Channel call for Enterprise Metadata Service (1033.40 ms)
CreateChannelAsProcess:Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication (23.08 ms)
如您所见,ExecuteOnChannel:GetProfileProperties 需要 60 秒。它是什么,为什么会被调用?请建议。
亲切的问候,
斋