Query Metrics
7
Database Queries
7
Different statements
16.53 ms
Query time
5
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.43 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.display_name AS display_name_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.modified AS modified_7, t0.worker_id AS worker_id_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 2 | 0.26 ms |
SELECT t0.id AS id_1, t0.payed AS payed_2, t0.created AS created_3, t0.payed_hour_price AS payed_hour_price_4, t0.hours AS hours_5, t0.day AS day_6, t0.note AS note_7, t0.other_price AS other_price_8, t0.validated_date AS validated_date_9, t0.is_validated AS is_validated_10, t0.worker_id AS worker_id_11, t0.project_id AS project_id_12, t0.project_product_id AS project_product_id_13, t0.validated_id AS validated_id_14 FROM work_hours t0 WHERE t0.id IS NULL LIMIT 1
Parameters:
[] |
| 3 | 0.24 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.full_name AS full_name_3, t0.price_hour AS price_hour_4, t0.price_month AS price_month_5, t0.created AS created_6, t0.active AS active_7, t0.contribution AS contribution_8, t9.id AS id_10, t9.username AS username_11, t9.display_name AS display_name_12, t9.email AS email_13, t9.roles AS roles_14, t9.password AS password_15, t9.modified AS modified_16, t9.worker_id AS worker_id_17 FROM workers t0 LEFT JOIN user t9 ON t9.worker_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
16
]
|
| 4 | 0.78 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.deadline AS deadline_2, p0_.closed AS closed_3, p0_.created AS created_4, p0_.description AS description_5, p0_.price_netto AS price_netto_6, p0_.is_closed AS is_closed_7, p0_.customer_id AS customer_id_8 FROM projects p0_ INNER JOIN projects_workers p2_ ON p0_.id = p2_.projects_id INNER JOIN workers w1_ ON w1_.id = p2_.workers_id WHERE w1_.id = ? AND (p0_.is_closed IS NULL OR p0_.is_closed = 0) AND p0_.id IN (?)
Parameters:
[ 16 "117" ] |
| 5 | 0.26 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 2.00 ms |
INSERT INTO work_hours (payed, created, payed_hour_price, hours, day, note, other_price, validated_date, is_validated, worker_id, project_id, project_product_id, validated_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ null "2026-03-18 13:38:22" null 8.0 "2026-03-18" null null null 0 16 117 null null ] |
| 7 | 12.54 ms |
"COMMIT"
Parameters:
[] |
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\Workers |
|
| App\Entity\Attachment | No errors. |
| App\Entity\WorkHours |
|
| App\Entity\Projects |
|
| App\Entity\ProjectProducts | No errors. |
| App\Entity\Customers | No errors. |
| App\Entity\Photo |
|
| App\Entity\Material |
|