Zookeeper
I wrote an article about QMVC some time ago. Some netizens suggested writing an article about the test results. After all, QMVC is open-source and tends to be developed at the performance level, because I really don't like MVC5 and use the same development style as web form, so it keeps packaging and bundling. In fact, QMVC is bound a lot. If MVC5 is an onion, which QMVC is an onion? Maybe vegetables and radishes have their own love! Today, we will test the performance differences between them, to the lower the performance difference!
The following is the execution result of a test project with Visual studio 2013. A Web performance test item and a load test are added. The same Razor page and Parent Board and start page are displayed in mvc5 and qmvc projects. The execution result is as follows:
QMVC test results
Conclusion: on the general page, QMVC is more efficient than MVC5, but in general, the performance of a framework cannot be determined only by the starting execution performance, it depends on whether the function is what you need and whether it meets your requirements.