Terrible DotNetNuke performance

前端 未结 5 1644
情话喂你
情话喂你 2021-01-13 03:28

I\'m involved with a project using DotNetNuke version 05.01.04 Community Edition. We are building our new Intranet using it, but performance is terrible.

5条回答
  •  说谎
    说谎 (楼主)
    2021-01-13 04:06

    I have several years of dnn development and maintainance experience, when I have this kind of problem, I start doing things from database clean up. Next thing is, find for missing indexes, and/or rebuild all the indexes periodically (sql job scheduled for that) but major performance gain would be from clean up of table

    Another good considerations would be, disabling trace, debug mode to false and turn off features of dnn that you don't use (scheduler is the first one to turn off)

    Edit: consider keep alive as well Hope this helps

提交回复
热议问题