Ghost/ghost/core/test/e2e-api
Fabien 'egg' O'Carroll 9dde39b2a4
Handled CollectionPost relations manually (#18081)
refs https://github.com/TryGhost/Arch/issues/86

bookshelf-relations was generating tonnes of select queries from the
posts table in order to update the relations. We've instead implemented
this ourselves, so as to avoid the superfluous fetches. Working closer to
the db like this is nice, and makes you think more about performance.

This logic could be pulled out into a util (not bookshelf plugin) where
it could be used explicitly, but with the complexity hidden, we'll see ig.
2023-09-13 14:16:22 +07:00
..
admin Handled CollectionPost relations manually (#18081) 2023-09-13 14:16:22 +07:00
content Updated Portal to always honor outboundLinkTagging setting (#18079) 2023-09-12 10:27:04 +00:00
members Cleaned up member's neswletter test suite 2023-09-13 13:18:43 +08:00
members-comments Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
shared Updated Portal to always honor outboundLinkTagging setting (#18079) 2023-09-12 10:27:04 +00:00
webmentions Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00