Magento 2 is purely an eCommerce tool, which comes with powerful and flexible features. The performance of Magento 2 is greatly improved because it uses the repository pattern for all CRUD(Create, Read, Update & Delete) operations. All the CRUD operations are now performed in the repository. Repository pattern has changed the process of fetching data […]