I am planning to include iFrame in my wordpress site homepage for one reason-- improve homepage speed for SEO purposes. Correct me if I'm wrong, I found out that iframe blocks loading on parent page (old browsers perhaps). Now, here's the idea: I want to divide my homepage into two. The top would be the parent page's light elements and below would be an iframe showing recent posts with heavy elements. I want to load the parent's elements first before the iframe's. Also, prevent browser from showing busy indicator which I intend to use GIF image only on the iframe.
Summary:
Page with SEO friendly iframe.
Loads parent elements first w/o being blocked by iFrame
iframe loads after loading parent page's elements
Prevent showing browser's busy indicator while loading the iframe
Help please.