-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
1
-
Issue Summary
When pages contain a large number of macros, the Confluence renderer triggers a backend Forge invocation for each macro, causing apps to hit the Forge invocation rate limit. This results in performance issues, negative user experience (e.g., infinite spinners), and is a blocker for partners migrating from Data Center to Cloud.
Steps to Reproduce
- Create a Forge macro (UI Kit or Custom UI) with the adfExport property defined in the manifest.
- Add a large number (e.g., 100+) of these macros to a Confluence page, including inline macros.
- Attempt to export the page to PDF or Word, or simply view the page.
- Observe the export output and macro loading behavior.
Expected Results
Pages with many macros do not hit Forge invocation rate limits, and all macros load and export successfully for end users.
Actual Results
When pages contain many macros, each macro triggers a backend Forge invocation, quickly hitting the invocation rate limit.Users and partners report negative customer impact, migration blockers, and business risk due to these limitations.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
ACE-9280 Loading...