This issue has been created
There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-9cb43faa-e161-4ccd-8ab9-288297497625 XWIKI-22936 Open

XWiki.SearchSuggestCode is not cached

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-6c27462d-1e5b-4c96-9bd6-07de6b488467 Manuel Leduc created this issue on 26/Feb/25 11:48
 
Summary: XWiki.SearchSuggestCode is not cached
Issue Type: cid:jira-generated-image-avatar-9cb43faa-e161-4ccd-8ab9-288297497625 Bug
Affects Versions: 16.4.0-rc-1
Assignee: Unassigned
Components: Search - UI
Created: 26/Feb/25 11:47
Priority: cid:jira-generated-image-static-major-245a60ad-fc89-4066-beb3-2b220b9c04dd Major
Reporter: Manuel Leduc
Description:

XWiki.SearchSuggestCode was introduced in XWIKI-22155

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/bin/get/XWiki/SearchSuggestCode is cached

Actual

http://localhost:8080/xwiki/bin/get/XWiki/SearchSuggestCode is not cached

 
 

2 updates

 
cid:jira-generated-image-avatar-6c27462d-1e5b-4c96-9bd6-07de6b488467 Changes by Manuel Leduc on 26/Feb/25 11:48
 
Description: {{ XWiki.SearchSuggestCode }} was introduced in XWIKI-22155
h2. Reproduction steps
# Visit [http://localhost:8080/xwiki/bin/view/Sandbox/]
# open the browser debugger and make sure "disabled cache" is unchecked
# Click on Sandbox Test Page 1 to go to [http://localhost:8080/xwiki/bin/view/Sandbox/TestPage1]
# check the network tab

h2. Expected

[http://localhost:8080/xwiki/bin/get/XWiki/SearchSuggestCode] is cached
h2. Actual

[http://localhost:8080/xwiki/bin/get/XWiki/SearchSuggestCode] is not cached
Labels: performance