c-taylor edited a comment 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" < (default|high)_buffer_water_mark] ignore cache_fill() else cache_fill() fi Even without work on the issue, you might be able to just use 'default_buffer_water_mark' value. I've considered here always using cache_fill, unless you can assert a more optimal behaviour. ---------------------------------------------------------------- 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: [email protected]
