Closed
Description
Even at smaller dimensions (100 pixels) data_uri_thumbnail is bringing down my server to its knees with very low traffic. I have pages that need to process 15-20 images and apparently this is not sustainable. I get 5 page views and the server is bogged down tremendously. I don't know about others' experience, but this does not work for me at all.
An alternative would be to create a custom liip_imagine filter that implements Blurhash and use it instead of data_uri_thumbnail. This way we will have image caching.
Not complaining here, just suggesting a note should be added to docs, so people know data_uri_thumbnail is not suitable for production use. I spent more than a few hours trying to figure out what's going on.