H5P slow saves
Submitted by b.ilponse on Tue, 08/02/2022 - 12:15
Forums:
- Detailed steps to reproduce the bug (exactly how and when did it happen)
On drupal v8.9.19, H5P plugin verrsion 8.x-1.0-rc19
Create a content type with a multivalued h5p field
create a node using this content type with a lot of H5p content
Save, it is slow (normal because it has to process the content)
Edit
Save again => It is slow again because it reprocesses everything
On our installation I modified the file H5PEditorWidget.php on line 149 to address this issue. I added those lines: