Closed hgeorgsch closed 1 year ago
Resolving this bug will be a partial fix of #167
See also https://github.com/KQMATH/moodle-block_quizqtracker/issues/2 The second call stems from the qtracker block
This should have been resolved elsewhere. Closing.
Execution of view.php leads to the capquiz constructor being called twice, once directly and once indirectly. This is a performance issue when a lot of attempts have been made on the quiz. Cf. the callgraph plot from the profiler given on the wiki.