Performance issue with coreshop price #2343
Unanswered
rushitkhunt1996
asked this question in
Q&A
Replies: 1 comment 2 replies
-
A blackfire profile would be very helpful. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @dpfaffenbauer
We use the Coreshop in one of our projects, all things are done perfectly with Coreshop but now we face the issue with performance.
during the debug code i found one twig function related to price which is taking too much time.
function: product_price.display_product_price
file location: \vendor\coreshop\core-shop\src\CoreShop\Bundle\FrontendBundle\Resources\views\Common\Macro\product_price.html.twig
Function calling from: \vendor\coreshop\core-shop\src\CoreShop\Bundle\FrontendBundle\Resources\views\Product\detail.html.twig
line:84 -> product_price.display_product_price(product)
Can you please guide me, on what needs to be done here?
Beta Was this translation helpful? Give feedback.
All reactions