Iframe issue need to decrease pageload time Iframe issue need to decrease pageload time php php

Iframe issue need to decrease pageload time


I guess you better replace all iframes with your desired loading solution in php template before output. Use regexp, like this <iframe.*src="([^"]*)".*\/iframe>. I suppose replacing iframes width div containing loading gif and data-src attribute with real iframe url is good solution. Then use js load iframes inside div, after page loaded.