Host -> Host Settings Changes
- Appearance
- Advanced -> Authentication Settings
- Advanced -> Performance Settings
- Advanced -> Other Settings
- Host -> Scheduler Changes
- Other Changes
Regular Purging of Event Log
By default the DNN site logs whatever is happening with your DNN. This information is actually stored in your MSSQL database. This considerably increases the size of the database and thus slowing down the site. You need to delete the log files and the exceptions once you think your DNN site is loading slowly. This applies to all versions of DNN. You can access the logs under the Admin settings and then the log viewer under that. The best policy is to clean the EventLog on a regular basis. Large Event Log table can become a very troublesome hindrance on the performance side of a site. The following articles/tutorials provides information on managing these logs through DNN’s settings and features: http://www.dnncreative.com/Tutorials/DNNTutorialsforAdministrators/Sitelogseventlogsscheduler/tabid/343/Default.aspx http://www.dnncreative.com/Home/Issues/Volume2/Issueno21/tabid/346/Default.aspx- Make sure debug is disabled for your ASP.NET site by setting in your web.config file
- Enable Client Side caching
Cache:
default.cssall files in Resources\Libraries\
all files in js\
all files in Resources\Shared\Scripts\
all files in Resources\Shared\Components\ You can use a powershell script to create the caching for you. You can find it at:

