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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.72 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:
[
  "7858"
]
2 0.31 ms
"START TRANSACTION"
Parameters:
[]
3 0.86 ms
INSERT INTO customer_comment (date, comment_add_date, comment, customer_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "2024-06-26"
  "2024-06-26"
  "chętna na spotkanie ale jeszcze nie wie kiedy bo jest z Wołowa, wstępnie piątek bo będzie jechać z dzieckiem do lekarza, ma dzwonić"
  7858
]
4 1.96 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.