Actions
Patch #43934
openOptimize `Issue#visible_journals_with_index` preload behavior
Status:
New
Priority:
Normal
Assignee:
-
Category:
Performance
Target version:
Description
This patch adjusts Issue#visible_journals_with_index to preload journal associations more efficiently.
This reduces some queries when processing IssuesController#show.
- Always preload
updated_byto avoid extra queries when rendering edited journals. - Only preload user email addresses when Gravatar is enabled.
Files
No data to display
Actions