How to embed videos without fcking up pagespeed

BaldHat616

Junior Member
Joined
Mar 21, 2021
Messages
145
Reaction score
118
How do you handle videos on your websites without sacrificing pagespeed too hard? Say you don't want to use YouTube embeds.

Even after compromising the files they still have a couple Mbs. Any suggestions?
 
load iframe via javascript (lots of tutorials on stackexchange).
put async=defer to load that .js in the last after DOM gets loaded.
If I'm not wrong there are plugins that lazy-load iframe just like images.

these both methods work not to worsen up the page-speed metrics.
 
I will try, thank you guys!
 
Back
Top