Details
-
New Feature
-
Resolution: Fixed
-
Major
-
6.1
Description
The idea is that some wiki macros (and widgets which are wiki macros) can be both expensive and don't care too much about the XDOM around them and in that case could be loaded asynchronously (with an ajax request a bit like comments for example).
This require to introduce a few things in the rendering context:
- the target syntax: making the macro async make sense only of the target is some variant of html
- enable/disable async: mostly to force non async in cases like pdf and html export
and in the wiki macro descriptor:
- enable/disable async: probably safer to disable it by default
Attachments
Issue Links
- depends on
-
XRENDERING-353 Allow indicating the target syntax in the rendering syntax
- Closed
- is related to
-
XWIKI-15640 Allow executing UI extensions and panels asynchronously
- Closed
- relates to
-
XWIKI-10908 Add async option to display macro
- Open
-
XWIKI-10911 Allow loading panels asynchronously
- Closed