Query Metrics
2
Database Queries
2
Different statements
2.00 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.02 ms (50.89%) |
1 |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.active AS active_6, t0.deactivated_at AS deactivated_at_7, t0.hourly_resource_cost AS hourly_resource_cost_8, t0.id AS id_9, t0.uuid AS uuid_10, t0.created AS created_11, t0.updated AS updated_12, t0.hourly_package_id AS hourly_package_id_13 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
42
]
|
|
0.98 ms (49.11%) |
1 |
SELECT l0_.billed_hours AS billed_hours_0, l0_.worked_hours AS worked_hours_1 FROM log l0_ INNER JOIN trello_card t1_ ON l0_.trello_card_id = t1_.id AND (t1_.deleted_at IS NULL) AND (t1_.id = ?) WHERE (l0_.deleted_at IS NULL)
Parameters:
[
23143
]
|
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\Entity\User | No errors. |
| App\Entity\HourlyPackage | No errors. |
| App\Entity\Log | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\TrelloCard | No errors. |