-
Notifications
You must be signed in to change notification settings - Fork 365
Webp conversion not happening for data-srcset URL of <picture> element. #1725
Comments
@jmarantz, |
@NileshBhosale1993 |
In my case, it's only one URL inside scrset. I have faced another issue now which is related to cache. We have faced sometimes 404 errors for webp images with the below config
I have to go through issue #1686 but not able to connect all points. |
Hi |
Hi |
Try it
Have you configured fecht by https in both servers?
And also need to set:
If distro is Ubuntu/Devian like, only directory, if Redhat/Centos like, both lines. |
Following are the details of my setup and more details about my problem that I am facing.
System info:
nginx-1.18
php7.3
ubuntu 20.04(64-bit)
We have used the following page speed config:
pagespeed on;
# Needs to exist and be writable by nginx. Use tmpfs for best performance.
pagespeed FileCachePath /var/ngx_pagespeed_cache;
We have used the picture element for setting the different size images based on screen size. It only does the conversion for img tag src URL. Webp conversion not happening for srcset URL of
Is there any configuration available to make it work?
The text was updated successfully, but these errors were encountered: