Forum Moderators: phranque
When you pull an image onto a web page, the exact path to the image is declared within the <img src="image path"> tag. So the browser is not actually having to look for it......you are essentialy telling the browser exactly where it is.
The only thing i can think of that would slow the process down is the 1000 images themsevles and the speed reduction they may be causing on the actual server because of the memory they will no doubt be taking up (depending what the images are).
Webboy
I personally would not run to anything like that number in a single directory - although i'm saying that without any deep understanding or hard stats - it's just gut feel.