Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

EPiServer 7 Page Node Not Expanding

Vote:
 

We have migrated content from an EPiServer 6 site, where they have approximately 540 pages under one pagenode (No subnodes), to an EpiServer 7 site. The problem we now experience is that the parent node containing all pages will not expand. Does any one know how to handle this?

#76020
Oct 15, 2013 15:28
Vote:
 

Do you get any errors in the browser console when trying to expand?

Frederik

#76067
Oct 16, 2013 14:01
Vote:
 

I'm in the same project and it looks like the request times out before it's finished.

We have an aspx we use for ajax calls and that page inherits our template base class to get hold of settings pages etc. That page doesn't have a guid, or model but the template resolver seems to get stuck on it

We get a load of these lines before it times out:

EPiServer.DataAccess.ContentLoadDB: 2.13.2 Loading content from database for content with id: 832_8642
EPiServer.Web.TemplateResolver: DocumentPage: Selected Namespace.Views.Json. (tag='', channel='', category='Page')
EPiServer.Web.PermanentLinkMapper: Storing Guid=e9cd1285-b2e3-4aa7-966e-2c1f82cf0886, MappedUrl=/Views/Json.aspx?id=XXX, PermanentLinkUrl=~/link/e9cd1285b2e34aa7966e2c1f82cf0886.aspx in PermanentLinkMapStore cache
EPiServer.Web.TemplateResolver: DocumentPage: Selected Namespace.Views.Json. (tag='Preview', channel='', category='Page')

ERROR EPiServer.Global: 1.2.5 Unhandled exception in ASP.NET
System.Web.HttpException (0x80004005): Timeout för begäran.

Not sure if this is the case, but it does someting with that page.

/Peter

#76084
Oct 16, 2013 16:09
Vote:
 

Oops forgot...

No errors apart from the 500 due to the timeout

#76086
Oct 16, 2013 16:32
Vote:
 

Have you updated the statistics on the database. 

We had the same issue with an EPi7 website after a content migration (4000 pages)

Try the following:

  • UPDATE STATISTICS tblContent WITH FULLSCAN
  • UPDATE STATISTICS tblContentProperty WITH FULLSCAN

For us, this reduced the queries on the database for the page tree population from > 30 seconds to < 1 second.

#76131
Oct 17, 2013 14:23
Vote:
 

Yes we updated the statistics but without success.

Then we used SQL Server Performance Tools, Database Engine Tuning Advisor and applied the Recommendations to create 32 statistics/ index tables.

The time was reduced from 3 min to 13 seconds. Hopefully much better in release.

Question: Could it be a good thing to do a job that run UPDATE STATISTICS to always have this updated?

#76837
Nov 04, 2013 14:24
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.