You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/02/09 14:10:42 UTC

[GitHub] [trafficserver] c-taylor commented on pull request #7470: Experimental Cache fill plugin

c-taylor commented on pull request #7470:
URL: https://github.com/apache/trafficserver/pull/7470#issuecomment-775966492


   > This plugin doesn't provide any improvement for smaller objects but could also degrade the performance as two outgoing requests for every cache update.
   
   This plugin, combined with similar assertions in https://github.com/apache/trafficserver/issues/7504, could solve the problem and optimise for large/small cases.
   
   If ["Content-Length" > high_buffer_water_mark]
   cache_fill()
   fi
     


----------------------------------------------------------------
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:
users@infra.apache.org