GET https://pistache.definima.io/api/taches/383/time-entries

Query Metrics

4 Database Queries
4 Different statements
1.39 ms Query time
2 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 0.41 ms
SELECT t0.id_user AS id_user_1, t0.login_user AS login_user_2, t0.password_user AS password_user_3, t0.email_user AS email_user_4, t0.firstname_user AS firstname_user_5, t0.lastname_user AS lastname_user_6, t0.color_user AS color_user_7, t0.active AS active_8, t0.reset_token AS reset_token_9, t0.reset_token_expires_at AS reset_token_expires_at_10, t0.id_usergroup AS id_usergroup_11 FROM user t0 WHERE t0.id_user = ?
Parameters:
[
  109
]
2 0.26 ms
SELECT t0.id_usergroup AS id_usergroup_1, t0.name_usergroup AS name_usergroup_2, t0.code_usergroup AS code_usergroup_3 FROM usergroup t0 WHERE t0.id_usergroup = ?
Parameters:
[
  2
]
3 0.35 ms
SELECT t0.id_tache AS id_tache_1, t0.name_tache AS name_tache_2, t0.description_tache AS description_tache_3, t0.duration_tache AS duration_tache_4, t0.duration_estimated_tache AS duration_estimated_tache_5, t0.priority_tache AS priority_tache_6, t0.status_tache AS status_tache_7, t0.order_tache AS order_tache_8, t0.active AS active_9, t0.archived AS archived_10, t0.archived_at AS archived_at_11, t0.date_insert AS date_insert_12, t0.due_date AS due_date_13, t0.reminder_datetime AS reminder_datetime_14, t0.id_lot AS id_lot_15, t0.id_tache_type AS id_tache_type_16, t0.id_tache_statut AS id_tache_statut_17, t0.id_tache_priorite AS id_tache_priorite_18, t0.created_by AS created_by_19 FROM tache t0 WHERE t0.id_tache = ?
Parameters:
[
  383
]
4 0.37 ms
SELECT t0.id_entry AS id_entry_1, t0.id_mtask AS id_mtask_2, t0.id_lot AS id_lot_3, t0.id_client_phone AS id_client_phone_4, t0.date_entry AS date_entry_5, t0.duration_entry AS duration_entry_6, t0.comment_entry AS comment_entry_7, t0.date_insert AS date_insert_8, t0.id_taskuser AS id_taskuser_9, t0.id_ticket AS id_ticket_10, t0.is_meeting AS is_meeting_11, t0.id_user AS id_user_12, t0.id_tache AS id_tache_13 FROM entry t0 WHERE t0.id_tache = ? ORDER BY t0.date_entry DESC
Parameters:
[
  383
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 2
App\Entity\UserGroup 1
App\Entity\Tache 1
App\Entity\Lot 1
App\Entity\TacheStatut 1
App\Entity\TachePriorite 1
App\Entity\Entry 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\UserGroup No errors.
App\Entity\Entry No errors.
App\Entity\TaskUser No errors.
App\Entity\ProjectUser No errors.
App\Entity\LotUser No errors.
App\Entity\TacheUser No errors.
App\Entity\MaintenanceTaskUser No errors.
App\Entity\Tache
  • The mappings App\Entity\Tache#tacheType and App\Entity\TacheType#taches are inconsistent with each other.
App\Entity\Lot No errors.
App\Entity\TacheType
  • The association App\Entity\TacheType#taches refers to the owning side field App\Entity\Tache#taskType which does not exist.
App\Entity\TacheStatut No errors.
App\Entity\TachePriorite No errors.
App\Entity\TacheCommentaire No errors.