Files
discourse/app/models
Osama Sayegh 996a3493fe PERF: Prevent N+1 queries when loading theme/component descriptions (#32305)
Theme/component description is fetched via the `locale_fields` and
`theme_translation_overrides` associations on the `Theme` model. We're
currently not preloading these associations when serializing
themes/components, which causes an N+1 performance issue when accessing
the themes/components listing pages.
2025-04-15 16:02:41 +03:00
..
2024-11-01 19:19:25 +02:00
2025-03-06 10:35:04 +01:00
2023-02-21 10:30:48 +01:00