This article provides best practices for the number of products in a cart in Magento. The maximum recommended number of products is 100.
The potential site impact of exceeding the limit is:
- An increase in data retrieval operations, validation of cart items, checks for price rules applications, tax calculations, and totals calculations.
- An increase in the time for mini-cart rendering including cart rendering time, checkout flow rendering, and execution, leading to performance degradation.
- Increase in the page loading time for all site pages where the mini-cart is present, leading to performance degradation.
Magento Best Practices for cart limits are:
- Up to 100 products in a cart
- the product works, meeting performance targets for response time.
- Up to 300 products in a cart
- the product works, but response time increases above targets.
- Above 500 products in a cart
- the cart and checkout flows are not guaranteed to work.
Affected products and versions
- Magento Commerce, all supported versions
- Magento Commerce Cloud, all supported versions
Best practices
- Split orders into several smaller orders with a smaller number of rows by leveraging the Add Item by SKU feature.
- Only add the custom logic and cart customization you need to load a list of items.
If assistance is required or if there are questions or concerns, submit a Magento Support ticket.
Related reading
Refer to Magento User Guide > Configuring Product Options.
Refer to Magento User Guide > Shopping Assistance > Managing a Shopping Cart.