Ghost/ghost/core/test
Simon Backx 97d0cddb50
Added indexes to members_created_events and members_subscription_created_events (#18805)
fixes https://github.com/TryGhost/Product/issues/4085

Increases the performance for the post analytics export by adding new
indexes. These indexes are used when counting the amount of (paid)
subscribers that were attributed to a given post. With the indexes, the
time required to export 700 posts with 300k members decreases from 40s
to 0.6s.

Tests show that adding these indexes should be very fast (< 1 s) if the
tables contain up to 300k rows.
2023-10-31 15:11:24 +00:00
..
e2e-api Added Recommendations feature (#18743) 2023-10-24 11:00:11 -03:00
e2e-browser Added fix for browser test (#18710) 2023-10-20 16:06:50 +05:30
e2e-frontend Added List-Unsubscribe https endpoint (#18758) 2023-10-25 16:16:31 +02:00
e2e-server Updated copy in the Recommendation email notification (#18671) 2023-10-17 17:03:24 +00:00
e2e-webhooks Cleaned up lexicalEditor labs flag, switched Post model to lexical-by-default (#18607) 2023-10-23 17:51:34 +01:00
integration Cleaned up lexicalEditor labs flag, switched Post model to lexical-by-default (#18607) 2023-10-23 17:51:34 +01:00
regression Cleaned up lexicalEditor labs flag, switched Post model to lexical-by-default (#18607) 2023-10-23 17:51:34 +01:00
unit Added indexes to members_created_events and members_subscription_created_events (#18805) 2023-10-31 15:11:24 +00:00
utils Cleaned up lexicalEditor labs flag, switched Post model to lexical-by-default (#18607) 2023-10-23 17:51:34 +01:00
.eslintignore Added Source as the new default theme 2023-10-03 14:02:08 +02:00
.eslintrc.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00