Think of:
  • General dnn setup, especially caching configuration.
  • Possibility to use dnn module output caching.
  • Possibility to use dnn page output caching.
  • Use dnn modules tha are compatible with dnn web farm.
  • Distributed caching need to take a care of dnn caching invalidation over all nodes in web farm.
  • Other problem is dnn caching invalidation between related modules on same page, or on same web site instance.
  • Dnn scheduled jobs configuration per node.
  • Procedures for DNN app or modules installation/upgrade.
 
Caching Providers:

Option #1: Redis caching provider
 
Option #2: WebRequestCachingProvider
  • part of dnn community edition
  • default option by DNN Community

 

Option #3: FileBasedCachingProvider
  • part of dnn community edition
  • file locking issues
  • limited number of nodes
  • slow