Hi and thanks for that quick answer ?? !
Even with cwebp deactivated, it doesn’t work.
Here are the files you asked for:
WOD-OPTIONS.JSON:
{
“destination-folder”: “separate”,
“destination-extension”: “append”,
“forward-query-string”: true,
“converters”: [
{
“converter”: “imagickbinary”,
“options”: {
“use-nice”: true
}
},
{
“converter”: “cwebp”,
“options”: {
“use-nice”: true,
“try-common-system-paths”: true,
“try-supplied-binary-for-os”: true,
“method”: 6,
“low-memory”: false,
“command-line-options”: “-low_memory”
}
}
],
“metadata”: “none”,
“fail”: “original”,
“success-response”: “converted”,
“base-htaccess-on-these-capability-tests”: {
“passThroughHeaderWorking”: false,
“passThroughEnvWorking”: false,
“modHeaderWorking”: false
},
“cache-control-header”: “”,
“quality”: 85,
“paths”: {
“uploadDirRel”: “wp-content/uploads”
}
}
CONFIG.JSON
{
“operation-mode”: “varied-image-responses”,
“image-types”: 3,
“destination-folder”: “separate”,
“destination-extension”: “append”,
“cache-control”: “no-header”,
“cache-control-custom”: “public, max-age=31536000, stale-while-revalidate=604800, stale-if-error=604800”,
“cache-control-max-age”: “one-week”,
“cache-control-public”: false,
“enable-redirection-to-converter”: true,
“only-redirect-to-converter-on-cache-miss”: false,
“only-redirect-to-converter-for-webp-enabled-browsers”: true,
“do-not-pass-source-in-query-string”: true,
“redirect-to-existing-in-htaccess”: true,
“forward-query-string”: true,
“enable-redirection-to-webp-realizer”: true,
“converters”: [
{
“converter”: “imagickbinary”,
“options”: {
“use-nice”: true
},
“working”: true
},
{
“converter”: “cwebp”,
“options”: {
“use-nice”: true,
“try-common-system-paths”: true,
“try-supplied-binary-for-os”: true,
“method”: 6,
“size-in-percentage”: 45,
“low-memory”: false,
“command-line-options”: “-low_memory”,
“set-size”: false
},
“working”: true
},
{
“converter”: “gd”,
“options”: {
“skip-pngs”: false
},
“working”: false,
“error”: “Required imagewebp() function is not available. It seems Gd has been compiled without webp support.”,
“deactivated”: true
},
{
“converter”: “imagick”,
“deactivated”: true,
“working”: false,
“error”: “iMagick was compiled without WebP support.”
},
{
“converter”: “gmagick”,
“deactivated”: true,
“working”: false,
“error”: “Required Gmagick extension is not available.”
},
{
“converter”: “wpc”,
“deactivated”: true,
“working”: false,
“error”: “Not configured”,
“options”: {
“api-key”: “”
}
},
{
“converter”: “ewww”,
“deactivated”: true,
“working”: false,
“error”: “Missing API key.”
}
],
“quality-auto”: false,
“max-quality”: 80,
“quality-specific”: 85,
“metadata”: “none”,
“convert-on-upload”: true,
“fail”: “original”,
“success-response”: “converted”,
“alter-html”: {
“enabled”: false,
“only-for-webp-enabled-browsers”: false,
“alter-html-add-picturefill-js”: true,
“only-for-webps-that-exists”: false,
“replacement”: “picture”,
“hooks”: “ob”
},
“web-service”: {
“enabled”: false,
“whitelist”: []
},
“base-htaccess-on-these-capability-tests”: {
“passThroughHeaderWorking”: false,
“passThroughEnvWorking”: false,
“modHeaderWorking”: false
},
“paths-used-in-htaccess”: {
“existing”: “wp-content/webp-express/webp-images/doc-root/.”,
“wod-url-path”: “wp-content/plugins/webp-express/wod/webp-on-demand.php”,
“config-dir-rel”: “wp-content/webp-express/config”
}
}
Thank you !