jmarantz commented on issue #1709:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-681927466


   RE "long time to load": that should not cause 404; it should cause PageSpeed 
to elect not to optimize that resource.
   
   RE "`pagespeed Domain https://fonts.googleapis.com;`"; that is definitely 
wrong. You can only apply `pagespeed Domain ` to domains that run PageSpeed, 
and `fonts.googleapis.com` does not. The existence of that directive in your 
config file can cause broken pages.
   
   Based on the URLs you gave earlier, I was expecting to see a `RewriteDomain` 
rule that was similarly misconfigured. `RewriteDomain` basically means the two 
domains reference the same context, and you want to map one to the other. It's 
quite different from `MapProxyDomain` which is the only config mechanism 
provided to optimize assets on another domain.
   
   Are there any other `RewriteDomain` directives in your config?
   


----------------------------------------------------------------
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


Reply via email to