Ghost/core/frontend/services
Fabien O'Carroll 49f48c0f09 Made a single request for products in theme middleware
refs https://github.com/TryGhost/Team/issues/907

The logic to populate the `@price` data and the `@products` data both
rely on the same product data, but were each making their own request to
the API. This refactor removes the request from the legacy `@price`
data, which should cut the database queries in half.
2021-07-21 12:50:21 +01:00
..
apps Changed app/loader to use @tryghost/errors 2021-06-30 16:05:54 +01:00
redirects Moved i18n to shared 2021-05-04 13:03:38 +01:00
routing Decreased coupling of frontend routing to server api 2021-07-19 19:45:54 +12:00
rss 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
settings Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
sitemap Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
theme-engine Made a single request for products in theme middleware 2021-07-21 12:50:21 +01:00
url Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
proxy.js Moved labs utlity to shared 2021-07-08 09:05:41 +01:00