Newsletter\Model\Subscriber::loadByEmail() does not use MySQL index #12787
Labels
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Preconditions
Steps to reproduce
$subscriber->loadByEmail($email)
with debugger or profilerEXPLAIN SELECT * FROM newsletter_subscriber WHERE subscriber_email='...'
Expected result
Actual result
The text was updated successfully, but these errors were encountered: