Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

User:Brendan Heywood/MDL-70243-file-io-debug: Difference between revisions

From MoodleDocs
(Created page with "File IO debugging")
 
No edit summary
 
Line 1: Line 1:
File IO debugging
= File IO debugging =
 
== High level summary ==
 
If $CFG->perfdebug is on then you will be shown a summary table in the footer of all the IO to each part of the filesystem that Moodle uses.
 
== Low level IO debugging ==
 
If you want to see exactly what is going on under the hood then you can turn on low level debugging.
 
 
== Simulated latency ==

Latest revision as of 01:01, 29 June 2021

File IO debugging

High level summary

If $CFG->perfdebug is on then you will be shown a summary table in the footer of all the IO to each part of the filesystem that Moodle uses.

Low level IO debugging

If you want to see exactly what is going on under the hood then you can turn on low level debugging.


Simulated latency