+----+-------------+-----------------------+------+---------------+------+---------+------+-------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+-----------------------+------+---------------+------+---------+------+-------+-------------+
| 1 | SIMPLE | newsletter_subscriber | ALL | NULL | NULL | NULL | NULL | 75735 | Using where |
+----+-------------+-----------------------+------+---------------+------+---------+------+-------+-------------+
Preconditions
Steps to reproduce
$subscriber->loadByEmail($email)with debugger or profilerEXPLAIN SELECT * FROM newsletter_subscriber WHERE subscriber_email='...'Expected result
Actual result