Malte Müller
Malte Müller
The only way would be to use cURL or similar extra request to execute the image processor uri directly instead of just returning it. Afterwards we could serve the actual...
I did not do any investigation yet (I have no time right now). The cURL actually could just use the image processor url we have already so we just avoid...
Not if we internally use e.g. a part of a defined secret token to prevent unwanted usages. Again this is also just an idea not investigated. Abandoning the image processor...
> Grab the image args from database, create image and use path without query string. Not possible and no less complicated because image args are not stored in the database....
I will review and try once I get the time again. One quick code style note beforehand: Only use variable names starting with `$_*` if it is a rather local...
Don't remember, probably to check for changed originals so they are updated.
Btw. the backend does not really use caching, at least not page caching or something. We'll take a look as soon as possible.
That's something @vincent3569 would have to look into as he sadly didn't update with all latest changes.
1. Duplicates: That might have sneaked in as this list was from various sources and extended manually as there is no way to automate this (which is why it will...
Yes, since there is only a basic default the plugin takes over or not. But have you tried to call your plugin later in order than the official one? It...