jwarren wrote:OK - so there are at least two things going on here 1) thumbnails not showing if not accessed the render_image url before (occurs with any sized image) and 2) pyramids not created for some of the larger images.
What URL are you using for the thumbnails in 1)?
re: 2) I assume pyramids aren't generated _until_ render_image is called (plus some extra time).
To get over these I've written a python crawler to request the render_image urls so the thumbnails and if necessary pyramids are created and stored. This appears to be having the desired effect so I'm not going to spend time right now tracing any bug.
Fair enough.
So the waiting for pyramid to load is the standard behaviour for the larger images? So my crawler will be useful in future?
For the immediate future, yes. Pyramids are generated inherently asynchronously, so you could also trigger their creation immediately. There's not a background service for the thumbnails at the moment.
Cheers,
~Josh.