I installed ModSecurity on a web server running IIS 8.5, and noticed the response time has increased 15 times (0.15 ms/request vs. 2.2 ms/request), even with SecEngine set to off. It seems that IIS is running on single-threaded mode when ModSecurity is installed, because IIS Worker Process only uses around 15% of CPU with ModSecurity, but it can use up to 95% of CPU without it.
I'm using the conf file from the CSR installed by ModSecurity. Am I missing some configurations?