PHP version: 5.3.8WEB server: Tengin test tool: AB with wordpress to test to see, because the machine configuration is poor, so only enable 10 concurrent commands: ab-n100-c10blog.opmacloud.comindex.php off opcache test results: we can see that the throughput is only 4.48 s, and the average request wait time is about 2231 ms.
PHP version: 5.3.8 WEB server: Tengin test tool: AB is tested with wordpress. Because the machine configuration is poor, only 10 concurrent commands are enabled: AB-n 100-c 10 http://blog.opmacloud.com/index.php off opcache test results: we can see that the throughput is only 4.48 times/s, the average request wait time is about 2231 ms
PHP version: 5.3.8
WEB server: Tengin
Test Tool: AB
Use wordpress for testing. Because the machine configuration is poor, only 10 concurrent connections are enabled.
Command: AB-n 100-c 10 http://blog.opmacloud.com/index.php
Disable opcache test results:
We can see that the throughput is only 4.48 times/s, and the average request wait time is about 2231 ms.
Open the opcache Test Result:
We can see that the throughput is increased to 11.13 times/s, the average request wait time is reduced to 898.6 ms, and the performance is nearly doubled.
Original article address: opcache performance test. Thank you for sharing it.