With the release of ASP.NET support in DMXzone Server Connect, which made possible to use all our database driven solutions in Dreamweaver, arose one question. We already knew that ASP.NET is fast but we will lie if we say that we knew how much faster it is, compared to Classic ASP. So we conducted a few tests with Classic ASP, PHP and ASP.NET and the results are mind-blowing. Make sure to check them out below and consider switching from Classic ASP to ASP.NET because the speed difference is impressive.
Update: We were asked about the PHP version used in the comparison so now both PHP5.6 32 bit and PHP7 64 bit are included and you can even see the speed difference between both versions, compared to ASP.NET and Classic ASP.
The Story
Expressions evaluation
During our speed test for evaluating expressions and repeating lots of data, ASP.NET is a clear winner as PHP5.6 32 bit is 4 times slower, PHP7 64 bit is 3 times slower and classic ASP even 18 times slower than ASP.NET!
Image Resizing
Image Resizing is very much dependent on what component is used, still the ASP.NET resizing is 1.4 faster than the GD2 image resizing in PHP 7 64bit and twice faster than PHP5.6 32 bit. The image resizing in Classic ASP is 8.6 times slower even if it uses the same resizer component as ASP.NET.
Database Queries
Database queries are also very much dependent on the database driver being used. In our test case ASP.NET and PHP performed almost identically, because we used the same database driver. Classic ASP was 10 times slower because it processes and queries its data much slower with the old ASP ADO database connectivity.
Lubov has been with DMXzone for 8 years now, contributing to the Content and Sales departments. She is bringing high quality content in the form of daily blog updates, reviews, tutorials, news, newsletters,update emails and extensions' manuals. If you have a product that needs publicity or any other questions about the entire DMXzone community, she is the one you can contact.
See All Postings From Lubov Cholakova >>
Comments
What version of PHP was used?
PHP Version
PHP7 and ASPnet seem quite similar
Updated speed tests
You must me logged in to write a comment.