- **labels**: sf-2, sf-current --> sf-2, sf-current, performance - **status**: review --> in-progress - **Reviewer**: Dave Brondsema - **Comment**:
I think we need to skip binaries sooner, not just on the display side. Server-side time plus the background task to "refresh" the repo takes forever still. Like inside the `_diffs_copied` method. Also we can do better text detection, using the existing `has_html_view` method. It checks several things to determine if its text. Might want to rename the method, or alias it, though. --- ** [tickets:#7925] Speed up diff processing with binary files** **Status:** in-progress **Milestone:** unreleased **Labels:** sf-2 sf-current performance **Created:** Mon Jul 13, 2015 03:04 PM UTC by Heith Seewald **Last Updated:** Thu Jul 16, 2015 07:10 PM UTC **Owner:** Heith Seewald In a git repo with a large amount of binary files, our diff processing can be very inefficient. We should test if a file is binary and exclude it from the diff processing section. --- 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.
