Speed of H5P on speed tests
Submitted by compst on Tue, 09/05/2017 - 04:42
Forums:
I have embedded H5P onto my website.
Issues when running speed tests with H5P.
"There are 72 plain text components that should be sent compressed"
"The following external resources have small response bodies. Inlining the response in HTML can reduce blocking of page rendering.
https://h5p.org/h5p/embed/104653 should inline the following small resources:
- https://h5p.org/sites/default/files/h5p/libraries/H5P.FontIcons-1.0/styles/h5p-font-icons.css?ver=1.0.2
- https://h5p.org/sites/default/files/h5p/libraries/H5P.JoubelUI-1.3/css/joubel-message-dialog.css?ver=1.3.2
- https://h5p.org/sites/default/files/h5p/libraries/H5P.JoubelUI-1.3/css/joubel-progressbar.css?ver=1.3.2
- https://h5p.org/sites/default/files/h5p/libraries/H5P.JoubelUI-1.3/css/joubel-simple-rounded-button.css?ver=1.3.2
- https://h5p.org/sites/default/files/h5p/libraries/H5P.JoubelUI-1.3/css/joubel-slider.css?ver=1.3.2
- https://h5p.org/sites/default/files/h5p/libraries/H5P.JoubelUI-1.3/css/joubel-tip.css?ver=1.3.2
- https://h5p.org/sites/default/files/h5p/libraries/H5P.Text-1.1/styles/text.css?ver=1.1.5
- https://h5p.org/sites/default/files/h5p/libraries/Tether-1.0/styles/tether.min.css?ver=1.0.2"
And so on.
Check it out on gtmetrix.con
compst
Fri, 09/08/2017 - 03:00
Permalink
Hello?
Hello?
falcon
Fri, 09/08/2017 - 23:18
Permalink
Unfortunately, when using the
Unfortunately, when using the embed, CSS and JS isn't aggregated or compressed on Drupal. In normal view on Drupal the js and css files are aggregated and the performance will be a lot better. This will of course be improved for embed as well, but it can take some time unless someone provides a pull request for this.
Thank you for reporting this.