You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue :
The section [2.16] ake a More Sustainable Approach to Media Assets has interesting criteria:
Assess the need for video or sound usage (including only when they add visitor value), and ban
non-informative media (background media) including autoplaying functionality.
Choose the right media to display by compressing according to the visitor's requirements,
selecting the appropriate format, ensuring it works across browsers, and avoiding embedded
player plugins.
Increase visitor awareness and control by informing them of the length, format, and weight of the
media; allowing media deactivation, and giving a choice of resolutions; all while providing
alternative resolutions and formats.
Set up a media management and use policy to reduce the overall impact of audio and video, with
criteria for media compression and file formats.
But even with these recommendations, it is possible to preload a heavy video in a recent format with a good compression ;)
I agree entirely (and yes your addition is explained perfectly!), the use of facades should be prioritized in the same way that Lazy-Loading is for images. I'll add this to be included as a Success Criteria within the next draft.
Issue :
The section [2.16]
ake a More Sustainable Approach to Media Assets
has interesting criteria:non-informative media (background media) including autoplaying functionality.
selecting the appropriate format, ensuring it works across browsers, and avoiding embedded
player plugins.
media; allowing media deactivation, and giving a choice of resolutions; all while providing
alternative resolutions and formats.
criteria for media compression and file formats.
But even with these recommendations, it is possible to preload a heavy video in a recent format with a good compression ;)
Solution :
To add a criterion to propose the use of
facades
( cf https://developer.chrome.com/en/docs/lighthouse/performance/third-party-facades/ ) to prevent the loading of bigger medias when this one are not used by the users :Note
The text was updated successfully, but these errors were encountered: