c# - Sitecore content tree load really slow -


i have issue in 1 of legacy sitecore solutions, item node takes long time load (about 5 mins). not thing, looked how setup. dictionary item node, setup this:

 sitecore  - content  ----definitions  ------  -------- def 1  -------- def 2  -------- def 3  ------ b  ------ c  ------ d  

so apparently did try make items broken separate folders. under each letter, there 200-250 items. can understand if expand of each letter takes long time, in case, slowdown when click on 'definitions'. can assume trying load children , sub children.

is there way stop 1 level opened? can possibly try group sub-tree more granular , make deeper tree, i'm thinking won't in case, because i'm not trying open node has many items (definitions node has 26 children - 1 each letter).

after first load, caching helps, people ticked off @ first load.

any ideas how can improve performance of this?

see contenteditor.checkhaschildrenontreenodes setting in web.config file. turning off may increase performance in case.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -