Fogot to add one point, when one admin face this issue, other admins also starts facing timeout issue. Does Umbraco handle all these request in single thread? If not why server becmes un-responding when any of the admin face timeout.
I tried to debug and found that most of the time, following code struck.
Line 206: if (limitToLatestRevision) getVersionIds = getVersionIds.WithSubquery.WhereProperty(() => innerHistory.Date).In(subQueryOfHistory); Line 207: Line 208: var versionIds = getVersionIds Line 209: .Select(x => x.NodeVersion.Id) Line 210: .List<Guid>()
We have logged this issue, but no update on this. I have posted this issue in many different blogs but no one from Umbraco has answered. This issue is stopping us from go live.
Timeout with multiple users accessing Backoffice
Hi All,
We are getting timeout expception when multiple users start publishing content. We are using 5.1 Version.
Please find the stack trace below:
Pleaseee help us out. This is stopping us to go live.
Fogot to add one point, when one admin face this issue, other admins also starts facing timeout issue. Does Umbraco handle all these request in single thread? If not why server becmes un-responding when any of the admin face timeout.
Thanks
Balesh kumar
Hi All,
I tried to debug and found that most of the time, following code struck.
Line 206: if (limitToLatestRevision) getVersionIds = getVersionIds.WithSubquery.WhereProperty(() => innerHistory.Date).In(subQueryOfHistory);
Line 207:
Line 208: var versionIds = getVersionIds
Line 209: .Select(x => x.NodeVersion.Id)
Line 210: .List<Guid>()
Hi Belesh, Have you logged this as a ticket in the issue tracker. We are having this issue as well and it's causing a lot of problems.
Hi Andrew,
We have logged this issue, but no update on this. I have posted this issue in many different blogs but no one from Umbraco has answered. This issue is stopping us from go live.
http://our.umbraco.org/forum/ourumb-dev-forum/bugs/31240-Page-Timeout-when-multiple-admin-publish-content
http://our.umbraco.org/forum/core/umbraco-5-general-discussion/30299-Performance-problem?p=1
http://our.umbraco.org/forum/developers/api-questions/30938-Umbraco-crashes-when-multiple-users-access-the-admin-section?p=0#comment114720
http://our.umbraco.org/forum/core/umbraco-5-general-discussion/30358-backoffice-performance?p=1
Thanks
Balesh Kumar
Hi Andrew,
I have suggested a solution here (http://issues.umbraco.org/issue/U5-895). Check my comment in this block. Hope this will help you as well.
Thanks
Balesh Kumar
is working on a reply...