- **labels**: performance --> performance, sf-current, sf-2 - **Comment**:
Do we need to skip renames for git? Renames aren't as rare as copies, so it'd be nice if we only skipped copies. What's the performance breakdown for it? `forgegit.tests.functional.test_controllers:TestGitRename.test_commit` fails --- ** [tickets:#7963] Speed up commit view by disabling copy detection by default -- NEEDS INI** **Status:** review **Milestone:** unreleased **Labels:** performance sf-current sf-2 **Created:** Thu Aug 13, 2015 03:07 PM UTC by Heith Seewald **Last Updated:** Tue Aug 18, 2015 07:33 PM UTC **Owner:** Heith Seewald Currently git and mercurial detect copies when viewing commits. This adds a significant amount of time to each request and is not a common enough occurrence to justify such a large performance hit on every view. But we should also probably add an option in the .ini that gives the option to enable copy detection (noting the performance penalty). [#7925] --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
