I've already found the max number of web parts per page:
Customizable - in web.config file,
<configuration><SharePoint><WebPartLimits MaxZoneParts="XX" />
- 开发者_开发技巧
50 (default) - http://technet.microsoft.com/en-us/library/cc262787.aspx
100 (recommended max) - http://technet.microsoft.com/en-us/library/cc287743.aspx
However, I've been unable to find:
the maximum number of web parts per web part zone
the maximum number of web part zones per page
Check out this article:
http://aberkut.wordpress.com/2010/05/04/the-maximum-number-of-web-parts-for-all-zones-on-this-page-has-been-exceeded-error/
Wasn't easy to find, but it might help. Looks like the default limit it 50.
These are theoreticall limits.
Everytime you add an extra webpart to a page the load time increases. In my experiance the site will become too slow long before you hit these limits.
精彩评论