https://munka.gortech.hu/show-projects/due

Query Metrics

1 Database Queries
1 Different statements
0.40 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.40 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:
[
  9
]

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\Projects
  • The mappings App\Entity\Projects#materials and App\Entity\Material#project are inconsistent with each other.
App\Entity\Customers No errors.