|
|
|
|
|
by watermelon0
100 days ago
|
|
If 95% of what app does is calling a DB, then the bottleneck is in the DB, not with the PHP. You can use persistent DB connections, and app server such as FrankenPHP to persist state between requests, but that still wouldn't help if DB is the bottleneck. |
|