You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding items to cart...was near enough to instant with Commerce 2.
With Commerce 3, takes a minimum of a few seconds every time, same server and templates etc. It's just a lot slower.
Indeed, am noticing a distinct slow down in all cart related operations - increasing qtys, removing items, etc. Definitely a noticeable performance drop across the board on the front end.
In the profiler for these ajax operations, I am seeing a great number of queries that are slower than I'd expect (16ms+), and many of them repeated...including, e.g., ones summing refunds (which seems unnecessary for a not-yet-completed order!)
Any tips of trying to work out where the issues are coming from and what I can do to re-gain performance would be great. It's slow enough and different enough I am quite sure we're going to be getting issues from customers about it.
The text was updated successfully, but these errors were encountered:
Description
Adding items to cart...was near enough to instant with Commerce 2.
With Commerce 3, takes a minimum of a few seconds every time, same server and templates etc. It's just a lot slower.
Indeed, am noticing a distinct slow down in all cart related operations - increasing qtys, removing items, etc. Definitely a noticeable performance drop across the board on the front end.
In the profiler for these ajax operations, I am seeing a great number of queries that are slower than I'd expect (16ms+), and many of them repeated...including, e.g., ones summing refunds (which seems unnecessary for a not-yet-completed order!)
Any tips of trying to work out where the issues are coming from and what I can do to re-gain performance would be great. It's slow enough and different enough I am quite sure we're going to be getting issues from customers about it.
The text was updated successfully, but these errors were encountered: