Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Dashboard pages try to load all activity #63

Open
benhaynes opened this issue Oct 25, 2018 · 0 comments
Open

Dashboard pages try to load all activity #63

benhaynes opened this issue Oct 25, 2018 · 0 comments
Labels

Comments

@benhaynes
Copy link
Member

From directus created by bensteers : directus/directus#2177

When you go to a dashboard edit page, e.g. /tables/[table]/1, it tries to load all of the revisions into the right sidebar. But when I was dealing with #2176, our directus_activity table got to ~7 million records, so the pages just wouldn't load and they would hang on the Loading Data message. It wasn't until I dumped the directus_activity rows that I was able to use those pages again. I'd recommend limiting that query to something like ~100 revisions, just so that even if the directus_activity does explode, the app is still usable.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant