|
| Summary: |
XWiki.SearchSuggestCode is not cached loaded too early |
| 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 not called unless the user needs to make a search h2. Actual
[http://localhost:8080/xwiki/bin/get/XWiki/SearchSuggestCode] is not cached called preemptively whenever the user visits a page. This remote call should only be performed when the user starts using the search. |
|