How to make videos load faster?

I have more than one small player on my web page.
How can I make the video content load quicker?

I can think of four ways:

  1. Make the files smaller.
  2. Put fewer of them on the same page.
  3. Try to arrange things so you can predict which pages will be visited in which order so as to try to load one or more of then im the background while the visitor is viewing the previous page.
  4. Display small static images initially and then have the video content load in the background after the page is loaded. That way they end up with a wait only if the one they want to see hasn’t been loaded yet.

also consider hosting them on a CDN, which is optimized for serving the files quickly.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.