How to improve the performance of the catalog promotions?
π§ Configuring the Batch Size
Default Value
sylius_core:
catalog_promotions:
batch_size: 100How to Change It
# config/packages/_sylius.yaml
sylius_core:
catalog_promotions:
batch_size: 250 # Adjust this value as neededπ‘ Choose the Right Batch Size for Your Server
Batch Size Range
When to Use
Best Practices
β
Summary
Last updated
Was this helpful?
