Resource Selector Loads Slowly

  • Updated

When editing a smart form that contains a resource selector, the resource selector loads very slowly.

To resolve the slowness, edit the ucContentFolderTree.ascx file.

  1. Navigate to ~/workarea/contentdesigner/dialogs/ucContentFolderTree.ascx.
  2. Create a backup copy of ucContentFolderTree.ascx.
  3. Edit ucContentFolderTree.ascx.
  4. Navigate to Line 21. You see the following code:
  5. Add the following after the "Onclick" event: PageDepth="1".
    So, the code looks like this: