Add to Chrome

Log In

Sign Up

Try Gigabrain PRO

Supercharge your access to the collective wisdom of reddit, youtube, and more.
Learn More
Refine result by
Most Relevant
Most Recent
Most Upvotes
Filter by subreddit
r/bigseo
r/webdev
r/elementor
r/astrojs
r/divi
r/webhosting
r/Carrd

How to Improve Video Loading Speed on Websites

GigaBrain scanned 56 comments to find you 62 relevant comments from 10 relevant discussions.
Sort
Filter

Sources

Does embedding videos to my website improve load speed rather than if I uploaded mp4 files on the backend
r/bigseo • 1
CDN for having a Video on the Homepage Hero Section
r/webdev • 2
How to optimize video on website??
r/elementor • 3
View All
7 more

TLDR

Summary

New

Chat with GigaBrain

What Redditors are Saying

How to Improve Video Loading Speed on Websites

TL;DR

  • Use a CDN for video hosting.
  • Optimize video files with compression and modern codecs.
  • Implement lazy loading and preload settings.

CDN Hosting

Using a Content Delivery Network (CDN) is one of the most effective ways to improve video loading speed. CDNs distribute content across multiple servers, reducing load times by serving videos from locations closer to the user [1:3][2:7]. Services like Bunny.net, Mux, and Cloudflare are popular choices for video hosting [5:1][5:2].

Video Optimization Techniques

Optimizing video files is crucial for improving load speeds. This includes compressing videos to reduce file size and using modern codecs like VP9 or H.265 [4:1]. Additionally, setting preload attributes to "none" can prevent videos from loading until necessary [4:1]. For background videos, using a lightweight screen capture as a fallback image can help maintain visual continuity while the video loads [3:1].

Lazy Loading and Adaptive Streaming

Implementing lazy loading ensures that videos only load when they come into view, which reduces initial page load time [1:2]. Adaptive streaming, which adjusts video quality based on the user's connection speed, can also enhance performance [2:5]. Using tools like Intersection Observer can help manage when videos start loading or playing [4:1].

Considerations for Video Hosting Platforms

Choosing the right video hosting platform is essential. While self-hosting offers design flexibility, it can strain server resources, especially with multiple autoplay videos [4:5]. Offloading videos to platforms like Vimeo, Ignite.Video, or Bunny Storage can alleviate these issues [2:5][4:7]. It's important to test video components across different browsers to ensure consistent performance [5:1].

Additional Tips

For sites with heavy video usage, consider the impact on network bandwidth and CPU load [4:5]. Also, be aware of browser-specific behaviors, such as iOS pausing autoplay videos in low power mode [4:6]. Regularly assess your site's performance metrics to identify areas for further optimization.

See less

Helpful

Not helpful

You have reached the maximum number of searches allowed today.
"nike"
"worth it"
"running shoes"

Your AI-powered social listening tool.

Stay ahead of trends with Gigabrain Ultra—set up advanced keyword tracking and instant sentiment alerts, customized for your brand's needs.
Learn More

Source Threads

POST SUMMARY • [1]

Summarize

Does embedding videos to my website improve load speed rather than if I uploaded mp4 files on the backend

Posted by PhantomCaldwell · in r/bigseo · 5 years ago
2 upvotes on reddit
6 replies
Helpful
Not helpful
View Source
ORIGINAL POST

I hired a development team to custom code my website. For the backend development they asked me the following question

Developer: you already have this option in admin panel, just tell me one thing, which format you will use? embedded videos (which will save website load time) or you want to upload mp4 format from backend? please confirm/

Is this true? Because if it wouldn’t really effect load time I would rather upload mp4 myself but if it would save load time than it probably more important

6 replies
EntrepreFreak · 5 years ago

If this is a WordPress driven site, you can easily use the preload=”none” variable in the shortcode for remote hosted videos. I'm not sure it works the same for self-hosted.

If it's self-hosted, just add in a lazy-load plugin, and the videos will queue but not load until they come into the viewscreen.

1 upvotes on reddit
R
ReleaseThePressure · 5 years ago

Offload your video files / Images to a CDN. Will drastically improve load time.

1 upvotes on reddit
InvictaDigitalMedia · 5 years ago

It reduces server load which will result in lower load times, this is why many sites use CDN’s for media content

4 upvotes on reddit
P
PhantomCaldwell · OP · 5 years ago

So would you recommend using Vimeo? Or something else?

1 upvotes on reddit
eugenoprea · 5 years ago

It helps improve the load speed to use a third-party service, but make sure that it's a good one. Otherwise, you will see that your website pages load slowly again.

2 upvotes on reddit
E
emuwannabe · 5 years ago

In my experience self hosted videos slow load time unless they are very short (a few seconds) . Longer videos take longer to buffer resulting in longer load times.

I just started using the new video option on cloudflare and switched from a self hosted to hosted on their streaming platform. It seems to work well.

2 upvotes on reddit
See 6 replies
r/webdev • [2]

Summarize

CDN for having a Video on the Homepage Hero Section

Posted by Working-Leader-2532 · in r/webdev · 22 days ago

Hello Devs,

I recently got a website designed from a team but they seem to lack the knowledge on delivering with the tweaks and optimizing. So I thought of asking the experts here, getting some help.

In the new website, the Homepage Hero section is a Full page video on loop. Having it hosted on the webserver and loading the website takes a longer time and not giving the experience I want the users to have on the first-load.

But I've also seen some really nice websites that have the Hero section video and without much issues as well.

Noticed that BunnyCDN has Optimizing features and also more features such as "Stream" and etc. But I'm not that familiar or even not sure if this is the best way to render or deliver these videos to the users.

What's your take? Layman's terms, please?

3 upvotes on reddit
8 replies
Helpful
Not helpful
View Source
8 replies
Working-Leader-2532 · OP · 13 days ago

It's me again - now almost done with the website.

I noticed this website smooth playing the Video on their Home-Hero section

How do they do this?

https://www.blacktomato.com/

1 upvotes on reddit
RevealBusy4865 · 11 days ago

How to did you fix this where uploaded photos and videos? Which storage and which can you used for website ? Any cost analysis you did and how much total GB or TB for data you have I am creating similar site for event I am curious to understand pricing and solution. For my future project

1 upvotes on reddit
Working-Leader-2532 · OP · 11 days ago

Yes - after many attempts to find this information, I was able to get an answer.

The faster website is done using MP4 Fallback. It's basically linking the video from a Faster storage to mine.

I used Bunny Storage and linked. Oh boy - it's fast. I think that the same which the above example also did - just with AWS.

2 upvotes on reddit
W
waldito · 22 days ago

It's a combo.

The video has to be optimized carefully. Aside from compression, sizing, and format, even the content itself matters. Usually it's done so to be slow motion or non moving much for the first 3 to 7 secs. This is to allow lower bitrates to smoothly deliver and to not skip frames and deliver smooth seconds to make the video effectively be able to create buffer for the rest. These days some pages won't even bother, but it all depends on your audiences target connection/device.

I've personally found that S3 from amazon does already a good job even on free tier, as long as the bucket is close to the audience.

The 'stream' bit, there's nothing magic to it, you can basically encode the video on a format that supports that feature out of the box within the static file, like mp4 or webm. There are surely more sofisticated ways powered by serverside, but for something like this I feel is an overkill. Normally it does the job fearly well.

Size the video a bit smaller than what you need and resize it to the viewport via CSS, accept that it won't be fullHD for everyone, provide a smaller version to mobile devices, all small tricks in the hat to improve the thing.

5 upvotes on reddit
philipp_roth · 21 days ago

This ⬆️

Or If you don’t want to wrangle infra: use a video host that gives you adaptive streaming + a clean embed / or the m3u8 master playlist. Drop that stream into a lightweight player (native <video>) and you’re done. But comes at a price compared to to s3 bucket + cloudfront. Bunny, Mux, Ignite.Video, yeah even Vimeo, ...

1 upvotes on reddit
W
waldito · 21 days ago

Yah, hence my second to last paragraph. Overkill for a small startup on a fairly small amount of traffic and a short and probably small meaningless video background thing. Those are big guns for big boys with big problems, and can be brought to the table when you need to ratchet up the simple solution, because management decides the video HAS to be delivered at HD, or because CloudFront and S3 can't keep up, or because the video HAS to trigger epileptics and they have money to throw at this issue.

2 upvotes on reddit
Horror-Tower2571 · 22 days ago

You could even throw cloudfront in front of that bucket to make it even faster

3 upvotes on reddit
W
waldito · 22 days ago

Aye. Every millisecond matters here.

3 upvotes on reddit
See 8 replies
r/elementor • [3]

Summarize

How to optimize video on website??

Posted by szuu123 · in r/elementor · 4 years ago

Hey! I have a video for my landing page and it is being hosted on Youtube. I noticed that when the webpage loads it takes a while for the video to load. How can you optimize videos? There is so much information about optimizing images on a website but it's harder to find information how to optimize videos for speed.

url: http://www.territy.com/home/

2 upvotes on reddit
6 replies
Helpful
Not helpful
View Source
6 replies
ZoomBoy81 · 4 years ago

Honestly, it loaded pretty fast. Maybe use a screen cap of the first frame of the video as your background image so it transitions better from grey to video.

Also, further optimization to reduce file size. I'm not expecting 4k crystal clear video on a hero video like this as a customer.

1 upvotes on reddit
szuu123 · OP · 4 years ago

What do you mean by using a screen cap as the background image? Right now I have a background video, how can I use both?

1 upvotes on reddit
ZoomBoy81 · 4 years ago

There is a Background Fallback option when you're adding a video. You can set an image if the video doesn't load. This is effectively a background-image in CSS and will default load while your video is getting ready.

So make a super lighweight screen cap of the first frame of your video (say 20kb) and use that. It'll load first, then your video should load and play once its ready.

2 upvotes on reddit
N
NerdRushWebDesign · 4 years ago

There’s resources out there that can help reduce the size of the video. For instance I will compress my 10mb videos down to about 1-2mb. My quality is greatly reduced, but if you slap a #242424 .80 opacity overlay you won’t tell the difference.

1 upvotes on reddit
A
AutoModerator · 4 years ago

Hey there, /u/szuu123! If your post is not already flaired, please add one now.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1 upvotes on reddit
4ukh · 4 years ago

CDN

1 upvotes on reddit
See 6 replies
r/webdev • [4]

Summarize

Best Practices for Optimizing Video-Heavy Websites

Posted by Reefbar · in r/webdev · 6 months ago

I’ve built many websites with videos, mostly for content like blog posts, but never to an excessive degree. In those cases, additional optimizations for video elements weren’t necessary, as most clients rarely published content with videos. When they did, it was usually just one video with controls, not something that required complex optimization.

However, the current project I’m working on is different: it includes videos as design elements across multiple pages, with five autoplay videos on the homepage alone. While my colleague optimized the videos for duration and file size (about 10MB each), I still have some concerns.

The site is optimized for speed, hosted on a dedicated server, and has videos set to lazy-load. So far, performance has been fine, but I’m starting to question whether this approach is considered a bad practice in web development.

I’ve seen suggestions that embedding videos from other platforms might be better for performance, and while that sounds logical, I prefer hosting them directly and embedding them using the video tag for more control over design and functionality. Given this approach, what key factors should I consider to optimize the videos?

I’d also like to know if the approach of using so many videos per page is generally frowned upon among web developers. In that case, I’ll definitely inform my designer and client and suggest making some changes.

1 upvotes on reddit
10 replies
Helpful
Not helpful
View Source
10 replies
throwawayDude131 · 6 months ago

Compress them as much as you can. I think you can compress them more, by using the correct compression settings. Make sure the videos are cached properly and that the catching settings are correct. 10mb per vid is still a lot if each user is pulling 40mb.

Otherwise you are going to get a horrible horrible bill.

you can actually host them on a video hosting service and with a bit of trickery hide the logos.

1 upvotes on reddit
Reefbar · OP · 6 months ago

My colleague, who handled both shooting and editing the videos, ensured they were compressed as much as possible, which I really appreciate. Caching has also been properly optimized. While hosting them on a video service seems like a logical choice, which platforms are generally considered the best option among web developers?

1 upvotes on reddit
Mysterious-Falcon-83 · 6 months ago

First, be aware of how browsers treat autoplay videos

https://developer.mozilla.org/en-US/docs/Web/Media/Guides/Autoplay

Next, are you prepared for the network bandwidth to support self-hosting videos with five users? 10 users? 100? What is your projected user load? Video can also put a significant load on your CPU, depending on how you manage it.

In most cases, it's going to be best to offload video to a video hosting service

2 upvotes on reddit
Reefbar · OP · 6 months ago

Regarding autoplay across different browsers, I made sure the videos themselves have no audio and use the muted attribute.

However, I haven't tested the autoplay function on all the videos across all browsers yet, so thanks for the heads-up!

So far, there are no issues on Chrome (desktop, Android, and iOS) or Firefox (desktop).

As for the bandwidth consideration, it's so obvious, yet it didn’t even cross my mind! Thanks again, I’ll definitely look into that.

2 upvotes on reddit
F
ficklebeast · 6 months ago

Be aware of iOS pausing autoplay videos when the device is in low power mode. There is no way around this so you should just be aware and always optimize the poster image.

1 upvotes on reddit
ducki666 · 6 months ago

If ur customer really wants this madness just ensure that the videos are streamed. With your own server adaptive streaming looks impossible.

2 upvotes on reddit
Reefbar · OP · 6 months ago

They specifically requested it and absolutely love the design and concept. With this project, I wasn’t involved in the early stages and was handed the approved design to start building. If I had been involved earlier, I would have advised toning it down a bit. For now, I’ll focus on offloading the videos elsewhere.

1 upvotes on reddit
ducki666 · 6 months ago

I hope all 5 videos with sound on 😏

2 upvotes on reddit
Reefbar · OP · 6 months ago

Now that you mention it, I’m curious about how the combined audio output would sound, especially on the 'Projects' page, where even more videos are playing. I might even add an Easter egg to enable all the sounds at once—though I’m not sure the client would approve!

1 upvotes on reddit
Apart_Ad843 · 4 months ago

Hosting your own videos gives you more design flexibility, but five autoplay videos on a homepage can start to impact performance, even if they're lazy-loaded and optimized for file size. To improve efficiency, make sure you’re using modern codecs like VP9 or H.265, setting preload=""none"", and offering multiple resolutions through <source> tags so browsers can pick the most appropriate version. Using Intersection Observer to load or play videos only when they’re in view can also make a noticeable difference.

If managing all of that manually becomes too time-consuming, Cloudinary can take care of the backend stuff—automatic transcoding, resizing, and adaptive delivery over a CDN—while still giving you full control over how videos are embedded and displayed. It’s a solid option if you want to keep things custom without compromising on performance.

2 upvotes on reddit
See 10 replies
r/astrojs • [5]

Summarize

Videos and website performance

Posted by strongerself · in r/astrojs · 4 months ago

I have both background videos, background images but also normal images and videos. Besides the video background of the hero, would it make sense to client load the rest of the videos in the website or no? I’m trying to get a better performance score

6 upvotes on reddit
5 replies
Helpful
Not helpful
View Source
5 replies
EducationalZombie538 · 4 months ago

upload to something like bunny.net and use hls.js to stream the video in. you'll have to have a bit of a play about with the settings to force it to load enough to play without pixellation, but it'll make it barely worse than a hero image

5 upvotes on reddit
Substantial_Emu2326 · 4 months ago

For videos, preferable use videos with a duration like 15-30 seconds and converted to webm.

1 upvotes on reddit
strongerself · OP · 4 months ago

Does Astro have anything built in?

1 upvotes on reddit
MotoTrip99 · 4 months ago

bunny.net

1 upvotes on reddit
I
ISDuffy · 4 months ago

I recommend having the video on a cdn, I use mux video, then have a cover image for the video if it the video component which loads a optimized image until the video is ready.

You probably want to test out the video component on multiple browsers as last time I worked with them some browsers acted differently.

I believe google sees lcp for video as first frame or cover image.

2 upvotes on reddit
See 5 replies
r/divi • [6]

Summarize

Background Videos - Where to Host?

Posted by Schnuxthepux222 · in r/divi · 8 months ago

So far I have not found the best way to have background videos load fast, especially on mobile.

Videos have great size, usually under 3 MB, lower frame rate etc. I have hosted them on the web server, on Amazon S3, on CloudFront, but some times they take 10sec to load on mobile (Wifi).

Any hints?

Thanks!

3 upvotes on reddit
9 replies
Helpful
Not helpful
View Source
9 replies
Ulrich453 · 8 months ago

Vimeo

1 upvotes on reddit
Schnuxthepux222 · OP · 8 months ago

As a background for the hero section? Interesting.
Just found this
https://freshysites.com/web-design-development/adding-vimeo-video-backgrounds-to-divi-theme/
Is that the way you use it?

1 upvotes on reddit
Ulrich453 · 8 months ago

It’s the way I would, but it may not be the best way

1 upvotes on reddit
brbnow · 8 months ago

what's wrong with vimeo or YT (or vimeo better?) curious.

2 upvotes on reddit
Schnuxthepux222 · OP · 8 months ago

Like this?
https://youtu.be/c6ps1Ma0QXQ?si=-CXc9OCba4JSyM8R

1 upvotes on reddit
Schnuxthepux222 · OP · 8 months ago

Curious how you do it.

1 upvotes on reddit
sp913 · 8 months ago

Why not use YouTube?

1 upvotes on reddit
1
1337_n00b · 8 months ago

You need some compression with a good D2F ratio.

1 upvotes on reddit
charcon_take2 · 8 months ago

Minimize file size will be the biggest thing for load time if self hosting . Hosting on another platform would cover that issue. I’m using wistia and YouTube depending on how I need the layout to work.

1 upvotes on reddit
See 9 replies
r/webdev • [7]

Summarize

How to play low or high quality video depending on the Internet speed?

Posted by sina-gst · in r/webdev · 15 days ago

What I'm working on

A website containing too many videos.

Problem

I want only the low quality version of the videos to be displayed when the user's Internet speed is low, and the high quality ones to be displayed when the Internet speed is good enough. To put it simply, the quality of the video depends on the Internet speed.

Question

Should I have to upload 360, 480, 720 versions of the videos myself, and switch between those, if so, how? Are there any other ways to achieve so?

6 upvotes on reddit
7 replies
Helpful
Not helpful
View Source
7 replies
BeeSwimming3627 · 12 days ago

you dont have to manually juggle all video versions yourself the usual way is to use something like adaptive bitrate streaming with hls or dash which automatically switches between qualities based on the users internet speed platforms like youtube or vimeo use the same idea if you host yourself tools like ffmpeg can generate multiple quality versions and a video player like videojs can handle the switching,

tip: make sure to check compatibility with different OS.

2 upvotes on reddit
gorilla-moe · 15 days ago

This is something we did at my previous company. We started out with different mp4 files for each resolution and then started migrating to HLS, but faced performance problems on low end devices. Then we went with cmaf which increased performance on low end devices by a lot and also saved a lot of bandwidth.

2 upvotes on reddit
I
Irythros · 15 days ago

> Should I have to upload 360, 480, 720 versions of the videos myself, and switch between those, if so, how? Are there any other ways to achieve so?

Doing it explicitly yourself, no. You should have something that takes in the source video and then sets up a background job to transcode that to the different file formats and sizes.

It's possible to do it on-demand (to save space) but the problem is you now need specific CPUs, a GPU, or specific transcoding hardware. With how cheap HDDs are it's a lot cheaper to just save the movie in multiple sizes.

3 upvotes on reddit
unknown9595 · 15 days ago

Just use YouTube, the embed player is quite customisable. I think they have an sdk but not used it in ages.

5 upvotes on reddit
E
electricity_is_life · 15 days ago

What you're talking about is "adaptive bitrate streaming". Typically this is done with a protocol like HLS, where a video is broken into chunks and each chunks has multiple versions at different levels of quality. The player code automatically switches as network conditions change.

It's possible to implement this yourself, but I'd recommend using an existing service unless you have a very special use case. I use BunnyCDN and I've been pretty happy with their offering, but lots of companies (Cloudflare, etc.) have products in this space. You upload your videos and then they give you an iframe (or JS library, etc.) that you can embed on your site to show the video.

17 upvotes on reddit
sina-gst · OP · 15 days ago

Thank you for the answer! You mean, I can upload my videos there on Bunny, and then use the iFrame it gives us? Is that all the process? It seems like there is no free option, because Bunny has paid plans as well.

3 upvotes on reddit
E
electricity_is_life · 15 days ago

Yes, you upload the video to Bunny and then put the iframe tag they give you onto your website. You do have to pay for it, but if you host the videos on your own server you'll likely have to pay bandwidth charges there as well. Hosting large amounts of video is never cheap.

7 upvotes on reddit
See 7 replies
r/webhosting • [8]

Summarize

Suggestions to make website load faster

Posted by lyxtian · in r/webhosting · 5 years ago

Greetings,

I'm fairly new to this web hosting and currently using wordpress with woocommerce. Hosted at siteground. I set up it with cloudflare(siteground was suggesting it to make it faster CDN) . it takes 20s to fully load my website and i dont know why. also tried gtmetrix result was 20s also.

PS: i have startup plan in siteground

Edit : Wow autoptimize really works. Thanks for the help guys.

4 upvotes on reddit
6 replies
Helpful
Not helpful
View Source
6 replies
deezlici0us · 5 years ago

You could try doing these steps and see if it improves:

Install Autoptimize plugin(free) then

  • Optimize JavaScript code - Check
  • Optimize CSS code - Check
  • Optimize HTML code - Check

Then install WP Rocket(paid) and

  • Enable Caching for mobile devices - Check
  • Enable LazyLoad for images, iframes, videos - Check
  • Prefetch this URL : //fonts.googleapis.com using the Preload tab
3 upvotes on reddit
R
RickTibbe_ · 5 years ago

I've never worked with Autoptimize before, but it seems like WP Rocket can achieve the same (and more), so I'd suggest going with just one plugin, which is WP Rocket in this case.

OP: Here's a very detailed tutorial on how to optimize your website: https://www.youtube.com/watch?v=zDix8THVpA8

3 upvotes on reddit
T
TheNominated · 5 years ago

What usually makes Wordpress slow is huge amounts of poorly made plugins. Try disabling the ones you don't necessarily need, or turn them off one by one to see which ones have the biggest effect on your loading times.

Without more details it's hard to pinpoint a single cause, you'll have to try different approaches to see what works, or diagnose it more in depth.

7 upvotes on reddit
Ithariel · 5 years ago

Do what /u/TheNominated said and only use plugins that you absolutly need.

If you want to make sure your hoster is not the problem, you might want to install a fresh wordpress in a sub directory if that is possible on siteground. If a fresh wordpress still takes 10 to 20 seconds you might want to look elsewhere.

WooCommerce means shop means complex. If you're running something like this always, really ALWAYS, use caching. Get yourself a full page caching plugin. Im using "WP Super Cache" but i haven't really tried others and there might be better paid options.

2 upvotes on reddit
A
AdmiralAdama99 · 5 years ago

If your page content loads in a reasonable amount of time, but you are getting a "still loading" icon for about 20-30 seconds, double check that your page isn't linking to any dead images.

Chrome -> hit F12 to bring up DevTools -> Network tab -> make sure nothing is colored red. A dead asset will cause pages to take awhile to finish loading.

2 upvotes on reddit
lyxtian · OP · 5 years ago

thank you for your input guys, will definitely do all your suggestions.

1 upvotes on reddit
See 6 replies
r/Carrd • [9]

Summarize

Video Loading Optimization?

Posted by AlexLechev · in r/Carrd · 6 months ago

Hi guys,

My site has a lot of portfolio videos and I am using the native Carrd video player. Unfortunately this causes the site and specifically the videos and images to load slow. They are not particularly heavy as files. Do you have any tips on how I can optimize the site to decrease the loading times?

2 upvotes on reddit
2 replies
Helpful
Not helpful
View Source
2 replies
mnbowley · 6 months ago

You could try using Bunny.net for video hosting (aff ink). It's paid, but very cheap (I'm paying $1/mo for one site). The benefit is faster performance and more control over the player UI (no promotions, unlike YT).

1 upvotes on reddit
jchnxu · 6 months ago

can u try using youtube embed? i believe youtube has done a lot of optimzation

1 upvotes on reddit
See 2 replies
r/divi • [10]

Summarize

How can I make my web faster to load

Posted by yanguz · in r/divi · 4 years ago

I used divi and the score in PageSpeed Insights it's very low and I don't know what plugin I should use to solve this problem. If someone want to check the site, ask me (I'm not sure If I can post it here). Thank you in advance.

2 upvotes on reddit
3 replies
Helpful
Not helpful
View Source
3 replies
A
ardnoik · 4 years ago

Run a scan at gtmetrix.com and see what it says. Sometimes it's not as simple as 'installing a plugin.'

Usually when I see super slow Divi sites it's because:

  • They did ridiculous things with the visual builder that make the page more complex than needed
  • Terrible hosting that has long server response times
2 upvotes on reddit
R
Redpythongoon · 4 years ago

I use WPRocket. Also get a plug-in to serve images as webp. I use imagify.

2 upvotes on reddit
tdrayson · 4 years ago
  1. Are you on decent hosting?
  2. Are you using a compression tool like Shortpixel to compress and then serving WebP and scaled images? (ie not showing 1920px wide images on mobile)
  3. Do you have caching?
  4. Are you using a CDN?

Couple of plugins I would recommend are:

  • WP Rocket
  • Flying Pages (for pre-loading pages)
  • Flying Scripts (For deferring scripts to after initial page-load)
  • Asset Cleanup (Maybe)
3 upvotes on reddit
See 3 replies

Top People to Talk to

These are some of the top contributors related to
bigseo
webdev
elementor
3+ others
W

waldito

No bio available
55584
Karma
51
Posts
7939
Comments
View Profile
Chat w/ Profile AI
D

ducki666

No bio available
-2
Karma
16
Posts
1069
Comments
View Profile
Chat w/ Profile AI
Z

ZoomBoy81

No bio available
34958
Karma
65
Posts
4687
Comments
View Profile
Chat w/ Profile AI
I

InvictaDigitalMedia

No bio available
104
Karma
3
Posts
64
Comments
View Profile
Chat w/ Profile AI
A

Apart_Ad843

No bio available
1039
Karma
54
Posts
956
Comments
View Profile
Chat w/ Profile AI
M

Mysterious-Falcon-83

No bio available
1063
Karma
9
Posts
290
Comments
View Profile
Chat w/ Profile AI
E

EducationalZombie538

No bio available
50
Karma
54
Posts
1693
Comments
View Profile
Chat w/ Profile AI
E

electricity_is_life

No bio available
9199
Karma
37
Posts
2116
Comments
View Profile
Chat w/ Profile AI

Related

How to embed Vimeo videos on a website

How to embed YouTube videos on a website

Best practices for video embedding on websites

How to customize Vimeo player appearance

AI Answer

🤖

How to improve video loading speed on websites

Key Considerations for Improving Video Loading Speed:

  1. Optimize Video Format:

    • Use modern formats like MP4 (H.264 codec) or WebM for better compression and quality.
    • Consider using adaptive bitrate streaming (e.g., HLS or DASH) to adjust video quality based on user bandwidth.
  2. Compress Videos:

    • Use video compression tools (like HandBrake or FFmpeg) to reduce file size without sacrificing quality.
    • Aim for a balance between quality and file size; typically, a bitrate of 1,500 to 3,000 kbps is sufficient for 720p video.
  3. Implement Lazy Loading:

    • Load videos only when they are in the viewport or about to be viewed. This reduces initial load time and saves bandwidth.
  4. Use a Content Delivery Network (CDN):

    • Distribute video content across multiple servers worldwide to reduce latency and improve loading times for users regardless of their location.
  5. Enable Browser Caching:

    • Set up caching rules so that returning visitors can load videos from their local cache instead of downloading them again.
  6. Reduce HTTP Requests:

    • Minimize the number of requests by combining video files or using fewer scripts/stylesheets that load with the video.
  7. Optimize Hosting Environment:

    • Ensure your web hosting service can handle video streaming efficiently. Consider dedicated video hosting platforms (like Vimeo or YouTube) for better performance.

Recommendation: Start by compressing your videos and using a CDN to distribute them. These steps can significantly enhance loading speeds and user experience. Additionally, implementing lazy loading can further optimize performance, especially for pages with multiple videos.

Still looking for a better answer?

Get more comprehensive results summarized by our most cutting edge AI model. Plus deep Youtube search.

Try Gigabrain Pro for Free
gigaGigaBrain Logo
Support

Who are we?

Get API access

Leave us feedback

Contact us

Legal

Terms of Use

Privacy Policy

Shopping Tools

Product Comparisons

2023 GigaBrain Corporation
As an Amazon Associate, GigaBrain may earn a commission from qualifying purchases.