Query Metrics
2
Database Queries
2
Different statements
16.02 ms
Query time
0
Invalid entities
3
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
14.05 ms (87.69%) |
1 |
SELECT COUNT(DISTINCT (a0_.id)) AS sclr_0, SUBSTRING(UPPER(a0_.tracker) FROM 0 FOR 4) AS sclr_1 FROM app_lead a0_ LEFT JOIN app_user a1_ ON a0_.user_id = a1_.id LEFT JOIN app_tool a2_ ON a0_.tool_id = a2_.id LEFT JOIN app_campaign a3_ ON a2_.campaign_id = a3_.id WHERE a0_.tracker IS NOT NULL AND a0_.created_at >= ? AND a0_.created_at < ? AND a0_.deleted_at IS NULL GROUP BY sclr_1
Parameters:
[ "2026-04-14" "2026-04-15 00:00:00" ]
|
||||||||||||||||||||||||||||
|
1.97 ms (12.31%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.phone_number AS phone_number_7, t0.street AS street_8, t0.postcode AS postcode_9, t0.city AS city_10, t0.referrer AS referrer_11, t0.external_reference AS external_reference_12, t0.is_enabled AS is_enabled_13, t0.import_reference AS import_reference_14, t0.ip AS ip_15, t0.last_activity_at AS last_activity_at_16, t0.birthday AS birthday_17, t0.archived_at AS archived_at_18, t0.session_token AS session_token_19, t0.compliance AS compliance_20, t0.is_valid_email AS is_valid_email_21, t0.deleted_at AS deleted_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.uuid AS uuid_25, t0.civility_id AS civility_id_26, t0.avatar_id AS avatar_id_27, t0.company_id AS company_id_28 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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 | 1 |
| App\Entity\Term | 1 |
| App\Entity\Media | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Term | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\Lead | No errors. |
| App\Entity\Tool | No errors. |
| App\Entity\Campaign | No errors. |