gitlab-org--gitlab-foss/app/views/projects/tree
Drew Blessing 409f2f4dd2 Improve performance of tree rendering in repositories with lots of items
Rails is slow to generate paths dynamically especially when called
hundreds/thousands of times. Also, rendering many partials hundreds
of times can be slower. This change reduces the number of partials
rendered and introduces two fast path methods to speed up path
generation.
2018-10-31 15:50:30 -05:00
..
_readme.html.haml
_tree_commit_column.html.haml Add title to commit links in list view 2018-10-25 13:23:43 -04:00
_tree_content.html.haml Add support for pushing and viewing files 2018-10-17 15:18:22 -04:00
_tree_header.html.haml
_tree_row.html.haml Improve performance of tree rendering in repositories with lots of items 2018-10-31 15:50:30 -05:00
_truncated_notice_tree_row.html.haml
show.html.haml