Our Magento 2.3.2 processing payments with Payflow Pro is very slow. It takes approximately 15 seconds or more to get the order created in Magento. Tracing the modules and components in processing the payment shows that Payflow Pro results are within the range of 4-5 seconds but it keeps waiting for Magento to complete the process.
Any suggestions on how to speed up the payment process?
Regards,
Xumsoft
Hi @xumsoft,
Are you on production mode?
If not, you should switch to production mode, it will improve the speed of overall website.
php bin/magento deploy:mode:set production
More info for performance optimizations:
https://devdocs.magento.com/guides/v2.3/performance-best-practices/introduction.html
I hope it will help you!
Thanks for the response Vimal.
Actually, we are already in production and speed is still slow. Our concern is that it takes twice the time for Magento to post the response from Paypal Payflow Pro. Is there something we can do? I read a lot about this issue but it seems that there is no solution path on making the payment processing faster.
Regards,
Xumsoft
@xumsoft do you have a solution for this problem?