0
votes
4answers
174 views
How to increase PHP over HTML speed?
I have a PHP file that gets HTML from Memcached and serves it to user. When I test it like this:
ab -n 1000 -c 100 http://website.com/test.php
It does 22 requests per second.
But when I put …
