Actions
Patch #40854
closedOptimize Issue#blocked? and Issue#duplicates
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Performance
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
This patch optimizes the Issue#blocked?
and Issue#duplicates
methods with the following changes:
- Adds an early return if
relations
is empty, avoiding unnecessary database queries. - Uses
where`
to filter relations directly in the database, improving query efficiency.
Files
Actions