doubi3929 2016-03-21 07:49
浏览 20
已采纳

Magento“$ this-> loadLayout()”在AJAX中消耗很长时间

I am new to magento & I wanted to add “AJAX cart” functionality to the my new site. Then I have followed the this tutorial . http://excellencemagentoblog.com/blog/2011/10/04/magento-add-product-to-cart-ajax/

But I have noted it has taken long time to respond. The reason is “$this->loadLayout()” consumes long time in following code.

$this->loadLayout();
$sidebar = $this->getLayout()->getBlock('cart_sidebar')->toHtml();

After spending some time in google I have changed my code to fallowing.

$sidebar = $this->getLayout()->createBlock('checkout/cart_sidebar')->setTemplate('path_my _template.phtml')->toHtml();

Then the time was reduced from 20 seconds to 5 seconds. The output was same in both codes except the url’s. I am printing (echo) the “checkout URL” in my template. In the First code the URL was ended with “?__SID” But not in the Second code.

Do anyone have an idea why this happen? I want to reduce the the item adding time and the get the secure URL as well.

  • 写回答

1条回答 默认 最新

  • doudeng9425 2016-03-29 02:39
    关注

    I have solved the issue by changing the code as fallows.

    $this->getLayout()->createBlock('page/html');
    $sidebar = $this->getLayout()->createBlock('checkout/cart_sidebar')->setTemplate('path_my _template.phtml')->toHtml();
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计