-
Notifications
You must be signed in to change notification settings - Fork 2
Performance Issues with Large Sites
Trevor Fayas edited this page Aug 24, 2022
·
1 revision
Please note that many of the operations, such as cleaning up page types, publishing documents, or building configurations, can be quite time intensive.
On vary large sites, these operations can take minutes (even upwards of 10-30 minutes on our largest site).
So when running these operations, it is recommended that:
- Run the site in debug mode (removes page timeout restrictions)
- Set your SQL connection string timeout to a large number, so long running queries don't time out.
- Be patient, if a page or operation is hanging, it's probably because it's just taking a loooong time.
Introduction
- Tips & Tricks
-
General Processes
- Cleaning up Site Prior to Split
- Cleaning up Site After Split (Workflow/Page Types)
- Go through Template Configuration
- Go through Section Configuration
- Go through Widget Configurations
- Checking Conversions
- Converting Page Types
- Converting Forms
- Final Database operations
- Preserving Navigation Redirects
- Upgrade Procedure