Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.5
-
Fix Version/s: 3.3.6
-
Component/s: CiviCampaign
-
Labels:None
Description
Lets improve performance and scalability for campaign component.
1. Ideally we should not use php array's which carries more than 100 entities.
2. We should not use where clause with ids of an array which may going to carry entires more than 50.
Lets drop all code which suspect to fail for performance point of view and get needful things in with clean way.