
2 respuestas

A lot of my price rules control booleans on the Quote object that check to see if a summary variable that counts a certain product is non-zero. This allows me to have conditional template content. Will simply checking all of these summary variables cause slow downs?
My system is set up in a such a way that for each quote you can only have one product family. So price rules for Product Families B and C are not needed to fire at all when my quote is for Product Family A. If I add a price condition on each price rule that checks for the proper Product Family in use would this improve performance?