some pages that use macros like:
topusers or popularlabels
are really slow to load. Is there any way to have this load asynchronously through ajax instead of having this block the initial page load ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Future macro is absolutely 100% the best way to do this.
We use it massively on a Confluence 2.10.3 instance to speed up everything, but I haven’t tested it with more recent versions.
https://labs.atlassian.com/wiki/display/FUTURE/Home
I made a little video showing it working – reaching out to a SharePoint server to render a document list. This is not a perfect demo but gives you an idea of what it does.
I made a video of this too, but don’t have the StackOverFlow rep to post it here yet so here is part of the URL
screencast.com/t/tz8xdSCQYxp
Brendan