dungvaph03374 opened a new issue #1654: Many filters not working properly or 
not even working
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1654
 
 
   nginx.conf
   ```
   pagespeed on;
   pagespeed FileCachePath /var/ngx_pagespeed_cache;
   pagespeed RewriteLevel CoreFilters;
   ```
   response contain x-page-speed header
   ```
   cache-control: max-age=0, no-cache
   content-encoding: br
   content-type: text/html
   server: cloudflare
   status: 200
   vary: Accept-Encoding
   x-page-speed: 1.13.35.1-0
   ```
   CoreFilters RewriteLevel
   
   - add_head
   
   Before
   ```
   <html>
     <body>
       <div class="blue yellow big bold">
         Hello, world!
       </div>
     </body>
   </html>
   ```
   After
   
   ```
   <html>
     <head/><body>
       <div class="blue yellow big bold">
         Hello, world!
       </div>
     </body>
   </html>
   ```
   
   - combine_css not working
   - combine_javascript not working
   - extend_cache not working
   maybe all of them not working, i'm too lazy to grab all examples, is it 
should be a downloadable examples?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to