A
awpti
Guest
Running into some performance issues.
I've tested this on both a default install (8.3 w/ PHP 5.2.4) and an install with a custom compiled version of PHP (5.2.5).
Running 'ab' on any domain on the server that generates dynamic content via scripting is HORRIDLY slow. I cap out at 12-13 requests per second. This is rediculously slow compared to other servers handling the same scripts at 300-400 requests per second.
What configuration setting should I modify to increase this performance? I've got full control over this box and I know apache/php inside out. I'm just lost as to why this is running like complete ****.
NOTE:
This is on a server with 0 load. I'm pre-benching it before going public.
This server is utilizing APC which brought it from a grotesque 3-4req/sec to 12-13 req/sec.. still not acceptable performance.
I've tested this on both a default install (8.3 w/ PHP 5.2.4) and an install with a custom compiled version of PHP (5.2.5).
Running 'ab' on any domain on the server that generates dynamic content via scripting is HORRIDLY slow. I cap out at 12-13 requests per second. This is rediculously slow compared to other servers handling the same scripts at 300-400 requests per second.
What configuration setting should I modify to increase this performance? I've got full control over this box and I know apache/php inside out. I'm just lost as to why this is running like complete ****.
NOTE:
This is on a server with 0 load. I'm pre-benching it before going public.
This server is utilizing APC which brought it from a grotesque 3-4req/sec to 12-13 req/sec.. still not acceptable performance.