Closed
Description
Rule
in_array
creating performance issue in many places when it used a lot of times.
Reason
Performance diff: https://stackoverflow.com/questions/13483219/what-is-faster-in-array-or-isset
It causes performance issues:
- Optimize performance by using isset() instead of in_array() magento2#24677
- Elastic Search 5 Indexing Performance Issue magento2#20966
- Fix newsletter queue subscribers adding performance magento2#4088