Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-4335

Pulse rendering on login generate unnecessary waiting time

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Workaround exists
    • Icon: Critical Critical
    • None
    • None
    • pulse
    • None
    • 5

      The editors must wait more than 20 seconds after login. Magnolia initializes the pulse ui after login. With increased number of tasks the several queries against the tasks workspace are very slow. Following query executes in 17s.

      SELECT * FROM [mgnl:task] WHERE (actorId = 'superuser' OR actorIds = 'superuser' OR groupIds = 'publishers' OR groupIds = 'editors') AND (status LIKE '%Created%' OR status LIKE '%InProgress%' OR status LIKE '%Resolved%' OR status LIKE '%Failed%') AND status NOT LIKE '%Archived%' order by [mgnl:lastModified] desc
      

      I think the initialization of the whole Pulse UI should be more lazy, perhaps on click on the pulse icon.

        Acceptance criteria

              Unassigned Unassigned
              frank.sommer Frank Sommer
              Gino Esposto, Jean-Marc Fazan, Michael Butti, Oliver Emke, Rainer Blumenthal, wolf bubenik
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD