On Sat, 22 Dec 2012 16:08:16 +0100
Christoph Anton Mitterer 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 see details.
It'll a
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 cryptographi
> 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
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 mod_xml2
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).
The