-
Improvement
-
Resolution: Done
-
High
-
MDLSITE Sprint 2023-I1.4, Community Sprint 2024-I4.3, Community Sprint 2025 I1 M & P, Community Sprint 2025-I1.1, Community Sprint 2025-I1.2, Community Sprint 2025-I1.3
There are some pages, like the course participants and the list of site users that take a long time to load.
Likely the cause is the number of records in the user table, more than 4M, being about 1M deleted users.
The first approach was to delete the records of the deleted users, but the problem with dropping the records is that there could be a lot of queries joining the "user" table, which could lead to content loss (orphan) or errors due to a not-found record.
- has been marked as being related by
-
MDLSITE-7096 Review impact of disabling MNET protocol on user management
-
- Resolved
-
- will be (partly) resolved by
-
MDL-75536 Wrong conditional in the participants filter field "accesssince"
-
- Closed
-