-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
MDL-43758_master -
With MDL_PERF constants enabled we display data like the number of db reads, db writes... There is already a moodle_database::print_debug_time() method, we can refactor the code a bit and add a new performance var with the time spent to finish the query (between query_start() and query_end())