This will improve loading times on large transaction tables. Thanks @feeleep75 for helping with this one. * Do not use SQL_CALC_NUM_ROWS since it will do a full table scan * Allow admins to disable account transaction summaries to speed up page loads on large tables * added new admin setting under system to Disable TX Summaries Fixes #1065 once merged |
||
|---|---|---|
| .. | ||
| api.class.php | ||
| base.class.php | ||
| bitcoin.class.php | ||
| bitcoinwrapper.class.php | ||
| block.class.php | ||
| debug.class.php | ||
| invitation.class.php | ||
| mail.class.php | ||
| memcached.class.php | ||
| monitoring.class.php | ||
| news.class.php | ||
| notification.class.php | ||
| payout.class.php | ||
| roundstats.class.php | ||
| setting.class.php | ||
| share.class.php | ||
| statistics.class.php | ||
| statscache.class.php | ||
| template.class.php | ||
| token.class.php | ||
| tokentype.class.php | ||
| tools.class.php | ||
| transaction.class.php | ||
| user.class.php | ||
| worker.class.php | ||