uhlhosting commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-732994314


   Hi,
   
   I have updated the config file and since the one you had has changed, all 
pagespeed variables are in the files i sent in .zip.
   
   ```
     gzip on;
        gzip_disable "MSIE [1-6]\.";
        gzip_static on;
        gzip_comp_level 0;
        gzip_http_version 1.1;
        gzip_proxied any;
        gzip_vary on;
        gzip_buffers 16 8k;
        gzip_min_length 111;
        gzip_types *;   
        
     brotli on;
       brotli_static on;
       brotli_min_length 1400;
       brotli_buffers 32 8k;
       brotli_comp_level 0;
       brotli_types *;
   ```
   
   What next?
   
   I noticed that sometimes pages loads without pagespeed, and sometimes with 
it. Still getting the whitepage and on few refreshes its hittinng the pagespeed 
yet also without it.


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