This PR adds the option to overwrite the Statamic core image manipulation with a custom route that handles the manipulation in a queue. Possible further improvements/options:
allow to choose a statamic.image_manipulation.presets entry that is returned instead of the full image if the smaller sizes are not generated yet.
allow to move the image generation to another server, so call an API in the queue instead of generating the images on the local server
This PR adds the option to overwrite the Statamic core image manipulation with a custom route that handles the manipulation in a queue. Possible further improvements/options:
statamic.image_manipulation.presets
entry that is returned instead of the full image if the smaller sizes are not generated yet.