http://crm.wronieruchomosci.pl:8000/addComment Return to referer URL

Query Metrics

4 Database Queries
4 Different statements
3.93 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.31 ms
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:
[
  "6225"
]
2 0.27 ms
"START TRANSACTION"
Parameters:
[]
3 0.78 ms
INSERT INTO customer_comment (date, comment_add_date, comment, customer_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "2024-07-03"
  "2024-07-03"
  "Ogłoszenie od wczoraj. Ma spore zainteresowanie i poumawiane spotkania. Chce sam wynająć, ale nie wyklucza współpracy, tylko na umowie otwartej. Umówiliśmy się na ponowny kontakt 8.07 (pon) o 10:00."
  6225
]
4 2.57 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\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.