On Jan 6, 2014, at 1:22 PM, Otto van der Schaaf <osch...@gmail.com> wrote:
> Perhaps some of the performance loss you are seeing might be caused by ATS > having to switch to a chunked transfer encoding when a transform is > involved. > What does cpu usage look like with and without a transform on your system? +1. I’ve seen some pretty dramatic performance penalties when you force ATS to “rechunk” the content. I filed a bug on it: https://issues.apache.org/jira/browse/TS-1381 Granted, it’s not directly related to chunking, but the same applies: With no CL: header, forcing chunking to happen, performance goes to hell. One thought would be to do as was recommended by someone else here, to increase the chunking sizes: CONFIG proxy.config.http.chunking.size INT 64k or some such. — Leif