Magento 2.0: An introduction to what has changed

Posted in Magento on 2 December 2015

This post has been archived

The content of this post has not been updated since 2015, and may be out of date. Extra care should be taken with any code provided.

At long last Magento 2.0 has finally be released into the wild. These are a few of the reasons merchants and developers should consider moving to Magento 2.

Full Page Caching

Magento 2 introduces full page caching into the community edition of Magento. This means that rather than your web server having to do many slow database queries to render pages and pull blocks together it will first checked for a static/cached version of the page being requested. Load times change from 5-10 seconds for non-cached pages to around 1-2 seconds. Awesome.

Better Database Performance

Magento 2 comes ready and able to cope with the larger scale websites that often caused problems before. Rather than one single database Magento 2.0 will allow stores to separate their tables into separate databases. For example a single database can have sole responsibility for content pages, products and categories while maintaining a separate database for users to maintain their cart data. This promise much better performance and reduce the time the system waits for queries to be carried out on a single database.

System Clean out

Magento 2 has been pretty much built from the ground-up this means old legacy code is no longer in the mix and all those old extensions can be cleared out. The new system will not be compatible with old Magento <1.9 extensions and themes, providing an opportunity to properly optimise extensions and rethink implementations when moving to magento 2.0.

Magento 2


I’ve been specialising in Magento Northern Ireland for over six years working for companies all across the UK and Ireland. If you need help with your ecommerce set-up, let me know.

Related Magento Posts

October 2023

Magento database structure

The database structure of Magento is designed to store and manage various aspects of an e-commerce website, including products, orders, customers, and more. Understanding the...

Continue reading

August 2023

Accessibility in ecommerce websites

In the digital age, where online shopping has become an integral part of our lives, ecommerce websites hold the key to business success. Amidst the...

Continue reading

August 2023

Using Magento to get small businesses online

For small businesses aiming to establish a formidable online presence and drive sales, Magento emerges as a powerful e-commerce platform offering a suite of features...

Continue reading

July 2023

How can I speed-up my Magento website?

Speed optimisation is crucial for a Magento website as it directly impacts user experience, conversions, and search engine rankings. You should prepare your server so...

Continue reading

June 2023

.htaccess: Enable GZIP Compression for Magento

Enable Gzip compression on your server to compress your website's files before sending them to the visitor's browser. This significantly reduces the file size, resulting...

Continue reading

April 2023

Popular Payment Gateways

Ecommerce payment gateways are critical components of any online store, as they enable merchants to accept payments from customers securely and conveniently. There are many...

Continue reading

More Magento Posts