CQDE slow when connecting an instance with many handles

Issue

You connect to an authoring instance with many handles (for example 10,000) with the CQDE and the instance freezes with high load. The IDE runs into a timeout after submitting the login credentials.

Solution

Work around the issue by doing the following:

  1. Open the /system/cqde/templates/server_tools.ecma file.
  2. Comment line (307):
    var pages = Server.Tools.getWebPages(parentUrl);
  3. Add the following line:
    var pages = new Object();

    The result looks like the following:
    // var pages = Server.Tools.getWebPages(parentUrl); var pages = new Object();
  4.  Save the changes and restart CQ.

 Adobe

更快、更轻松地获得帮助

新用户?

Adobe MAX 2024

Adobe MAX
创意大会

10 月 14 日至 16 日迈阿密海滩及线上

Adobe MAX

创意大会

10 月 14 日至 16 日迈阿密海滩及线上

Adobe MAX 2024

Adobe MAX
创意大会

10 月 14 日至 16 日迈阿密海滩及线上

Adobe MAX

创意大会

10 月 14 日至 16 日迈阿密海滩及线上