Query Metrics
6
Database Queries
4
Different statements
6.11 ms
Query time
0
Invalid entities
34
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2.35 ms (38.45%) |
3 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.google_id AS google_id_8, t0.facebook_id AS facebook_id_9, t0.needs_completion AS needs_completion_10, t0.is_email_verified AS is_email_verified_11, t0.is_phone_verified AS is_phone_verified_12, t0.is_active AS is_active_13, t0.newsletter_consent AS newsletter_consent_14, t0.marketing_consent AS marketing_consent_15, t0.my_referral_code AS my_referral_code_16, t0.used_referral_code AS used_referral_code_17, t0.referral_points AS referral_points_18, t0.email_verified_at AS email_verified_at_19, t0.phone_verified_at AS phone_verified_at_20, t0.last_login_at AS last_login_at_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.email_verification_token AS email_verification_token_24, t0.phone_verification_code AS phone_verification_code_25, t0.phone_verification_code_expires_at AS phone_verification_code_expires_at_26, t0.password_reset_token AS password_reset_token_27, t0.password_reset_token_expires_at AS password_reset_token_expires_at_28, t0.last_phone_code_sent_at AS last_phone_code_sent_at_29, t0.phone_code_attempts AS phone_code_attempts_30 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
3
]
|
||||||||||||||||||||||||||||
|
1.55 ms (25.39%) |
1 |
SELECT w0_.id AS id_0, w0_.title AS title_1, w0_.description AS description_2, w0_.created_at AS created_at_3, w0_.funded_amount AS funded_amount_4, w0_.status AS status_5, w0_.found_start AS found_start_6, w0_.found_end AS found_end_7, w0_.queue_position AS queue_position_8, w0_.approved_at AS approved_at_9, w0_.rejected_at AS rejected_at_10, w0_.rejection_reason AS rejection_reason_11, v1_.id AS id_12, v1_.importo AS importo_13, w0_.user_id AS user_id_14, w0_.voucher_id AS voucher_id_15, w0_.approved_by_id AS approved_by_id_16, w0_.rejected_by_id AS rejected_by_id_17, v1_.voucher_vendor_id AS voucher_vendor_id_18, v1_.assigned_voucher_code_id AS assigned_voucher_code_id_19 FROM wish w0_ LEFT JOIN voucher v1_ ON w0_.voucher_id = v1_.id WHERE w0_.funded_amount < v1_.importo ORDER BY w0_.created_at ASC
Parameters:
[]
|
||||||||||||||||||||||||||||
|
1.20 ms (19.65%) |
1 |
SELECT w0_.id AS id_0, w0_.title AS title_1, w0_.description AS description_2, w0_.created_at AS created_at_3, w0_.funded_amount AS funded_amount_4, w0_.status AS status_5, w0_.found_start AS found_start_6, w0_.found_end AS found_end_7, w0_.queue_position AS queue_position_8, w0_.approved_at AS approved_at_9, w0_.rejected_at AS rejected_at_10, w0_.rejection_reason AS rejection_reason_11, v1_.id AS id_12, v1_.importo AS importo_13, w0_.user_id AS user_id_14, w0_.voucher_id AS voucher_id_15, w0_.approved_by_id AS approved_by_id_16, w0_.rejected_by_id AS rejected_by_id_17, v1_.voucher_vendor_id AS voucher_vendor_id_18, v1_.assigned_voucher_code_id AS assigned_voucher_code_id_19 FROM wish w0_ LEFT JOIN voucher v1_ ON w0_.voucher_id = v1_.id WHERE w0_.funded_amount >= v1_.importo AND w0_.status <> ?
Parameters:
[
"completed"
]
|
||||||||||||||||||||||||||||
|
1.01 ms (16.51%) |
1 |
SELECT w0_.id AS id_0, w0_.title AS title_1, w0_.description AS description_2, w0_.created_at AS created_at_3, w0_.funded_amount AS funded_amount_4, w0_.status AS status_5, w0_.found_start AS found_start_6, w0_.found_end AS found_end_7, w0_.queue_position AS queue_position_8, w0_.approved_at AS approved_at_9, w0_.rejected_at AS rejected_at_10, w0_.rejection_reason AS rejection_reason_11, w0_.user_id AS user_id_12, w0_.voucher_id AS voucher_id_13, w0_.approved_by_id AS approved_by_id_14, w0_.rejected_by_id AS rejected_by_id_15 FROM wish w0_ ORDER BY w0_.created_at ASC LIMIT 4
Parameters:
[]
|
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\Wish | 12 |
| App\Entity\Voucher | 12 |
| App\Entity\VoucherVendor | 6 |
| App\Entity\User | 4 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Wish | No errors. |
| App\Entity\Voucher | No errors. |
| App\Entity\User | No errors. |
| App\Entity\VoucherVendor | No errors. |
| App\Entity\VoucherCode | No errors. |