Lofesa commented on issue #2049:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2049#issuecomment-723795266


   Have you tried to disable pagespeed and see if the issue still here?
   Don“t need to restart the web server, it can be acomplised in a request 
basis, try:
   
   `https://mydomain.com/?PageSpeed=off`
   
   or even disable css rewrite in a request
   
   `https://mydomain.com/?PageSpeedFilters=+debug,-rewrite_css`
   
   the +debug put debug messages in the html code, so you can inspect these 
messages viewing the code of the page.
   
   


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