首页 > 解决方案 > Magento 代码如何执行以及它如何占用内存?

问题描述

  Here You can see i am using comment for this magento code. 
  but i am not sure how magento code take memory for all the stuff we do in code. 
  
    {
         // Returning To Back .  On Click of Back Button
      return [
        'label' => __('Back'),
         'on_click' => sprintf("location.href = '%s';", $this- 
           >getBackUrl()),
        'class' => 'back',
        'sort_order' => 10
    ];

标签: magentocommentsmagento2

解决方案


推荐阅读