maths / moodle-qtype_stack

Stack question type for Moodle
GNU General Public License v3.0
142 stars 149 forks source link

question/type/stack/adminui/todo.php uses too much memory #1304

Closed sangwinc closed 1 week ago

sangwinc commented 2 weeks ago

The new page which looks for questions with a "[[todo]]" block uses to much memory.

I suspect this is because we are using PHP to search through the questions rather than a DB query. https://github.com/maths/moodle-qtype_stack/blob/dev/adminui/todo.php

sangwinc commented 1 week ago

Thanks @EJMFarrow, much appreciated.