Query Metrics
2
Database Queries
2
Different statements
3.18 ms
Query time
0
Invalid entities
3
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.45 ms (77.12%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.document_type AS document_type_5, t0.num_document AS num_document_6, t0.ei_id AS ei_id_7, t0.configurations AS configurations_8, t0.first_login AS first_login_9, t0.last_password_change AS last_password_change_10, t0.last_login AS last_login_11, t0.email_verified AS email_verified_12, t0.company_id AS company_id_13 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"api_user@novaimaging.co"
]
|
|
0.73 ms (22.88%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.document_type AS document_type_5, t0.num_document AS num_document_6, t0.ei_id AS ei_id_7, t0.configurations AS configurations_8, t0.first_login AS first_login_9, t0.last_password_change AS last_password_change_10, t0.last_login AS last_login_11, t0.email_verified AS email_verified_12, t0.company_id AS company_id_13 FROM users t0 WHERE t0.ei_id = ? LIMIT 1
Parameters:
[
"019f52c2-edfa-7d23-af4c-04b821a07489"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Users | 2 |
| App\Entity\Company | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Users | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\ShareToken | No errors. |
| App\Entity\Logs | No errors. |