This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-1f324360-af68-46ff-9814-5680f5c4aac2 XWIKI-22938 Open

Search suggest stylesheets is not cached

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-51f99640-9934-472f-a8db-927317e27198 Manuel Leduc created this issue on 26/Feb/25 12:25
 
Summary: Search suggest stylesheets is not cached
Issue Type: cid:jira-generated-image-avatar-1f324360-af68-46ff-9814-5680f5c4aac2 Bug
Affects Versions: 3.0 RC1
Assignee: Unassigned
Components: Search - Webjar
Created: 26/Feb/25 12:25
Labels: performance
Priority: cid:jira-generated-image-static-major-99589faf-d359-4ea2-ae4b-f9b83a696d33 Major
Reporter: Manuel Leduc
Description:

Reproduction steps

  1. Visit http://localhost:8080/xwiki/bin/view/Sandbox/
  2. open the browser debugger and make sure "disabled cache" is unchecked
  3. Click on Sandbox Test Page 1 to go to http://localhost:8080/xwiki/bin/view/Sandbox/TestPage1
  4. check the network tab

Expected

http://localhost:8080/xwiki/webjars/wiki%3Axwiki/xwiki-platform-search-webjar/17.2.0-SNAPSHOT/searchSuggest.min.css?evaluate=true is cached

Actual

http://localhost:8080/xwiki/webjars/wiki%3Axwiki/xwiki-platform-search-webjar/17.2.0-SNAPSHOT/searchSuggest.min.css?evaluate=true is not cached

Afaics this is only required for theme variables, which can now be replaced with css variables