Files
gitlabhq/app/views/projects
Dmitriy Zaporozhets 29b6d465a7 Merge branch 'rs-dev-issue-2355' into 'master'
MergeRequest#show performance improvements

This is a first pass on improving the performance of the `MergeRequests#show` page. Notable changes:

- The "Commits" tab is loaded lazily, so the initial page load should be much faster for MRs with many commits.
- Relative timestamps via `timeago` are only initialized once per load instead of `O(n^2)`. This greatly improves frontend rendering times for a large number of commits.
- Refactored `User.find_for_commit` to use a single ARel-generated SQL query instead of the old method which resulted in one query, and could result in up to three.

See merge request !838
2015-06-22 09:48:49 +00:00
..
2015-06-17 16:59:51 -04:00
2015-04-30 19:12:15 +02:00
2015-04-30 19:12:15 +02:00
2015-05-21 23:48:16 -04:00
2015-04-30 19:12:15 +02:00
2015-06-17 16:37:10 -04:00
2015-04-30 19:12:15 +02:00
2015-04-30 21:33:02 +02:00
2015-04-30 21:33:02 +02:00
2015-05-29 18:12:31 +02:00
2013-12-31 16:34:14 +02:00
2015-05-05 13:09:50 +03:00
2015-05-21 11:39:33 +02:00
2015-02-14 11:09:23 -07:00