Query Metrics
3
Database Queries
3
Different statements
1.15 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.50 ms |
SELECT t0.id AS id_1, t0.parent_id AS parent_id_2, t0.url_title AS url_title_3, t0.anchor_text AS anchor_text_4, t0.title AS title_5, t0.description AS description_6, t0.body AS body_7, t0.updated AS updated_8, t0.updated_by AS updated_by_9, t0.page_status_code AS page_status_code_10, t0.page_type_code AS page_type_code_11 FROM page t0 WHERE t0.url_title = ? LIMIT 1
Parameters:
[
"party-pillar"
]
|
| 2 | 0.38 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone_number AS phone_number_5, t0.address AS address_6, t0.party_pillar_status AS party_pillar_status_7, t0.created AS created_8, t0.updated AS updated_9, t0.updated_by AS updated_by_10, t0.user_id AS user_id_11 FROM party_pillar t0 WHERE t0.party_pillar_status = ?
Parameters:
[
"AC"
]
|
| 3 | 0.28 ms |
SELECT t0.payment_type_code AS payment_type_code_1, t0.name AS name_2, t0.amount AS amount_3, t0.updated AS updated_4 FROM payment_type t0 WHERE t0.payment_type_code = ?
Parameters:
[
"PP"
]
|
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\Page | No errors. |
| App\Entity\PageStatus | No errors. |
| App\Entity\PageType | No errors. |
| App\Entity\PartyPillar | No errors. |
| App\Entity\User | No errors. |
| App\Entity\PaymentType | No errors. |
| App\Entity\Payment | No errors. |