I\'m writing a blog post that uses multiple videos from YouTube and Yahoo Video, but I\'m not happy with how long it takes the page to render. Apart from using an ajax-y met
You can follow the instructions from: https://varvy.com/pagespeed/defer-videos.html
just instead of using the code like this :
I would change by :
Because, the src="" could be interpreted as src="/" on some browsers, which will load a copy of your site into the iframe...