http://crm.wronieruchomosci.pl:8000/call?action=%2FmyContacts&id=6588

Query Metrics

1 Database Queries
1 Different statements
1.18 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.18 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.phone AS phone_2, t0.email AS email_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.customer_type AS customer_type_6, t0.status AS status_7, t0.add_date AS add_date_8, t0.reserved_to AS reserved_to_9, t0.contract_date AS contract_date_10, t0.link AS link_11, t0.agent_id AS agent_id_12 FROM customer t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "6588"
]

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\Customer No errors.
App\Entity\Agent
  • The field App\Entity\Agent#mails is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Mail#agent does not contain the required 'inversedBy="mails"' attribute.
App\Entity\CustomerComment No errors.