|
|
|
|
|
by hajile
2147 days ago
|
|
Order in HTML doesn't necessarily correlate to what a person can actually see (it's also possible to load images using CSS or even JS). You could wait for layout and then load, but that would incur another big penalty (especially on JS-rendered pages). |
|