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

Improving Add To Cart response time.

Former Member
0 Kudos
408

Hi Experts,

Can anyone please provide suggestion or advise on improvement in Add to cart functionality as I want to make it more faster ?

Accepted Solutions (0)

Answers (2)

Answers (2)

VinayKumarS
Active Contributor
0 Kudos

Prakash,

Add to Cart may take more time for processing if you have more historical price data. that is the hybris OOB behaviour. Please check how many historical price records are there. if you have more then you will have to create one extended table and move them into that table for future reference.

Thank you.

Former Member
0 Kudos

What is the current time it is taking? Which version of Hybris you are using? To make it faster. use configurable populators to populate minimal data that is required. Remove calls to any un-wanted services that might be called internally.