events/Classes
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
..
Command Extend cleanup 2021-09-07 12:19:09 +02:00
Controller Add PHPStan 2021-09-07 11:07:55 +02:00
Domain Do not load all dates of each event 2021-09-08 10:13:01 +02:00
Extbase Do not break performance when no postponed date exists 2021-09-07 07:54:43 +02:00
Service Remove regions from cleanup 2021-09-07 19:01:47 +02:00
ViewHelpers Add php code sniffer to follow PSR-12 2021-09-07 07:51:36 +02:00