Use primitive operations
Using methods for basic operations uses additional system resources. The interpreter must first resolve the objects and then the methods just to run the simplest of operations.
Therefore, avoid them as much as possible.
Only install essential components on the server
Uninstall any services that are not vital for running the website. This will inevitably remove daemons (programs that constantly run in the background) which drain resources such as CPU power and RAM.








