Closed sangwinc closed 1 week 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
Thanks @EJMFarrow, much appreciated.
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