Boost Cart Value This BFCM: Amazon Rolls Out ‘Add to Delivery’ Feature
Reading Time: 3 minutesDid you know, a new one-tap ordering feature from Amazon is set…
Magento 2 has an entirely different architecture in comparison to Magento. This blog clearly explains the structure of Magento 2 and also states the difference between the structure of Magento 2 and Magento 1. In the previous article (Magento 2 Widnows Installation/Magento 2 Linux Installation) we were done with Magento 2 installation , now let’s check out architecture of Magento 2.
Just like it’s predecessor Magento 1, Magento 2 also follows Configuration based MVC. Besides this, there are lots of new features and libraries are added in Magento 2 like Magento 2 now uses symphony autoloader, introduced jQuery support , etc.
Above image shows current magento 2.0 architecture which hopefully would remain same in future in the upcoming releases of magento 2, Following are some important terms used to describe the elements in the above magento 2 architecture image.
User Agent is a software by which user requests magento url. Whenever user enter any url , “User Agent” sends http request to the server for response .
As predecessor entry point in magento 2 is also index.php. It includes bootstrap then creates app from bootstrap object and finally calls run function of bootstrap.
Bootstrap provides environment for running magento app. It checks php version, sets default error reporting, define base path, initialize and populate autoloader (mapping from a namespace prefix to directories to search in for the corresponding class).
Bootstrap performs below actions
Routing is an algorithm for searching controller by current request. Router decides which controller need to be dispatched.
Get active routers list with help of area’s di.xml
Controller
When controller and action is decided then execute function of action class is called. Here we can use model for business logic implementation. After implementing business logic’s it collects output by help of layouts, templates and blocks.
HTTP Response
After rendering complete output , Html will be sent to requesting Agent(Browser)
In the end final requesting Agent will handle the output
Thanks for your interest!
Team CedCommerce
Reading Time: 3 minutesDid you know, a new one-tap ordering feature from Amazon is set…
Reading Time: 2 minutesWalmart has overtaken eBay to become the No. 2 U.S. retail eCommerce…
Reading Time: 2 minutesA new step in AI-driven commerce offers merchants direct access to hundreds…
Reading Time: 2 minutesAmazon has officially launched Amazon Haul in Spain, a budget-focused storefront designed…
Reading Time: 2 minutesOpenAI is bringing ecommerce transactions directly into ChatGPT with the debut of…
Reading Time: 2 minutesAmazon has introduced a new FBA multi-unit discount for Amazon Business orders,…
Reading Time: 2 minutesNews Summary At its recent Etsy Up event (September 2025), Etsy unveiled…
Reading Time: 2 minutesNews Summary eBay has rolled out an update that now defaults all…
Reading Time: 2 minuteseBay has announced its acquisition of Tise, a Nordic consumer-to-consumer (C2C) social…
Reading Time: 3 minutesWalmart’s seasonal practices and incentives around holiday shipping have evolved, impacting seller…
Reading Time: 2 minutesAmazon has revised its variation themes policy for 2025. Instead of removing…
Reading Time: 8 minutesEvery sale you make online in the UK comes with a cut.…
Reading Time: 3 minutesHeads-up: eBay is changing what U.S. personal and financial data appears in…
Reading Time: 2 minutesAmazon has expanded Multi-Channel Fulfilment (MCF) and the broader Supply Chain by…
Reading Time: 9 minutesIt’s mid-October. The whiteboard is covered in timelines, SKU codes, and a…
Reading Time: 3 minutesAmazon has upgraded its Seller Assistant into an always-on, agentic AI partner…
Reading Time: 3 minutesReport summary based on the Ryder 2025 eCommerce Consumer Study The newly…
Reading Time: 3 minutesChinese fast-fashion giant Shein has gained over 15.2 million new monthly users…
Reading Time: 4 minutesAlibaba.com, the global B2B marketplace of Chinese eCommerce giant Alibaba Group, has…
Reading Time: 2 minutesTikTok Shop has released updated Affiliate Marketing (Seller & Product Qualification) Guidelines.…
And finally, this modern, modular architecture reduces the complexity and cost of maintaining your site and it futureproofs your investment by simplifying upgrades. This means you can easily incorporate innovative functionality as it is released by Magento Commerce on a quarterly basis to drive higher sales and greater efficiency.
Thank you so much for this post. It was very useful for understanding Magento’s work flow. Please keep posting.
Glad you like the post. We have already posted some useful blog related to Magento2 Theme as well as Magento2 Module Creation which you can easily visit by navigating to other blog section . Your feedback & queries on them would be highly appreciated.
Leave a Reply