Results 369 comments of Lofesa

Hi First, pagespeed module do nothing with ico,svg nor php files, so you don´t need these lines: ``` pagespeed LoadFromFileRuleMatch allow .ico$ps_dollar; pagespeed LoadFromFileRuleMatch allow .svg$ps_dollar; pagespeed LoadFromFileRuleMatch allow .php$ps_dollar;...

These filters are disabled for "this" request. "this" is the wrod. For lazyload/delay images pagespeed need some info that take some time to collect. The info como back to pagespeed...

Hi Try `https://domain.com/?PageSpeedFilters=+debug`. and see in the html code inserted debug messages as comments. At a first glance I see this: ``` pagespeed Domain img.domain.com; pagespeed MapProxyDomain https://domain.com/img/ https://img.domain.com/; ```...

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 img.domain.com? The request from...

Hi ``` ``` This message comes when no `pagespeed Domain www.domain.com;` exists, now you have it in place so don´t sould have this. I put uploads as a example, more...

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 than the...

Hi HttpCacheCompressionLevel stores optimized resources gziped in pagespeed cache and serve it as gzip with content-encoding: gzip header. If you set HttpCacheCompressionLevel to 0 (gzip disabled) then the resource is...

Hi I found this old thread https://groups.google.com/g/mod-pagespeed-discuss/c/6g_YjUeDyNU Can you try `pagespeed PreserveUrlRelativity on;` ? https://www.modpagespeed.com/doc/configuration#preserve-url-relativity

Hi Maybe you need to create the proxied folders? I mean `/var/www/domain-com/img/` A far time ago I have tried this, create the directory for the proxied assets and the directive...

Hi > Uncacheable content, preventing rewriting of https://img.domain.com/0416425d-81f4-4f48-ab83-c3dc7a1a2e39/228x228/de65085msjpg.jpg Some header is preventing the resource to be cached. For example a header like `Vary: Cookie` prevents caching the resource. What are...