Hi
I have a lot of Enrolled course (admin user) that are very time consuming when I go to the dashboard page (/my/)
I searched a lot and did not find a result. find something like courseperpage and... But no changes are made and the pagination shows 12-24-48-96 and all, and it seems that in the first request, for example, if I have 2000 course all of theme loaded!.
I just want to show, for example, the last 30 lessons I visited and no more
What should I do?
for example when I can set LIMIT 30 for course in /my/ page ...
(i using moodle 3.8 and klass theme)