There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-7c641074-5f37-4e47-8547-b79cadd686d5 XWIKI-22540 Open

Slow loading time when changing the icons theme to Silk in the Icon picker

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-5c7c8c64-5437-4e99-b8fc-9920fa3a0b64 Marius Dumitru Florea on 22/Nov/24 15:08
 

Note that a similar performance issue has affected the icon quick action in the WYSIWYG editor which lead to XWIKI-22537. I fixed the Icon Service used by the icon quick action to have better caching and perform icon filtering server-side. This doesn't fix the Icon Picker (this issue) though. In the case of the icon quick action the fact that the request to fetch all icons is slow is not a blocker, because users are usually typing to filter the icons. For the Icon Picker we may need some kind of pagination.