mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
4f5a7b420e
closes https://linear.app/tryghost/issue/ENG-790/remove-use-of-sub-queries-in-email-analytics Avoiding sub queries means we don't have a process tied up for longer than necessary and we can more easily see if one of the queries is non-performant. - extracted the count queries into separate queries and used the retrieved values in the final update query - removed a query by moving the email open rate calculation into JS as we've already fetched the necessary data before that point |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
monobundle.js | ||
package.json | ||
playwright.config.js |