noequezada
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Change LanguagueThe text are translated, but i cannot change the language plugin although my wordpress it’s set in spanish
Forum: Plugins
In reply to: [WebP Express] Broken Links Imagesany comment @roselldk ??
Forum: Plugins
In reply to: [WebP Express] Broken Links ImagesDoes the limit of simultaneous connections affect in the server the plugin performance?
Forum: Plugins
In reply to: [WebP Express] Broken Links ImagesCopying JPEG to uploads folder (webp-express-test-images/sdBzKi.JPEG). ok
We now have a jpeg stored here:
/home3/ankorfmy/public_html/bodegademuebles/wp-content/uploads/webp-express-test-images/sdBzKi.JPEG
Lets check that browsers supporting webp gets a freshly converted WEBP when the jpeg is requested
Making a HTTP request for the test image (pretending to be a client that supports webp, by setting the “Accept” header to “image/webp”)
Request URL: https://bodegademuebles.com/wp-content/uploads/webp-express-test-images/sdBzKi.JPEG
Response: 200 OK
Response headers:
– date: Thu, 19 Nov 2020 20:05:07 GMT
– server: nginx/1.19.0
– content-type: image/jpeg
– content-length: 2308
– x-webp-convert-log: Converting (there were no file at destination), None of the converters in the stack are operational, Performing fail action: original
– cache-control: no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0
– cache-control: max-age=31536000
– pragma: no-cache
– vary: Accept,Accept-Encoding
– last-modified: Thu, 19 Nov 2020 20:05:06 GMT
– expires: Fri, 19 Nov 2021 20:05:07 GMT
– content-encoding: gzip
– host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
– referrer-policy: no-referrer-when-downgrade
– x-server-cache: true
– x-proxy-cache: MISSBummer. As the “content-type” header reveals, we got the jpeg.
The test FAILED.
Now, what went wrong?
The answer lies in the “x-convert-log” response headers: The conversion FAILED.
Deleting test images
THEMES
Copying JPEG to themes folder (webp-express-test-images/kBfoui.JPEG). ok
We now have a jpeg stored here:
/home3/ankorfmy/public_html/bodegademuebles/wp-content/themes/webp-express-test-images/kBfoui.JPEG
Lets check that browsers supporting webp gets a freshly converted WEBP when the jpeg is requested
Making a HTTP request for the test image (pretending to be a client that supports webp, by setting the “Accept” header to “image/webp”)
Request URL: https://bodegademuebles.com/wp-content/themes/webp-express-test-images/kBfoui.JPEG
Response: 200 OK
Response headers:
– date: Thu, 19 Nov 2020 20:05:08 GMT
– server: nginx/1.19.0
– content-type: image/jpeg
– content-length: 2308
– x-webp-convert-log: Converting (there were no file at destination), None of the converters in the stack are operational, Performing fail action: original
– cache-control: no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0
– cache-control: max-age=31536000
– pragma: no-cache
– vary: Accept,Accept-Encoding
– last-modified: Thu, 19 Nov 2020 20:05:07 GMT
– expires: Fri, 19 Nov 2021 20:05:07 GMT
– content-encoding: gzip
– host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
– referrer-policy: no-referrer-when-downgrade
– x-server-cache: true
– x-proxy-cache: MISSBummer. As the “content-type” header reveals, we got the jpeg.
The test FAILED.
Now, what went wrong?
The answer lies in the “x-convert-log” response headers: The conversion FAILED.