One of the toughest things to figure out on Mobile is when various elements of the web page actually load. Unlike their desktop counterparts Mobile browsers do things a little differently. Take Androids browser for example, it waits until the entire page is assembled before it displays it.
So with that in mind we set out to reveal exactly where the Above the Fold line is – and how it relates the to entire page.
Here’s a link and a picture that shows you what’s going on. This is Yahoo’s Mobile Home page. This is a real time snapshot and shows you the whole page which is 320*2743 pixels (the entire page is shown in the link above) We’ve added a pixel ruler so you can now clearly see where the “fold” is (right at the 533 pixel point). Yahoo could dramatically improve their performance by simply sending just enough content for the fold. Sending everything the way they do just takes longer to assemble and display.

We define the “Fold” as the bottom of the device display which in the above case is right at 533 pixels. It will differ depending upon the device and orientation.