Hello,
The high CPU usage still occured.
I use DNN 06.02.03 and I did as you recommend in the article http://www.iowacomputergurus.com/comp... :
1. I use Heavy cache.
2. I use hosted jquery version.
3. I enable composite files ( with minify CSS and Minify JS )
4. I Use Schedule Mode Timer – only for Messaging dispatch every 30 minutes.
I also check the eventViewer and the log files for errors and handle them all and now I only have one error repeat every couple of hours ( the last time it occurred was 8 hours ago ) – see the error below.
I also used windbg tool for my website and saw there is problem with function Image.FromFile()And use another code to prevent the problem – and now I don't see errors with this tool.
And still the storage company complains about 37% CPU Usage and 330MB RAM USe when starting the application ( i get event "application start" at the event viewer at the excat time they complain about high cpu usage ).
i don't know what to do. do you have any suggestions ?
Thank you,
Adi damty
2012-10-29 08:37:22,646 [WEB28][Thread:6][ERROR] DotNetNuke.Framework.Reflection - Could not load file or assembly 'DotNetNuke.Modules.Messaging' or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly 'DotNetNuke.Modules.Messaging' or one of its dependencies. The system cannot find the file specified.
File name: 'DotNetNuke.Modules.Messaging'
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throw , Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throw , Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName)
at System.RuntimeType.GetType(String typeName, Boolean throw , Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
at System.Type.GetType(String typeName, Boolean throw , Boolean ignoreCase)
at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throw , Boolean ignoreCase)
at DotNetNuke.Framework.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors) in C:\inetpub\wwwroot\Pongo\CI_Website\Community\Library\Framework\Reflection.cs:line 325
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].