mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 15:16:27 +00:00
Optimize queries for statistics.
This commit is contained in:
@@ -102,7 +102,7 @@ class ShowController extends Controller
|
||||
|
||||
// make sure dates are end of day and start of day:
|
||||
$start->startOfDay();
|
||||
$end->endOfDay();
|
||||
$end->endOfDay()->milli(0);
|
||||
|
||||
$location = $this->repository->getLocation($account);
|
||||
$attachments = $this->repository->getAttachments($account);
|
||||
|
Reference in New Issue
Block a user