If a background image is tiled, do the dimensions of the image file have any influence on page rendering speed?
I imagine that the smaller the image, the more blits have to be performed to fill the target area, so the longer the page will take to render[1]. Do you suppose this is true?
I'm asking mostly from the perspective of the iPhone (so Mobile Safari), since that's what I'm trying to optimize a site for.
[1] If that is really the case, the typical "empty.gif" (1x1 transparent image) would be a real performance killer.