This issue has been created
There is 1 update.
 
 
Confluence / cid:jira-generated-image-avatar-d75ca739-7266-47bf-b616-ac079c079a7b CONFLUENCE-539 Open

Big performance regression due to the space permission list filling up when getting space properties

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-ed7c2d44-26b3-48c3-a830-724fb60df90d Raphaël Jakse created this issue on 10/Aug/26 15:29
 
Summary: big performance regression due to the space permission list filling up when getting space properties
Issue Type: cid:jira-generated-image-avatar-d75ca739-7266-47bf-b616-ac079c079a7b Bug
Affects Versions: 9.96.0
Assignee: Unassigned
Components: XML
Created: 10/Aug/26 15:29
Priority: cid:jira-generated-image-static-major-2c3ff311-09ed-4634-b752-d07dbb5cbadb Major
Reporter: Raphaël Jakse
Description:

In the new code that ensures space permissions are not missing, we are filling a list that should have been an ordered set. We need to use a set and to avoid this check when we know it's not needed anymore.

 
 

1 update

 
cid:jira-generated-image-avatar-ed7c2d44-26b3-48c3-a830-724fb60df90d Changes by Raphaël Jakse on 10/Aug/26 15:29
 
Summary: big Big performance regression due to the space permission list filling up when getting space properties