The problem seems to be that the NumberedFigures page contains 4 xobjects and 2 of them are UIXs and one is putting a <link rel='stylesheet' type='text/css' href=... entry in the HTML which means that the NumberedFigures page gets call at each page rendering and thus the scripts execute at each page rendering. Commenting these 2 UIX out makes it fast again.
I think the solution is to split the page into 2 pages. I'll test this.
Vincent Massol on 26/Jul/24 13:50
The problem seems to be that the NumberedFigures page contains 4 xobjects and 2 of them are UIXs and one is putting a {{<link rel='stylesheet' type='text/css' href=...}} entry in the HTML which means that the NumberedFigures page gets call at each page rendering and thus the scripts execute at each page rendering. Commenting these 2 UIX out makes it fast again.
I think the solution is to split the page into 2 pages. I'll test this.
!Screenshot 2024-07-26 at 13.44.46.png|thumbnail!
Vincent Massol on 26/Jul/24 13:56
Actually the issue seems more that the stylesheet isn't cached (commenting out the 2 velocity scripts just removed the loading of the stylesheet...)
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.