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 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?