Query Metrics
2
Database Queries
2
Different statements
5.94 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 0.43 ms |
SELECT t0.id AS id_1, t0.customer_id AS customer_id_2, t0.entity AS entity_3, t0.tab_id AS tab_id_4, t0.label AS label_5, t0.content AS content_6, t0.is_async AS is_async_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.created_by AS created_by_10, t0.updated_by AS updated_by_11, t0.deleted_at AS deleted_at_12 FROM preconfigured_export t0 WHERE t0.id = ? AND ((t0.customer_id = 'customer_98'))
Parameters:
[
"01K21RCPZJSF60R8SBYD9DRTAP"
]
|
2 | 5.51 ms |
SELECT p.id, p.fullname, a.postal_code, a.city, p.updated_at FROM `dev_pol_core`.prospect p INNER JOIN `dev_pol_core`.contact c ON c.prospect_id = p.id AND c.is_prospect_contact = 1 AND c.customer_id = "customer_98" AND c.deleted_at IS NULL INNER JOIN `dev_pol_core`.address a ON a.contact_id = c.id AND a.deleted_at IS NULL WHERE p.customer_id = "customer_98" AND p.updated_at >= :updated_since AND p.deleted_at IS NULL GROUP BY p.id
Parameters:
[ "updated_since" => "2025-09-12" ] |
legacy connection
No database queries were performed.
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
legacy | doctrine.dbal.legacy_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
legacy | doctrine.orm.legacy_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
Class | Mapping errors |
---|---|
App\V4\Entity\PreconfiguredExport | No errors. |
App\V4\Webhook\Entity\WebhookLog | No errors. |
legacy entity manager
No loaded entities.