Hello Guys
Go through below way for increase dotnetnuke web site performance
(1)If your DotnetNuke website is running slow. You can increase it’s performance by deleting it’s logs. To do that, please login to your dotnetnuke site as HOST. Then go to "Admin" --> "Log Viewer". Then in the log viewer page , "Delete all selected exceptions" and "Clear log" link at the bottom of page Clear all your logs will increase your dotnetnuke performance. Another faster way would be connecting to your Dotnetnuke db directly and run the following SQL command:
delete from eventlog;
(2)Extra caching (Not in the menu)
Although the above caching options let you decide if you want Dotnetnuke to offer caching there is something extra you can do. This will require you to edit your ascx skin files. Open your skinfile and add the following script:
Thursday, October 1, 2009
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment