Query Metrics
2
Database Queries
2
Different statements
1.26 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.93 ms (73.65%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.started_at AS started_at_4, t0.ended_at AS ended_at_5, t0.currency_to_point AS currency_to_point_6, t0.point_to_currency AS point_to_currency_7, t0.api_key AS api_key_8, t0.email AS email_9, t0.client_id AS client_id_10 FROM `program` t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
"e53a8542-8fe3-474e-9d7f-ba34f4787069"
]
|
|
0.33 ms (26.35%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.point_expiration AS point_expiration_2, p0_.program_id AS program_id_3 FROM `program_profile` p0_ WHERE p0_.id = ?
Parameters:
[
81
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Program\Doctrine\Entity\Program | No errors. |
| App\Shared\Doctrine\Entity\Company | No errors. |
| App\Client\Doctrine\Entity\Client | No errors. |
| App\Program\Doctrine\Entity\Profile | No errors. |
| App\Program\Doctrine\Entity\ProgramEmail | No errors. |
| App\Point\Doctrine\Entity\Account | No errors. |