-
Improvement
-
Resolution: Fixed
-
Major
By using the firebug add-on in firefox, we can see that there are unnecessary http requests for the static resources of the disk usage plugin.
For example, for every display of the home page https://builds.apache.org/
there is unnecessary http request for diskusage48.png (see "jenkins home page.png"). The browser should know that this is useless to ask.
According to https://groups.google.com/forum/#!msg/jenkinsci-dev/qQf7Tuu6uiw/_WO7OBj_LIkJ
this can be fixed by using "Jenkins.getResourcePath()" or ${resURL}.
Firebug can be used locally to check the changes.
- duplicates
-
JENKINS-16530 <l:task> fails to serve plugin icons as static resources
-
- Resolved
-
- is related to
-
JENKINS-16571 Optimize http requests for static resources in the analysis plugins
-
- Resolved
-
[JENKINS-16572] Optimize http requests for static resources in the disk usage plugin
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue duplicates |
Workflow | Original: JNJira [ 147395 ] | New: JNJira + In-Review [ 192381 ] |
I have just seen
JENKINS-16530.Would it better with that?