-
Bug
-
Resolution: Fixed
-
Low
-
6.4.12, 7.1.0, 7.1.7, 7.1.9, 7.2.6, 7.2.4, 8.5.3, 8.13.6, 8.13.10
-
6.04
-
11
-
Severity 3 - Minor
-
10
-
Summary
When loading a JIRA Dashboard page, if gadgets are present the browser will make a high number of requests to server for the webresources (CSS, JS) to load the results. Gadgets do not batch those resources into files such as batch.js or batch.css, so the number of web requests can significantly increase dependent on the higher number of gadgets.
The same issue occurs when gadgets are added in Confluence pages.
Steps to reproduce
- Install a vanilla instance of Jira Software.
- This was validated on Jira Software 6.4 and 8.5.3.
- Create a Scrum software development project with sample data.
- Create a new Dashboard from the Blank dashboard.
- Add a gadget that will pull data from the sample project created in a previous step.
- For example, add a Recently Created Chart gadget.
- Open the developer tools of your browser and load the Dashboard with the new gadget.
Expected Results
The dashboard will be loaded on the browser using the minimum number of requests as possible.
CSS and JavaScript files related to the gadget are batched.
Actual Results
Requests for CSS and JavaScript files are not batched and loading a Dashboard with a single gadget creates hundreds of requests from the browser to the Jira server backend.
Notes
Reviewing the response of the gadget response from something such as http://jira.example.com:60641/jira6412/plugins/servlet/gadgets/ifr we can see a high number of files to download:
</script> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-reset/com.atlassian.auiplugin:aui-reset.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-page-typography/com.atlassian.auiplugin:aui-page-typography.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-avatars/com.atlassian.auiplugin:aui-avatars.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/bde1229f539941e99605ef7d23d6b5cf-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-page-layout/com.atlassian.auiplugin:aui-page-layout.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/6362389423f5eb43f424795ded34024f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:ajs-gadgets-base/com.atlassian.auiplugin:ajs-gadgets-base.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-navigation/com.atlassian.auiplugin:aui-navigation.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-experimental-iconfont/com.atlassian.auiplugin:aui-experimental-iconfont.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/bde1229f539941e99605ef7d23d6b5cf-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-header-unresponsive/com.atlassian.auiplugin:aui-header-unresponsive.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-header/com.atlassian.auiplugin:aui-header.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-page-header/com.atlassian.auiplugin:aui-page-header.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-dropdown2/com.atlassian.auiplugin:aui-dropdown2.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-buttons/com.atlassian.auiplugin:aui-buttons.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-toolbar2/com.atlassian.auiplugin:aui-toolbar2.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:fancy-file-input/com.atlassian.auiplugin:fancy-file-input.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:layer/com.atlassian.auiplugin:layer.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:dialog/com.atlassian.auiplugin:dialog.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/718dce7528681dca29fb9254bbfd231f-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:internal-inline-dialog-common/com.atlassian.auiplugin:internal-inline-dialog-common.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/cb15ebbce5f4705fa41ad3b34495824d-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:internal-ajs-no-context-path/com.atlassian.auiplugin:internal-ajs-no-context-path.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.10.10/_/download/batch/com.atlassian.gadgets.publisher:ajax/com.atlassian.gadgets.publisher:ajax.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.10.10/_/download/batch/com.atlassian.gadgets.publisher:ajs-gadgets/com.atlassian.gadgets.publisher:ajs-gadgets.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/dff47533968bb334ec21dcd7874ba208-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:icons/jira.webresources:icons.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/1e5b323a5307eaa6fabeef5d93cb7ed0-CDN/en_USeikcml/64027/4/6.4.12/_/download/batch/com.atlassian.jira.gadgets:core-gadget-resources/com.atlassian.jira.gadgets:core-gadget-resources.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:datepicker/com.atlassian.streams:datepicker.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams.actions:commentActionHandlers/com.atlassian.streams.actions:commentActionHandlers.css" media="all" rel="stylesheet" type="text/css"> <link href="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:streamsWebResources/com.atlassian.streams:streamsWebResources.css" media="all" rel="stylesheet" type="text/css"> <!--[if IE]> <link type="text/css" rel="stylesheet" href="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:streamsWebResources/com.atlassian.streams:streamsWebResources.css?ieonly=true" media="all"> <![endif]--> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.1.8/_/download/batch/com.atlassian.plugins.atlassian-plugins-webresource-plugin:data/com.atlassian.plugins.atlassian-plugins-webresource-plugin:data.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.1.8/_/download/batch/com.atlassian.plugins.atlassian-plugins-webresource-plugin:context-path/com.atlassian.plugins.atlassian-plugins-webresource-plugin:context-path.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.7.2/_/download/batch/com.atlassian.plugins.jquery:jquery/com.atlassian.plugins.jquery:jquery.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:jquery-compatibility/com.atlassian.auiplugin:jquery-compatibility.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-deprecation/com.atlassian.auiplugin:aui-deprecation.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-core/com.atlassian.auiplugin:aui-core.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:ajs-gadgets-base/com.atlassian.auiplugin:ajs-gadgets-base.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:ajs-evejs/com.atlassian.auiplugin:ajs-evejs.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:ajs-raphael/com.atlassian.auiplugin:ajs-raphael.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/2.8.0/_/download/batch/com.atlassian.soy.soy-template-plugin:soy-deps/com.atlassian.soy.soy-template-plugin:soy-deps.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:internal-aui-widget/com.atlassian.auiplugin:internal-aui-widget.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-navigation/com.atlassian.auiplugin:aui-navigation.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-header/com.atlassian.auiplugin:aui-header.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-dropdown2/com.atlassian.auiplugin:aui-dropdown2.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:fancy-file-input/com.atlassian.auiplugin:fancy-file-input.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:hotkeys/com.atlassian.auiplugin:hotkeys.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-focus-manager/com.atlassian.auiplugin:aui-focus-manager.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:aui-layer-manager/com.atlassian.auiplugin:aui-layer-manager.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:layer/com.atlassian.auiplugin:layer.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:dialog/com.atlassian.auiplugin:dialog.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:internal-aui-animation/com.atlassian.auiplugin:internal-aui-animation.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:internal-ajs-no-context-path/com.atlassian.auiplugin:internal-ajs-no-context-path.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.10.10/_/download/batch/com.atlassian.gadgets.publisher:ajs-gadgets-debug/com.atlassian.gadgets.publisher:ajs-gadgets-debug.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.10.10/_/download/batch/com.atlassian.gadgets.publisher:templates/com.atlassian.gadgets.publisher:templates.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.10.10/_/download/batch/com.atlassian.gadgets.publisher:util/com.atlassian.gadgets.publisher:util.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.10.10/_/download/batch/com.atlassian.gadgets.publisher:ajax/com.atlassian.gadgets.publisher:ajax.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/3.10.10/_/download/batch/com.atlassian.gadgets.publisher:ajs-gadgets/com.atlassian.gadgets.publisher:ajs-gadgets.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:almond/jira.webresources:almond.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:aui-core-amd-shim/jira.webresources:aui-core-amd-shim.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:legacy-namespacing/jira.webresources:legacy-namespacing.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:jira-metadata/jira.webresources:jira-metadata.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:aui-extensions/jira.webresources:aui-extensions.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:jira-events/jira.webresources:jira-events.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:ajs-underscorejs/com.atlassian.auiplugin:ajs-underscorejs.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:ajs-underscorejs-amd-shim/jira.webresources:ajs-underscorejs-amd-shim.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:browser-properties/jira.webresources:browser-properties.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:util-lite/jira.webresources:util-lite.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/6.4.12/_/download/batch/com.atlassian.jira.gadgets:core-gadget-resources/com.atlassian.jira.gadgets:core-gadget-resources.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:date-default/com.atlassian.streams:date-default.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:date-js/com.atlassian.streams:date-js.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:datepicker/com.atlassian.streams:datepicker.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:streams-parent-js/com.atlassian.streams:streams-parent-js.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams.actions:inlineActionsJs/com.atlassian.streams.actions:inlineActionsJs.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams.actions:commentActionHandlers/com.atlassian.streams.actions:commentActionHandlers.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams.jira.inlineactions:actionHandlers/com.atlassian.streams.jira.inlineactions:actionHandlers.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:streamsWebResources/com.atlassian.streams:streamsWebResources.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams:streamsGadgetResources/com.atlassian.streams:streamsGadgetResources.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:aui-extensions-experimental/jira.webresources:aui-extensions-experimental.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.7.31/_/download/batch/com.atlassian.auiplugin:ajs-backbone/com.atlassian.auiplugin:ajs-backbone.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:ajs-backbone-amd-shim/jira.webresources:ajs-backbone-amd-shim.js" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:util/jira.webresources:util.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:momentjs/jira.webresources:momentjs.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/09e46d934534e2d43312563c4a927b09-CDN/en_USeikcml/64027/4/1.0/_/download/batch/jira.webresources:jquery-livestamp/jira.webresources:jquery-livestamp.js?locale=en-US" type="text/javascript"></script> <script src="http://jira.example.com:60641/jira6412/s/d41d8cd98f00b204e9800998ecf8427e-CDN/en_USeikcml/64027/4/5.4.18/_/download/batch/com.atlassian.streams.streams-jira-plugin:moment-i18n/com.atlassian.streams.streams-jira-plugin:moment-i18n.js" type="text/javascript"></script>
Adding multiple gadgets on the same dashboard will increase the number of requests.
This seems to affect users on any browser, but is more consistently reproducible on Chrome.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.