apluslms / a-plus

A+ frontend portal - A+ LMS documentation:
https://apluslms.github.io/
Other
65 stars 72 forks source link

Optimize the very inefficient database queries in the deviation list view #1302

Open markkuriekkinen opened 9 months ago

markkuriekkinen commented 9 months ago

1122 presented performance issues in the deviations list page. This new issue focuses on specific performance issues.

Using the Django Debug toolbar, we have noticed that the database queries in the deviations list page include some very inefficient parts.

ihalaij1 commented 6 months ago

Reopened since the page still doesn't load quickly enough.