Comment on Benchmarking Codswallop: Node.js vs. PHPparentComments−viraptor12yIt's not the phpQuery part that was replaced. It's the file_get_contents() call, which does the http get that he moved to the react framework.−k3n12ySo my point stands... he already deviated from what was originally tested in order to favor PHP.Why would that be acceptable, but not a simple config change for NodeJS?
Comments
It's not the phpQuery part that was replaced. It's the file_get_contents() call, which does the http get that he moved to the react framework.
So my point stands... he already deviated from what was originally tested in order to favor PHP.
Why would that be acceptable, but not a simple config change for NodeJS?