mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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