There are 3 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6979f19f-c4f2-4523-a419-c102533e723a XWIKI-11112 Closed

Adding a rendering cache to the Icon Theme Application

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-48024f89-866c-4749-98af-c85163c536d0 Changes by Michael Hamann on 14/Jul/25 18:06
 
Resolution: Fixed
Tests: Unit
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-48024f89-866c-4749-98af-c85163c536d0 Michael Hamann on 14/Jul/25 18:06
 

I've added a cache that doesn't cache the rendered icons but instead caches the compiled Velocity script with special cases for commonly used Velocity scripts that avoid all context switching and execute basically instantly. That way, we don't need to cache much but still have a large performance impact.