Looking for a way that a page load time can decrease for a page that has lots of HTML5 audio -
In the example of a page with a great deal of HTML audio, and to maximize load time efficiency (i.e. - To make it load as fast as possible), could not we set a value in the preload parameter to achieve it? Currently, I have preload set on "Auto", but what if I do not want to load all the audio before the page is fully loaded? Since a user needs all the audio on any one visit, or not at the same time, so how will we obtain that the audio files are loaded only on demand, and thus the maximum load efficiency for the scenario are obtained?
Thanks in advance for insights.
Preload
> attribute for none
:
Automatically
The author thinks the browser should load the whole audio file when the page loads <
Metadata
Authors think that the browser should only load metadata when the page loads any
The author thinks that the browser should not load when the page loads Audio file
Sector is taken
Comments
Post a Comment