cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Performance issue while adding multiple entries to cart at a time?

0 Likes
698

Hi,

In our application we are adding multiple entries(Ex: more than 100) to cart at a time. But its leading performance issue. Can any one suggest us how to add the multiple entries to cart without impacting the performance.

Please provide some solution.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

a_e_dubey
Active Participant

Hi @praveen.oruganti

If you will dig into add2cart flow there are a lot of code for different functionality like voucher,promotion, validation , populators are being used. So first debug flow and remove unnecessary code and logic as there are many for loop and iteration as well which you need to optimize. Also remove all irrelevant converter populator, you will see drastic change.

0 Likes

Hello Abhishek,

Thank you very much for your reply. Let me try to optimize and remove irrelevant methods.