Files
gitlabhq/app/assets/javascripts
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-05-06 12:58:27 -04:00
2015-06-19 04:31:24 -04:00
2014-10-20 23:03:33 +02:00
2015-03-24 19:00:00 -07:00
2014-12-30 11:46:48 +02:00
2015-06-11 18:49:34 +02:00
2014-09-01 11:49:17 +02:00
2015-03-04 17:22:55 -08:00
2015-04-22 16:48:39 +03:00
2015-03-17 17:11:57 +02:00
2015-03-04 17:22:55 -08:00
2015-05-26 19:01:11 +02:00