Ghost/core/frontend/services/theme-engine
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
..
config Moved theme config to new theme engine service 2021-04-21 14:21:32 +01:00
engines Moved theme engines to new theme engine service 2021-04-22 21:05:01 +01:00
handlebars Removed i18n from frontend theme code 2021-07-07 11:32:02 +01:00
i18n Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
active.js Removed passing of error to active theme 2021-07-07 14:38:08 +01:00
engine.js Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00
index.js Moved activate from themes to the bridge 2021-04-27 13:52:19 +01:00
middleware.js Made a single request for products in theme middleware 2021-07-21 12:50:21 +01:00
preview.js Moved theme preview mw to new theme engine service 2021-04-24 19:56:00 +01:00