Hello, kind people, I have a project compiled completely on Angular JS and PHP, which server to use to achieve maximum speed?
Thank you in advance! :)
Hello, kind people, I have a project compiled completely on Angular JS and PHP, which server to use to achieve maximum speed?
Thank you in advance! :)
The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .
I advise you to look at a bunch of Nginx + PHP-FPM.
Why is Nginx and not Apache? Because Nginx can serve more requests per unit of time with less memory consumption. Also in Nginx everything is configured in the configuration file or in the file with a virtual host. Access to the password directory, allowed by ip, etc.
The operating system is Linux only.
PS The speed of your software depends on the optimized code.
Source: https://ru.stackoverflow.com/questions/520843/
All Articles