Can I ‘encourage’ PHP engine to use CPU more freely? Yeah. Just that. Is that possible? My problem is, that when I look at the CPU usage it’s nearly 0, not affected by the server, even when there’s a connection timeout like Maximum execution time of 30 seconds exceeded.
Can I ‘encourage’ PHP engine to use CPU more freely? Yeah. Just that. Is
Share
You’re most likely waiting on something else like disk I/O, database queries, etc.