Details
-
Improvement
-
Resolution: Fixed
-
Major
-
11.10.5
-
None
-
Unknown
-
N/A
-
N/A
-
Description
The Async rendering framework currently memorized the call perform to the skinx module to use any on-demand resources (jsx, ssx, etc). The idea is that the async rendering is then able to return in an HTTP headers those resources references so they can be loaded when the data are available.
Now when the data is cached, the Async rendering framework directly calls back the skinx module methods while computing the content: this works perfectly well when computing a content to be displayed immediately. But it does not work properly when computing this content for an AJAX request, since in that case we'd want to know which JSX to load when getting the data.
The easiest solution, would be to be able to specify to Async rendering framework that we want a placeholder, even if the data is already available. Then once the placeholder retrieve through the AJAX request and put in the page, async.js would handle it to retrieve the data and the associated JSX.
Attachments
Issue Links
- blocks
-
XWIKI-17404 Use async notifications only when opening notification area
- Closed
- relates to
-
XWIKI-17334 The notification gathering thread pool configuration is not used anymore
- Closed
-
XWIKI-17406 Add support for skin extensions used during an AJAX request
- Open