i'm not sure if its an issue or not.. but i've noticed in my load balanced production environment my umbraco site has a log entry for more than once a second of the following entry:
INFO umbraco.content - [Thread 23] Loading content from database...
is this something i should be wary of? what causes the loading content from database? is it just user browsing the site? or is this a CMS driven event?
It's not normal situation, usually log writes some exta info like:
2015-04-15 19:29:19,200 [125] INFO umbraco.content - [Thread 164] Loading content from database...
2015-04-15 19:29:19,846 [125] INFO Umbraco.Core.Configuration.ClientDependencyConfiguration - [Thread 171] Updated version number from 1460059953 to 2106442019
2015-04-15 19:29:23,350 [129] INFO Umbraco.Core.PluginManager - [Thread 60] Determining hash of code files on disk
2015-04-15 19:29:23,362 [129] INFO Umbraco.Core.PluginManager - [Thread 60] Hash determined (took 6ms)
Try to check your config file and umbracoSettings, maybe some settings re wrong.
Loading content from database... Log entries
hi,
i'm not sure if its an issue or not.. but i've noticed in my load balanced production environment my umbraco site has a log entry for more than once a second of the following entry:
INFO umbraco.content - [Thread 23] Loading content from database...
is this something i should be wary of? what causes the loading content from database? is it just user browsing the site? or is this a CMS driven event?
many thanks
umbraco v 7.1.2
Hi Zell,
It's not normal situation, usually log writes some exta info like:
Try to check your config file and umbracoSettings, maybe some settings re wrong.
Thanks, Alex
is working on a reply...