There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-33cfcd15-0175-4c38-93eb-67c292817a9d XWIKI-22979 Closed

Access to pages is slow under high load on the security cache

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-9b75b44b-7fb8-48ed-8589-e9b7609813d0 Changes by Michael Hamann on 25/Mar/25 13:53
 
Description: *Steps to reproduce:*

Unclear,
will try to find proper reproductions steps/a load test later.

The
the key conditions seem to be a high write load on the security cache, caused, e.g., by a lot of notifications being dispatched with a high user count which causes rights checks for all of them whose results are inserted into the security cache. At the same time, a high number pages are viewed and some pages are modified a group containing most users is updated , causing invalidations in the security cache to be emptied . To really trigger issues, the security cache should be large (like 1M entries) and full, so the invalidation actually takes a few seconds.

*Expected result:*

Accessing pages, in particular pages that are frequently visited, is still fast.

*Actual result:*

Loading any page takes 20-30 seconds.