- Issue created by @mandclu
As noted on the project page, this module does not cache the generated result when generating images. This could impose significant overhead on popular sites.
Follow the pattern of module's like core's image module (specifically PathProcessorImageStyles.php), that implement a stream wrapper manager that acts as a path processor to watch for requests matching a specific pattern, checking for an existing file, and then generating an image only if one does not exist. We would also need to implement a way for a site admin to invalidate/clear out any existing images, for example if the style was reconfigured. Perhaps this could happen automatically if certain configuration changes are made in the settings form
Active
1.0
Code