Re: [users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-22 Thread Christoph Anton Mitterer
Hi again. I did some more investigation and found out the following: The slowness is apparently not caused by any INFLATE/DEFLATE combination, cause when I use: #ProxyHTMLEnable off SetOutputFilter INFLATE;proxy-html;DEFLATE ... it's still fast. Actually the slowness seems to come from

Re: [users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-22 Thread Eric Covener
Any ideas why xml2enc makes things slow? How slow? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-22 Thread Christoph Anton Mitterer
On Sat, 2012-12-22 at 10:13 -0500, Eric Covener wrote: How slow? Without xml2enc it's about as fast as if I directly access the origin... so say few milliseconds... with xml2enc its (depending on the respective page) from 5-20 seconds. Cheers, Chris. smime.p7s Description: S/MIME

Re: [users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-22 Thread Nick Kew
On Sat, 22 Dec 2012 16:08:16 +0100 Christoph Anton Mitterer cales...@scientia.net wrote: Any ideas why xml2enc makes things slow? If you set LogLevel Debug, mod_xml2enc will tell you exactly what it's doing. If you say it's causing a bottleneck where none of the other filters are, I'd like to

[users@httpd] proxy_html: slowness problems when using ProxyHTMLEnable

2012-12-15 Thread Christoph Anton Mitterer
Hi. This is about using the external mod_proxy_html (3.1) with Apache 2.2... but I guess it’s largely identical to the one included in Apache 2.4. The setup I have is working, but it’s quite slow (and the machine is extremely powerful, 16 cores, 92 G RAM, fastest disks... 10GbE networking).