Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-36334

Too many single JIRA Issue macros in a Confluence page, can cause the page to load extremely slow

    XMLWordPrintable

Details

    Description

      when you have many single JIRA issues on a page, all the issues will be batched and there will be one request sent to JIRA to get the the data and show in Confluence page.

      For example, if you have four single issue links on a page:

      IssueKey-1,
      IssueKey-2,
      IssueKey-3,
      IssueKey-4

      Confluence uses the following JQL to retrieve the data from JIRA in one request:

      http://<JIRA URL Address>/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?tempMax=1000&jqlQuery=KEY%20IN(IssueKey-1,IssueKey-2,IssueKey-3,IssueKey-4)

      This can be slow if there are many JIRA issues (e.g. 100) on a page. It might take up to 40 seconds to get the data from JIRA to show on a page.

      Attachments

        Issue Links

          Activity

            People

              kpham Khoa Pham
              htoussi HosseinA
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: