Query Metrics
2
Database Queries
2
Different statements
3.64 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
3.10 ms (85.13%) |
1 |
SELECT l0_.id AS id_0, l0_.date AS date_1, l0_.worked_hours AS worked_hours_2, l0_.billed_hours AS billed_hours_3 FROM log l0_ INNER JOIN `user` u1_ ON l0_.user_id = u1_.id AND (u1_.id = ?) WHERE (YEAR(l0_.date) = ? AND MONTH(l0_.date) = ?) AND (l0_.deleted_at IS NULL)
Parameters:
[ 43 "2025" "01" ] |
0.54 ms (14.87%) |
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:
[
43
]
|
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. |