I am not sure if i am in the good category but i want to know what can i do regarding video embed because every video embed via the webflow plu drop my pagespeedinsigh score by 15 to 20 pts only on Mobile. on desktop my score is still around 100
1 Like
It’s still a problem 2025. I’ve several videos on one page collected from CMS. The Webflow editor as well as the browser becomes extremely slow. I would ges the video widget is consuming a lot of memory. At least it is a bad build all together.
Try:
Use custom code and lazyload iframes.
One minute implementation.
LazySizes is a popular JavaScript library for lazy loading images and iframes.
2.1: Step One: Under your page setting add the library CDN:
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js" async=""></script>
Related: Webflow custom code in head and body tag
2.2: Step Two: Put youtube link as embed code
-
Change the src to data-src
-
Add class “lazyload” to iframe.

