Query Metrics
7
Database Queries
5
Different statements
2.75 ms
Query time
0
Invalid entities
7
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.46 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.email_hash AS email_hash_3, t0.roles AS roles_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.phone AS phone_8, t0.address_line1 AS address_line1_9, t0.address_line2 AS address_line2_10, t0.city AS city_11, t0.province AS province_12, t0.postal_code AS postal_code_13, t0.is_active AS is_active_14, t0.camera_access_revoked AS camera_access_revoked_15, t0.camera_entitled_until AS camera_entitled_until_16, t0.confirmed_at AS confirmed_at_17, t0.invitation_token_hash AS invitation_token_hash_18, t0.invitation_sent_at AS invitation_sent_at_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.family_id AS family_id_22 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
10
]
|
| 2 | 0.48 ms |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.created_at AS created_at_2, f0_.updated_at AS updated_at_3, u1_.id AS id_4, u1_.email AS email_5, u1_.email_hash AS email_hash_6, u1_.roles AS roles_7, u1_.password AS password_8, u1_.first_name AS first_name_9, u1_.last_name AS last_name_10, u1_.phone AS phone_11, u1_.address_line1 AS address_line1_12, u1_.address_line2 AS address_line2_13, u1_.city AS city_14, u1_.province AS province_15, u1_.postal_code AS postal_code_16, u1_.is_active AS is_active_17, u1_.camera_access_revoked AS camera_access_revoked_18, u1_.camera_entitled_until AS camera_entitled_until_19, u1_.confirmed_at AS confirmed_at_20, u1_.invitation_token_hash AS invitation_token_hash_21, u1_.invitation_sent_at AS invitation_sent_at_22, u1_.created_at AS created_at_23, u1_.updated_at AS updated_at_24, u1_.family_id AS family_id_25 FROM family f0_ LEFT JOIN `user` u1_ ON f0_.id = u1_.family_id ORDER BY f0_.id ASC
Parameters:
[] |
| 3 | 0.35 ms |
SELECT t0.id AS id_1, t0.cancellation_requested_at AS cancellation_requested_at_2, t0.provisioning_status AS provisioning_status_3, t0.status AS status_4, t0.started_at AS started_at_5, t0.cancelled_at AS cancelled_at_6, t0.charge_scheduled_through AS charge_scheduled_through_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.family_id AS family_id_10, t0.billable_item_id AS billable_item_id_11, t0.payer_id AS payer_id_12, t0.child_id AS child_id_13, t0.created_by_id AS created_by_id_14 FROM subscription t0 WHERE t0.status = ? AND t0.provisioning_status = ? ORDER BY t0.id ASC
Parameters:
[ "active" "needs_configuration" ] |
| 4 | 0.36 ms |
SELECT s0_.id AS id_0, s0_.cancellation_requested_at AS cancellation_requested_at_1, s0_.provisioning_status AS provisioning_status_2, s0_.status AS status_3, s0_.started_at AS started_at_4, s0_.cancelled_at AS cancelled_at_5, s0_.charge_scheduled_through AS charge_scheduled_through_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.family_id AS family_id_9, s0_.billable_item_id AS billable_item_id_10, s0_.payer_id AS payer_id_11, s0_.child_id AS child_id_12, s0_.created_by_id AS created_by_id_13 FROM subscription s0_ WHERE s0_.status = ? AND s0_.cancellation_requested_at IS NOT NULL ORDER BY s0_.cancellation_requested_at ASC
Parameters:
[
"active"
]
|
| 5 | 0.39 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.date_of_birth AS date_of_birth_4, t0.room AS room_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM child t0 INNER JOIN child_guardian ON t0.id = child_guardian.child_id WHERE child_guardian.user_id = ?
Parameters:
[
4
]
|
| 6 | 0.35 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.date_of_birth AS date_of_birth_4, t0.room AS room_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM child t0 INNER JOIN child_guardian ON t0.id = child_guardian.child_id WHERE child_guardian.user_id = ?
Parameters:
[
5
]
|
| 7 | 0.35 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.date_of_birth AS date_of_birth_4, t0.room AS room_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM child t0 INNER JOIN child_guardian ON t0.id = child_guardian.child_id WHERE child_guardian.user_id = ?
Parameters:
[
6
]
|
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 | 4 |
| App\Entity\Family | 2 |
| App\Entity\Child | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Family | No errors. |
| App\Entity\Child | No errors. |
| App\Entity\TermsAcceptance | No errors. |
| App\Entity\Subscription | No errors. |
| App\Billing\Money | No errors. |
| App\Entity\BillableItem | No errors. |