Sometimes when images are uploaded, the server hasn't had time to render the 1000px thumb images used in the editor and could result in a 500 response, especially for a large number of images.
The lazy-loading will handle making those requests for many images that aren't in the viewport, and this fix will retry those images which errored loading.
Few points:
It'll retry 5 times.
After the error response, there's a 200ms delay before retrying.
Sometimes when images are uploaded, the server hasn't had time to render the 1000px thumb images used in the editor and could result in a 500 response, especially for a large number of images.
The lazy-loading will handle making those requests for many images that aren't in the viewport, and this fix will retry those images which errored loading.
Few points: