-
Improvement
-
Resolution: Deferred
-
Minor
-
None
-
3.8
-
None
-
MOODLE_38_STABLE
Discovered after testing MDL-66399:
The new H5P file upload feature for the H5P atto button reduces performance by adding a few DB queries through lib/form/editor.php
To replicate
- Login as admin
- Turn on performance info for the page footer
- Create a new forum
- Create a new forum post
- View the number of DB reads
- Comment out the h5p code in lib/form/editor.php
- View the number of DB reads again