How is magento 2 better than magento 1?

This question may be opinion based but I'm just going to enlight some results from the offical white paper regarding Magento 2 performance and scalability

Test Configuration

  • Magento Enterprise Edition 2.0 with PHP7 and Varnish caching
  • Magento Enterprise Edition 1.14.2 with PHP5.6 and Full-Page Caching

Comparison between Magento EE 1.14.2 and Magento EE 2.0 in the following scenarios:

  • Small merchant with $1-$5M in online sales deployed on a single 4-core web node and a single database node. 25 simultaneous JMeter threads (representing 25 concurrent requests) were used to show site performance during a period of peak traffic, such as a sale.
  • Large merchant with $50-$100M in online sales deployed on five 4-core web nodes and a single database node. 25 to 100 simultaneous JMeter threads (representing 25 to 100 concurrent requests) were used to show site performance under increasing traffic loads.

enter image description here

Small Merchant Deployment

Number of orders that can be processed per hour

enter image description here

Server Response Time

Catalog Browsing

enter image description here

Add to cart and Customer Checkout

enter image description here

Large Merchant Deployment

Orders per Hour

enter image description here

Pages response time

enter image description here

enter image description here enter image description here

You will probably find tons of comparison browsing the web, this is only one of them so I suggest you check the others that would help you get a good overview of the performance improvement.


Magento 2.0 can be differentiated from its earlier version and has many unique features which can be listed as below:

Compatibility with Popular Platforms like MSSQL and Oracle.

Enhancement in performance and speed (magento 2.0 is 20 % faster then magento 1.x).

There are some significant changes in the structure of directory which reduce the complexity of structure (New directory called “pub” is introduced. These changes are done to provide a better structure for developer)

New technologies consist of the latest versions of PHP5.5x with PHP5.4.11, Require Js, CSS3,HTML5 etc are included.

Better engagement with the community allows developer to setup automated test easily.