augis2003 Posted March 2, 2014 Share Posted March 2, 2014 Order validation very slow, it is same on bank wire or on cod payment. Please see attached screen from chrome network capturing. Maybe it's related with 302 response answer (moved permamently)? Or other sugestions? Shop runing on pro hosting. SSL enabled. Data mining disabled. 1.5.6.2 vesrion. Link to comment Share on other sites More sharing options...
augis2003 Posted March 3, 2014 Author Share Posted March 3, 2014 Nobody can suggest some solution? Link to comment Share on other sites More sharing options...
niki64 Posted March 11, 2014 Share Posted March 11, 2014 Hello, I have same problem in 1.5.4.0. have you found a solution ? Thks Nicolas Link to comment Share on other sites More sharing options...
augis2003 Posted March 12, 2014 Author Share Posted March 12, 2014 (edited) Hi, no not found anything. I changed my hosting and seems problem disappear, i think bad database performance can have issue here. Try on another host (example localhost in wamp and check is it your issue.). Edited March 12, 2014 by augis2003 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted March 12, 2014 Share Posted March 12, 2014 Were you perhaps using custom SMTP settings to send you emails? Link to comment Share on other sites More sharing options...
augis2003 Posted March 12, 2014 Author Share Posted March 12, 2014 Were you perhaps using custom SMTP settings to send you emails? Yes i using custom smtp - can it have inpact to this isue? Link to comment Share on other sites More sharing options...
NemoPS Posted March 14, 2014 Share Posted March 14, 2014 Yes of course, as it takes time (usually) to connect using custom settings. And the time might increase depending on where your server and the smtp are hosted Link to comment Share on other sites More sharing options...
bellini13 Posted March 14, 2014 Share Posted March 14, 2014 I concur, sending emails to a remote SMTP server is likely the cause. Especially if the SMTP server is using TLS or SSL to secure the connection, each email is likely 5-10 seconds to send. If 2 emails are sent (order confirmation and payment accepted) you could be at 20 seconds. 1 Link to comment Share on other sites More sharing options...
dformica Posted October 26, 2015 Share Posted October 26, 2015 I just disabled the email alert on "Payment accepted", my clients are now only getting the order confirmation email. It seems that my order confirmation is is now taking 16 seconds (better but still horribly slow!) to load /order-confirmation page. I'm on 1.6.0.13 processing with PayPal and Braintree modules, same result. If there's anything else I can do to improve this load time I would appreciate it as I have had clients click away from the processing shopping cart resulting in orders with missing invoices. Thanks, Link to comment Share on other sites More sharing options...
NemoPS Posted October 26, 2015 Share Posted October 26, 2015 I think it just depends on your remote server latency, there is little you can do Link to comment Share on other sites More sharing options...
dformica Posted October 26, 2015 Share Posted October 26, 2015 I think it just depends on your remote server latency, there is little you can do I need to add that I'm using PHP mail and other pages on my website process rather fast. During testing all credit card error transactions return within a second. But only good transactions where invoice/email processing occurs the load time goes beyond acceptable levels. Link to comment Share on other sites More sharing options...
bellini13 Posted October 26, 2015 Share Posted October 26, 2015 But even using php mail, you could be indirectly using a remote SMTP server, it all depends on how PHP is configured to execute mail. It seems apparent in this case that sending emails is the culprit, but to prove it you could disable the sending of emails in Advanced Parameters > Email in the back office (never send emails option) and then place a good order. If the order is created quickly then you know emails are the culprit 1 Link to comment Share on other sites More sharing options...
heidardg Posted August 17, 2016 Share Posted August 17, 2016 I have the same problem PS 1.6.1.1 have been searching for solution for long time, tried everything but the problem is still there. order confirmation take very long time. PLEASE PLEASE someone help for this issue. from my searching in different forums and topics,I tried the following but the problem still there: Disabling emails, commenting the Hook::exec('actionValidateOrder' , changing the PHP versions, NOTHING WORKED. I am using the Universal Payment Module Link to comment Share on other sites More sharing options...
Ali Samie Posted January 24, 2023 Share Posted January 24, 2023 For anyone who has the same issue, this is still open in githubhttps://github.com/PrestaShop/PrestaShop/issues/14703 Link to comment Share on other sites More sharing options...
lipo999 Posted August 14, 2023 Share Posted August 14, 2023 Hi all. I am using 1.7.8.2. and resend confirmation email to 3 emails (set up in PaymentModule.php). Now validation is around 15-20s. When disable emails in BO => 2-3s. Unfortunately I use SMTP which is another server than eshop. So this works. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now