We have a really large number of orders stored in our database 1.5M+. We've noticed a significant delay on the Order List page and tracked it down to the summarization of order totals in the footer. We removed the additional call from the view in 4.4 but it would be nice if this was simply a setting so we don't have to modify the source code.

Thoughts?