Hi Jakecigar!
Thanks, much appreciated!
Yes, I've researched this a bit more in the meantime - it's as you say, the image requests are on their way, even straight after the "ready" event.
http://stackoverflow.com/questions/8058676/is-it-possible-to-run-javascript-before-images-begin-loadingSo, as you say, doing the pre-formatting in PHP would be possible.
What do you think of image lazy-loading? Does it make sense at all?
My desire would be to show-off even quicker page load times, as is crucial for demonstration purposes for my plugin...
So the new question is: "How can I pre-process the images on the server-side generically?"
In my use-case, the images in question are defined as background-images in the CSS, inside the definition of the Wordpress theme.
I would like to generically transform them at a central point of execution on the server-side in PHP, instead of pre-processing each one manually... Ideally, this modification code could be provided as a server-side add-on to the Lazyload plugin...
Any ideas how that can be done?
EDIT: Just found this, which explains the advantages:
http://speckyboy.com/2012/10/18/how-to-create-lazy-loading-images-for-your-website/The built-in fade-in effect, which is easy to address seems to add value to the technique.
I would now love to provide a generic way of pre-processing the image data, be it specific to PHP/Wordpress. Maybe that could be provided as a WP-Plugin or even better, generic PHP snippet that is collaborative with the popular Lazyload plugin...
Thanks once more and kind regards