We are running a Umbraco 4.7 site wich shows poor performance in adding, publishing, removing and expanding nodes in the content editor. Poor means like 10 seconds for publishing a node. Also, adding and removing properties on document types takes minutes...
To find out what's going on I want to inspect the umbraco logs. However, the UmbracoLog table is empty.
Our UmbracoSettings.config contains this logging section:
How is your setup? Is it on the server it's responding slowy or do you try to access it locally through VPN or something else? Please give us as many details as possible so it will be easier to help you out :)
poor performance and UmbracoLog is empty
Hi,
We are running a Umbraco 4.7 site wich shows poor performance in adding, publishing, removing and expanding nodes in the content editor. Poor means like 10 seconds for publishing a node. Also, adding and removing properties on document types takes minutes...
To find out what's going on I want to inspect the umbraco logs. However, the UmbracoLog table is empty.
Our UmbracoSettings.config contains this logging section:
<logging>
<enableLogging>true</enableLogging>
<enableAsyncLogging>true</enableAsyncLogging>
<disabledLogTypes>
</disabledLogTypes>
</logging>
What am I missing here...?
Thank you!
Hi Nico,
What database are you using?
Rich
Hi Rich,
We use MSSQL 2008.
Nico
Hi Nico
How is your setup? Is it on the server it's responding slowy or do you try to access it locally through VPN or something else? Please give us as many details as possible so it will be easier to help you out :)
/Jan
is working on a reply...