https://munka.gortech.hu/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CWorkHoursCrudController&entityFqcn=App%5CEntity%5CWorkHours&menuIndex=9&signature=u-_w3WdR594SATCfp0dNEJJeWCrzazwXkoWgNis8Z0k&submenuIndex=-1 Return to referer URL

Query Metrics

7 Database Queries
7 Different statements
16.53 ms Query time
5 Invalid entities

Grouped Statements

Show all queries

Time Count Info
12.54 ms
(75.90%)
1
"COMMIT"
Parameters:
[]
2.00 ms
(12.13%)
1
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
]
0.78 ms
(4.73%)
1
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"
]
0.43 ms
(2.63%)
1
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
]
0.26 ms
(1.59%)
1
"START TRANSACTION"
Parameters:
[]
0.26 ms
(1.58%)
1
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:
[]
0.24 ms
(1.44%)
1
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
]

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
  • The mappings App\Entity\Workers#workhours and App\Entity\WorkHours#worker are inconsistent with each other.
App\Entity\Attachment No errors.
App\Entity\WorkHours
  • The association App\Entity\WorkHours#worker refers to the inverse side field App\Entity\Workers#minutes which does not exist.
App\Entity\Projects
  • The mappings App\Entity\Projects#materials and App\Entity\Material#project are inconsistent with each other.
App\Entity\ProjectProducts No errors.
App\Entity\Customers No errors.
App\Entity\Photo
  • The association App\Entity\Photo#user refers to the inverse side field App\Entity\User#photos which does not exist.
App\Entity\Material
  • The association App\Entity\Material#project refers to the inverse side field App\Entity\Projects#supplies which does not exist.