lipo999 Posted May 8, 2017 Share Posted May 8, 2017 Dears All, when customer/visitor confirm order - last step in cart, tooks so long time. I opened Profiling with these results - enclosed file. There is huge time in PostProcess, maybe this is problem (or definetely). Could you somebody help? Thank you so much for any help. Link to comment Share on other sites More sharing options...
musicmaster Posted May 10, 2017 Share Posted May 10, 2017 I am not sure what to make of your statistics. My usual suspect for an order confirmation would be the feedback from the payment provider. What raises the obvious question: did you try with different kinds of payment? Further it would be recommended to check how long your queries take by setting _PS_DEBUG_PROFILING_ in config/defines.inc.php to true. Link to comment Share on other sites More sharing options...
lipo999 Posted May 10, 2017 Author Share Posted May 10, 2017 Hello Musicmaster, I tryied different payment methods and conclusion is same. PS DEBUG PROFILING - see enclosed file in this topic. Link to comment Share on other sites More sharing options...
musicmaster Posted May 11, 2017 Share Posted May 11, 2017 I don't have experience with profiling in 1.7. But in 1.6 and lower it produces a list of the (usually hundreds of) database queries and the time they took. When you know which query gives problems you can check its database tables: are they too large? Do they miss an index?, etc I don't know where the table that you show in the first post comes from. But it seems to me rather useless. 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