There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-60a1b781-2f8a-4ea7-a90b-1b5f979b803f XWIKI-22861 Open

Performance in XWiki 16.10.3 is significantly lower than previous cycle

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-5278fd78-8d21-41be-bea1-6b72132d7ca1 Michael Hamann on 07/Feb/25 17:26
 

I did an experiment with a very simple cache based on a simple concurrent hash map. This showed me two things:

  1. Caching existing resource URL gives almost no improvement (maybe some, but it seemed to be more noise than anything else).
  2. Caching also non-existing resource URLs indeed gives a big improvement, the load time seems to be down to approximately the value of 15.10.16. I didn't measure often enough to be able to truly say if it is the same or not, there was too much noise in my tests. So I think this might indeed be the root cause.

I don't know about all of those numbers as I didn't want to manually test all of this - it would really be nice to have a script that prepares the wiki, makes sure that all background tasks completed, and then performs all those measurements and generates a report.