Ghost/ghost/core/core
Fabien 'egg' O'Carroll 52a28c0059
Optimised queries made by get helper for posts (#19859)
ref ENG-747
ref https://linear.app/tryghost/issue/ENG-747

H'okay - so what we're trying to do here is make get helper queries more
cacheable. The way we're doing that is by modifying the filter used when
we're trying to remove a single post from the query.

The idea is that we can remove that restriction on the filter, increase
the number of posts fetched by 1 and then filter the fetched posts back
down, this means that the same query, but filtering different posts,
will be updated to make _exactly_ the same query, and so share a cache!

We've been purposefully restrictive in the types of filters we
manipulate, so that we only deal with the simplest cases and the code is
easier to understand.
2024-03-13 19:27:27 +00:00
..
cli Refactored fetching schema tables in data generator 2024-01-13 18:28:14 +01:00
frontend Optimised queries made by get helper for posts (#19859) 2024-03-13 19:27:27 +00:00
server Added cache-control header back to /auth-frame/ response (#19858) 2024-03-13 16:00:46 +00:00
shared Added NestJS Playground 2024-03-13 19:44:06 +07:00
app.js Added Sentry performance monitoring to Ghost Server (#19243) 2023-12-06 15:04:35 -08:00
boot.js Added NestJS Playground 2024-03-13 19:44:06 +07:00
bridge.js Added member attribution script (#15242) 2022-08-16 15:44:51 +02:00