https://verticals.deveo-crm.net/contact-management/contact

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.28 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.lastname AS lastname_4, t0.firstname AS firstname_5, t0.email AS email_6, t0.is_active AS is_active_7, t0.role_id AS role_id_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  415
]
2 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.role AS role_3 FROM role t0 WHERE t0.id = ?
Parameters:
[
  10
]
3 173.38 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0, COUNT(DISTINCT c1_.id) AS sclr_1, COUNT(DISTINCT c2_.id) AS sclr_2 FROM contact c3_ INNER JOIN csp_country c2_ ON (c2_.csp_id = c3_.csp_id AND c2_.country_id = c3_.country_id) INNER JOIN csp c0_ ON c3_.csp_id = c0_.id LEFT JOIN country c1_ ON c3_.country_id = c1_.id WHERE c3_.trash = 0 AND c3_.fname LIKE ? AND c3_.lname LIKE ?
Parameters:
[
  "%peter%"
  "%Nonye%"
]
4 8.06 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contact c0_ WHERE c0_.trash = 0 AND c0_.fname LIKE ? AND c0_.lname LIKE ?
Parameters:
[
  "%peter%"
  "%Nonye%"
]

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\Role No errors.
App\Entity\Campaign No errors.
App\Entity\Contact No errors.
App\Entity\CspCountry No errors.
App\Entity\Csp No errors.
App\Entity\Country
  • The field App\Entity\Country#csp is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Csp#country does not contain the required 'inversedBy="csp"' attribute.