Actions
Patch #43934
closedOptimize `Issue#visible_journals_with_index` preload to skip user email_address when Gravatar is disabled
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
Updated by Go MAEDA 16 days ago
- Subject changed from Optimize `Issue#visible_journals_with_index` preload behavior to Optimize `Issue#visible_journals_with_index` preload to skip user email_address when Gravatar is disabled
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch in r24577.
Actions