|
Description: |
h2. Reproduction steps # visit [http://localhost:8080/xwiki/bin/view/Sandbox/] # open the browser debugger and make sure that "disable cache" is unchecked # click on the "Sandbox Test Page 1" link to go to [http://localhost:8080/xwiki/bin/view/Sandbox/] # observe the network tab
h2. Expected
[http://localhost:8080/xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/17.2.0-SNAPSHOT/tree.min.css?evaluate=true] is cached h2. Actual
[http://localhost:8080/xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/17.2.0-SNAPSHOT/tree.min.css?evaluate=true] is not cached h2. Analysis
The stylesheet needs to be recomputed for each page because: # it relies on less variables for color theme # is relied on webjar script services to computed compute font-awesome icons # use of $xwiki.getSkinFile to get the spinner |
|