[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
Lofesa commented on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954959467 Hi Even in `https://www.whisky.de/` banner images are not webp converted but images in the html code get it. Son I´m still thinking is how javascript request

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
Lofesa commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954935119 Hi HttpCacheCompressionLevel stores optimized resources gziped in pagespeed cache and serve it as gzip with content-encoding: gzip header. If you set

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
jmarantz commented on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954742259 One other subtlety around this: there are few caches in the path, potentially that may need to be warmed by retrying a few times. * mod_pagespeed's server-side

[GitHub] [incubator-pagespeed-mod] datamints-off edited a comment on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
datamints-off edited a comment on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954717017 This is the configuration for mod_pagespeed: ``` ModPagespeed on AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html

[GitHub] [incubator-pagespeed-mod] datamints-off edited a comment on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
datamints-off edited a comment on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954717017 This is the configuration for mod_pagespeed: IfModule pagespeed_module ModPagespeed on AddOutputFilterByType

[GitHub] [incubator-pagespeed-mod] datamints-off edited a comment on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
datamints-off edited a comment on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954717017 This is the configuration for mod_pagespeed: ModPagespeed on AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html

[GitHub] [incubator-pagespeed-mod] datamints-off commented on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
datamints-off commented on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954717017 This is the configuration for mod_pagespeed: ` ModPagespeed on AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html

[GitHub] [incubator-pagespeed-mod] datamints-off commented on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
datamints-off commented on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954715945 @Lofesa The site consists of three systems behind a Nginx reverse proxy. mod_pagespeed is not enabled for the one at /forum, but for the one at / (you can see

[GitHub] [incubator-pagespeed-mod] datamints-off commented on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
datamints-off commented on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954714560 @jmarantz Yes, I checked the content type: the browser accepts image/webp,image/apng,image/svg+xml,image/*, the server returns image/jpeg. -- This is an

[GitHub] [incubator-pagespeed-ngx] mch0lic edited a comment on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
mch0lic edited a comment on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954701661 > Try pagespeed Domain http*://www.domain.com; or allmost pagespeed Domain https://www.domain.com; This did work to an extend, I could see that css/js

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
jmarantz commented on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954704800 I am assuming you checked the content-type of the ajax-loaded images in the chrome dev tools? On Fri, Oct 29, 2021 at 4:29 AM Lofesa ***@***.***>

[GitHub] [incubator-pagespeed-ngx] mch0lic commented on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
mch0lic commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954701661 > Try pagespeed Domain http*://www.domain.com; or allmost pagespeed Domain https://www.domain.com; This did work to an extend, I could see that css/js files

[GitHub] [incubator-pagespeed-ngx] Lofesa edited a comment on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
Lofesa edited a comment on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954665637 Hi So maybe the problem is they are http? Have you these folders and files under https? In chrome developer tools, have you any message in console?

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
Lofesa commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954665637 Hi So maybe the problem is they are http? Have you these folders and files under https? In chrome developer tools, have you any message in console? (other

[GitHub] [incubator-pagespeed-ngx] mch0lic edited a comment on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
mch0lic edited a comment on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954625725 ```curl -I https://img.domain.com/image.jpg``` (from www.domain.com server) ``` HTTP/2 200 server: nginx content-type: image/jpeg

[GitHub] [incubator-pagespeed-ngx] mch0lic edited a comment on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
mch0lic edited a comment on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954625725 ```curl -I https://img.domain.com/image.jpg``` (from www.domain.com server) ``` HTTP/2 200 server: nginx content-type: image/jpeg

[GitHub] [incubator-pagespeed-ngx] mch0lic commented on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
mch0lic commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954625725 ```curl -I https://img.domain.com``` (from www.domain.com server) ``` HTTP/2 200 server: nginx content-type: image/jpeg content-length: 21402

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
Lofesa commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954584666 Hi ``` https://www.domain.com/app/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.5.6.0"; id="jquery-blockui-js">

[GitHub] [incubator-pagespeed-ngx] mch0lic commented on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
mch0lic commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954563650 > But now other files are rewrited? I will say a file in /var/www/www.domain.com/shared/uploads/ is rewrited? I'm not 100% sure about uploads, as there is not

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
Lofesa commented on issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085#issuecomment-954552905 Hi Not only the banner, seems is in all images that are precessed by pagespeed, like:

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1742: 1.13.35.2-stable suddenly stopped working

2021-10-29 Thread GitBox
Lofesa commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954544479 Hi But now other files are rewrited? I will say a file in `/var/www/www.domain.com/shared/uploads/` is rewrited? Can you take a look at the log files in

[GitHub] [incubator-pagespeed-mod] datamints-off opened a new issue #2085: Images don't get converted to webp in ajax requests

2021-10-29 Thread GitBox
datamints-off opened a new issue #2085: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2085 We're using a banner system to load ads via ajax. The images in the ajax responses are handled by mod_pagespeed, but they're not converted to webp. If I call the ajax url directly in