Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lms reports page takes min 4.5s to complete #959

Closed
hmstepanek opened this issue Feb 14, 2019 · 1 comment
Closed

lms reports page takes min 4.5s to complete #959

hmstepanek opened this issue Feb 14, 2019 · 1 comment
Labels
lms Canvas- and other LMS-relevant features and issues

Comments

@hmstepanek
Copy link

The lms reports page is a growing table and the db query for it takes at min >4s to complete. This means that gunicorn work is occupied for 4.5s and unable to full fill other requests. If there are a lot of these at peak traffic this can impact our customers.

This table and view need to be removed and we need to turn them into a metabase query.
image

@hmstepanek hmstepanek added the lms Canvas- and other LMS-relevant features and issues label Feb 14, 2019
@hmstepanek hmstepanek changed the title lms reports page takes min 4.5s of worker time to complete lms reports page takes min 4.5s to complete Feb 14, 2019
@robertknight
Copy link
Member

The lms reports have been replaced/rewritten several times since this issue was filed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lms Canvas- and other LMS-relevant features and issues
Projects
None yet
Development

No branches or pull requests

2 participants