With reference to this issue: jQuery/JavaScript to replace broken images
I still get exceptions like this in chrome console, even when when the images are being correctly repalced using the suggestions from the linked solution above:
GET http://10.10.0.3/OC/media/profile-pics/2348022002298.jpg 404 (Not Found)
I'm an building up a large address book where images are saved by mobile number. there would potentially be 1000's of 404 errors.
Would that be a performance issues - 1000's of failed image download attempts?
IS there a more efficient solution to that suggested in the link?
My best alternative so far seems to build this up server-side and do a file replace ahead of time for files i cant find.
Suggestions please, thanks.