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


   Hi
   `ngx_pagespeed_beacon` are POST request that returns to the server info 
about the client, like the client viewport, screen size....
   The POST request is needed for some pagespeed filters like the 
`resize_rendered_image_dimensions` and soo. And I have not errors with it in 
you page (when are not a blank page)
   
   As far as I can see, you have excluded some files (with pagespeed Disallow) 
from pagespeed so these files are enterely under nginx control. 
   When a file is under pagespeed "radar" they have an etag header like 
etag="W/0" or etag="PSA/xxxxxx", the files that are not conpresed have etag 
from nginx and don´t have content encoding header.
   As you can see in the images, url rewrited by pagespeed are gziped, despite 
you have brotli, because you don´t have set
   `pagespeed HttpCacheCompressionLevel 0;
   
   This message `[Deprecation] chrome.loadTimes() is deprecated, instead use 
standardized API: Paint Timing.`  comes from the filter `pagespeed 
EnableFilters add_instrumentation;` there is a PR 
[#1802](https://github.com/apache/incubator-pagespeed-mod/pull/1802) to solve 
these issue, but is not applied to the pgespeed module.
   `
   
![Captura](https://user-images.githubusercontent.com/22342793/100134373-6b909700-2e88-11eb-93ac-a8e74a86c485.jpg)
   
   
![Captura1](https://user-images.githubusercontent.com/22342793/100134376-6d5a5a80-2e88-11eb-9aa0-45aaaa6349ee.JPG)
   


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