Actions
Patch #37528
closedDon't load changesets when IssuesController#show processes API requests without "include=changesets"
Description
Currently, changesets are always being loaded in IssuesController when API requests for IssuesController#show are made. However, loading Changesets is not necessary unless "include=changesets" is specified in the API request parameters.
The attached patch can improve the performance of "GET /issues/:id.(json|xml)" by loading changesets only when they are necessary.
Files
Updated by Go MAEDA over 2 years ago
- Target version set to 5.1.0
Setting the target version to 5.1.0.
Updated by Go MAEDA over 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch.
Actions