Weiko
c0fda41519
Fix N+1 featureFlags (#10371)
## Context
featureFlag query was done for each record returned by the ORM and
transformed in the QueryResultGettersFactory which was causing an N+1
2025-02-20 19:32:30 +01:00
..
2025-02-04 18:46:16 +01:00
2025-02-14 12:03:07 +01:00
2025-02-20 17:12:03 +01:00
2025-02-19 17:17:07 +01:00
2025-02-20 17:12:03 +01:00
2025-02-20 19:32:30 +01:00
2025-02-19 11:21:03 +01:00
2025-01-16 21:00:56 +01:00
2025-02-18 19:05:24 +01:00
2024-06-11 19:06:37 +02:00
2025-02-19 16:44:09 +00:00
2025-01-09 18:43:30 +01:00