Done
Details
Assignee
Org AdministratorOrg AdministratorReporter
Org AdministratorOrg AdministratorComplexity
LowFix versions
Priority
Low
Details
Details
Assignee
Org Administrator
Org AdministratorReporter
Org Administrator
Org AdministratorComplexity
Low
Fix versions
Priority
Created April 26, 2024 at 12:02 AM
Updated June 19, 2024 at 7:09 AM
Resolved June 19, 2024 at 7:09 AM
Loading locations by tag should switch from the inefficient
LocationService.getLocationsByTag
to the more efficientLocationService.getLocationsHavingAllTags
method. This should improve the performance by 2 times. That is, from an average of 70ms to 35ms on my computer.