events/Classes/Domain/Model
Daniel Siepmann 22e75d4729 Do not load all dates of each event
Most of the time dates are fetched and shown.
They need the event to show info like title.
But they nearly never need further dates, except in detail view.

Turning this property lazy will save a lot of data fetching and mapping
and provides a huge performance impact.
2021-09-08 10:13:01 +02:00
..
Dto Add PHPStan 2021-09-07 11:07:55 +02:00
Category.php Use sorting of categories 2021-09-07 07:52:28 +02:00
Date.php Support canceled attribute during import of destination data 2021-09-07 09:29:38 +02:00
Event.php Do not load all dates of each event 2021-09-08 10:13:01 +02:00
Organizer.php Add PHPStan 2021-09-07 11:07:55 +02:00
Partner.php Add PHPStan 2021-09-07 11:07:55 +02:00
Region.php Add PHPStan 2021-09-07 11:07:55 +02:00