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


   Hi again
   With ?PageSpeed=off Pagespeed is disabled for this request so you can test 
if the issue is here witout pagespeed. If the issue is here w/o pagespeed then 
you need to look other things.
   Whit ?PageSpeedFilters=+debug the module put debug messages as html 
comments. So looking in the html code of the page you have some debug info.
   Adding a - (minus sign) you can disable a filter, adding + (plus sign) you 
can enable a filter.
   So with ?PageSpeedFilters =+debug,-rewrite_css you have debug messages in 
the html code and the rewrite_css filter is disabled only for this concrete 
request.
   These query parameters are case sensitive, you canĀ“t use 
?pagespeedfilters=+DEBUG.
   In this way you can enable or disable filters w/o changing the config files 
and w/o restarting the web server.
   In PageSpeedFlters you can add more than 2 filters with , (comma) delimiter.
   You can see it at https://www.modpagespeed.com/doc/experiment#ModPagespeed
   
   


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