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


   The place to see it is the doc web.
   For example:
   `When InPlaceResourceOptimization is enabled, PageSpeed uses a default 
deadline of 10ms`
   here: https://www.modpagespeed.com/doc/system#ipro_deadline
   or
   `When PageSpeed attempts to rewrite an uncached (or expired) resource it 
will wait for up to 10ms per flush `
   here: https://www.modpagespeed.com/doc/system#rewrite_deadline
   
   whit `RewriteDeadlinePerFlushMs (rdm)                      111` you are 
adding 91ms to the default, these ms are added to the time the request take for 
completion.
   
   How the deadlines work? If the resource takes more than the configured time, 
pagespeed serve a unoptimized url AND in backgruond it optimize the resource so 
the next time the resource is requested it get optimized. You can wait to the 
resource optimization, but these time you wait is added to the request 
completion.


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