Sharepoint 2007 搜索速度减慢(使用自定义范围)
在 Sharepoint 2007 中使用自定义范围搜索内容时是否真的存在速度变慢的问题?你如何解决这个问题?
我每隔 3 或 4 次尝试就会遇到速度变慢的情况(所以第一次尝试效果很好)。我正在使用自定义母版页,但在 OOB 门户(使用默认母版页)中遇到了同样的问题。
Is there really a slowdown issue when using custom scopes in searching for contents in Sharepoint 2007? How do you resolve this?
I experience the slowdown every after 3 or 4 tries (so the first tries work just fine). I'm using a custom masterpage but the same issue is encountered in OOB portals (using default masterpage).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果范围存在问题,您将在第一个查询中遇到该问题,因为后续查询将使用第一个查询的缓存结果。
会不会是服务器内存不足?如果您在 RAM 小于 4GB 的计算机上安装所有内容(SP + 数据库),您很快就会耗尽内存,从而导致严重的分页。
安装最新的 Service Pack (SP2) 和累积更新会有所帮助,因为 SP2 和 2009 年 10 月的 CU 修复了许多资源泄漏。
无论如何,您都应该检查事件日志和 Sharepoint 的日志文件,以查找运行搜索时出现的任何可疑消息。
If there was a problem with scopes you would experience it in the first query as subsequent queries would use the cached results of the first query.
Could it be that the server is running out of memory? If you install everything (SP + Database) on a machine with less than 4GB RAM you can run out of memory very soon, resulting in severe paging.
Installing the latest Service Pack (SP2) and Cumulative Updates helps, as SP2 and the October 2009 CU fixed a lot of resource leaks.
In any case, you should check both the Event Log and Sharepoint's log file for any suspicious messages that occur when you run your searches.
谢谢您的回复!
问题已经解决了!我只需删除 Sharepoint 默认放置在那里的联合搜索结果 Web 部件。我从这个页面得到了这个想法:
http:// /alittlestrange.com/tfoa/2009/10/05/sharepointmoss-search-results-page-slow-to-access-clicked-link/
希望这也对其他人有帮助。
Thank you for your replies!
Problem is already solved! I just had to delete the Federated Search Results Web Parts which Sharepoint put there by default. I got the idea from this page:
http://alittlestrange.com/tfoa/2009/10/05/sharepointmoss-search-results-page-slow-to-access-clicked-link/
Hope this helps others too.