What is the Performance difference between php web site or asp.net application ? There have difference when running ? Who is more quickly ? I just want to hear your opinions or your arguments.
Thank you !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is very hard to benchmark. The way ASP.NET applications work vs. the way PHP applications work are very different.
In my own personal experience, it has taken way more server power to support even basic ASP.NET applications vs. similar PHP applications. However, this largely depends on the application.
I almost exclusively use PHP, because of how lightweight it can be. But I’m sure others can fill you in on situations where ASP.NET will be much more efficient for the task.
Again… depends on the application.