ws420 commented on issue #1681: Uncacheable content, preventing rewriting of 
image
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1681#issuecomment-594912591
 
 
   After hours of searching, I think we finally fixed the double cache-control 
headers.
   
![image](https://user-images.githubusercontent.com/48076840/75929691-22527000-5e3f-11ea-9285-2daa3874d898.png)
   
   However, it broke the website again and all resources are returning 404 
errors
   
![image](https://user-images.githubusercontent.com/48076840/75929729-372f0380-5e3f-11ea-97c5-38c91b1f78e1.png)
   
   The errors in the debug mode are still 4xx. We had to disable PageSpeed 
temporarily because it broke the entire website.
   
   I have also found a workaround to force the debug mode on the homepage. For 
some unknown reason it seems the plus sign (+) is being urlencoded to %20.
   This URL will trigger the debug mode on the homepage: 
https://www.weedstreet420.com/?PageSpeedFilters=%2Bdebug
   
   The solution is to use the urlencoded version of the plus (+) character, 
which is %2B

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

Reply via email to