Plan SharePoint Application for Optimum Performance
Ten points to consider for performance out of many other.
- Distribute user data across multiple content databases
- Limit navigation depth
- Defragment database indexes
- Minimize page size, for internet facing sites or Lazy Loading
- Isolate search indexing
- Configure SQL parameters i.e. connection pool, indexes, so on
- Separate user and database traffic i.e. seprate networks
- Configure IIS compression
- Take advantage of caching
- Manage page customizations
Refrences:
No comments:
Post a Comment