Skip to content

Performance optimization by replacing is_null with === null #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Performance optimization by replacing is_null with === null #200

wants to merge 1 commit into from

Conversation

SchumacherFM
Copy link
Member

According to http://framework.zend.com/issues/browse/ZF-5413 the usage of is_null is slow.
So I replaced every occurrences of is_null or !is_null with === null or !== null

Unit test are running "normal".

First time for me, so I do accept your Contributor License Agreement.

magento-team pushed a commit that referenced this pull request Apr 3, 2015
[CICD] CRAP metric integration into CICD builds
okorshenko pushed a commit to isitnikov/magento2 that referenced this pull request Aug 10, 2016
…able

[Performance] MAGETWO-54682: [Customer] Fast load of product options
taskula pushed a commit to Hypernova-Oy/magento2 that referenced this pull request Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant