Remove duplicate call to contribution summary
authoreileen <emcnaughton@wikimedia.org>
Tue, 20 Nov 2018 07:31:14 +0000 (20:31 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 22 Nov 2018 01:42:36 +0000 (14:42 +1300)
commit18f383f8fbce6be1aa8dd99a3ad95d3040a0316e
tree859f42dc1039ad014b531a07f1306c8f87ad9125
parente11632cb91d76b247e50ce9cb2cb7d99f36f60d9
Remove duplicate call to contribution summary

This is an expensive call (we get it at over 10 seconds for high
giving contacts in a large database) and it is quite simply called twice.

Removing these few lines knock out several expensive queries but I have checked
contribution tab, user dashboard, contribution search and advanced search displayed
as contributions and can find no instances where less info is shown.

(in the case of advanced search displayed as contributions it doesn't show before or
after)
CRM/Contribute/Form/Search.php