uhlhosting edited a comment 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 off;
        gzip_disable "MSIE [1-6]\.";
        gzip_static on;
        gzip_comp_level 8;
        gzip_http_version 1.1;
        gzip_proxied any;
        gzip_vary on;
        gzip_buffers 16 8k;
        gzip_min_length 111;
        gzip_types *;   
        
     brotli off;
       brotli_static on;
       brotli_min_length 1400;
       brotli_buffers 32 8k;
       brotli_comp_level 0;
       brotli_types *;
   ```
   
   In Safari I can notice this on console when logged in wp:
   
   <img width="1680" alt="image" 
src="https://user-images.githubusercontent.com/6324047/100104596-b0a3d180-2e66-11eb-865f-42e12aa63004.png";>
   
   ```
   text/plain
   Resource Type        Image
   Location
   Full URL     
https://uhl.site/ngx_pagespeed_beacon?ets=load:381&rload=1041&nav=0&dns=1&connect=1&req_start=197&ttfb=381&dwld=5&dom_c=675&nt=1&ifr=0&dpr=2&ref=https%3A%2F%2Fuhl.site%2Fhello-world%2F&url=https%3A%2F%2Fuhl.site%2F
   Scheme       https
   Host uhl.site
   Path /ngx_pagespeed_beacon
   Query String 
ets=load:381&rload=1041&nav=0&dns=1&connect=1&req_start=197&ttfb=381&dwld=5&dom_c=675&nt=1&ifr=0&dpr=2&ref=https%3A%2F%2Fuhl.site%2Fhello-world%2F&url=https%3A%2F%2Fuhl.site%2F
   Filename     ngx_pagespeed_beacon
   Request & Response
   Method       
   ```
   
   
   And a so called image that never seem to load properly, yet no idea what 
that could be, and console is not giving more.
   
   ```
   text/html
   Resource Type        Image
   Location
   Full URL     https://uhl.site/
   Scheme       https
   Host uhl.site
   Path /
   Filename     
   Request & Response
   Method       —
   Protocol     —
   Priority     —
   Cached       No
   Status       —
   Code —
   Error        Unknown error
   IP Address   —
   Connection ID        —
   Encoded      —
   Decoded      —
   Transferred  —
   Compressed   No
   Compression  
   ```
   
   Also I noticed in chrome there is another error in console:
   
   ```
   [Deprecation] chrome.loadTimes() is deprecated, instead use standardized 
API: Paint Timing. https://www.chromestatus.com/features/5637885046816768.
   k @ (index):161
   (anonymous) @ (index):163
   load (async)
   f.c @ (index):163
   (anonymous) @ (index):165
   ```
   
   this seems to be related with some js generated by pagespeed.
   
   What should I try 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