slow php command line performance - is this normal or do I have an install problem?
- by Frank Schwieterman
I have a simple PHP app that prints 'hello world'. When I run it from the command line it takes 6 seconds. Is this normal? It seems to take 1 seconds before "hello world" prints, then 5 seconds after. I assume this is overhead of the interpreter.
I am running PHP version 5.2.12 on Windows Server 2008 R2. Could this be an install issue, or is…