- 🇺🇸United States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request → as a guide.
This will need an issue summary update for proposed solution.
This will need test coverage
- 🇫🇮Finland ZeiP
We had another kind of problem related to that, namely that the deployments took quite long as we're using an S3 API for images and deleting the image styles takes a long time during config import. We decided to solve this by adding the image styles to a queue that is handled after the config import has been done. Attaching a patch of the concept here (it's not supposed to be completely working, but just to share our idea of the solution.)
- 🇨🇦Canada b_sharpe
Adding the +1 for visibility here as it's getting far more common to use S3-type storage here
- First commit to issue fork.
- 🇬🇧United Kingdom oily Greater London
For test coverage maybe use the existing test: /core/modules/image/tests/src/Functional/ImageStyleFlushTest.php
- 🇬🇧United Kingdom oily Greater London
Created ImageStyleEditTest. Needs to be refactored.