dpeca opened a new issue #1665: lazyload_images always disabled URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1665 Even I have in conf only lazyload_images enabled: ``` pagespeed RewriteLevel PassThrough; pagespeed EnableFilters lazyload_images,debug; ``` I end up with this: ``` mod_pagespeed on Filters: db Debug hw Flushes html ll Lazyload Images Options: AvoidRenamingIntrospectiveJavascript (aris) True EnableRewriting (e) 1 FileCacheInodeLimit (afcl) 500000 RewriteLevel (l) Pass Through Statistics (ase) True StatisticsLogging (asle) True #NumFlushes 0 #EndDocument after 3266us #Total Parse duration 2624us #Total Render duration 1432us #Total Idle duration 642us No critical images detected. The following filters were disabled for this request: Lazyload Images ``` I'm using latest nginx-pagespeed, compiled before 5 days, on Debian10. My theory is that lazyload_images is somewhere disabled, in some conf file that I can't find. I compiled it with `--conf-path=/etc/nginx/nginx.conf` option, so basically i'm using default Debian10 nginx conf file (instead of /usr/local/nginx/conf), buf however, even in /usr/local/nginx/conf I can't find any conf file related to pagespeed (is that okay or I should have some pagespeed.conf file?). What i'm doing wrong? Maybe lazyload_images requires some additional option in conf files, to be enabled?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services