Hello, I try to optimize my Prestashop and I used profiling debug to get some references for loading time.
What I don't understand is why initContent show 2216ms but all hooks cumulated time is 597ms.
I checked initContent load follows hooks
displayHeader = 30ms
displayTop = 9ms
displayLeftColumn (if is defined in controller) = 0ms
displayRightColumn (if is defined in controller) = 0ms
What I missed here ?
Thanks
Hello,
My customer ask me to implement a new PayPal feature for
checkout page integration: https://www.paypal.com/us/webapps/mpp/financing/docs/2nd-button
Is there any module what can do this ?