Query Metrics
3
Database Queries
3
Different statements
1.98 ms
Query time
0
Invalid entities
6
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.24 ms (62.87%) |
1 |
SELECT s0_.id AS id_0, s0_.status AS status_1, s0_.start_at AS start_at_2, s0_.end_at AS end_at_3, s0_.trial_ends_at AS trial_ends_at_4, s0_.notes AS notes_5, s0_.mp_preapproval_id AS mp_preapproval_id_6, s0_.mp_preapproval_plan_id AS mp_preapproval_plan_id_7, s0_.payer_email AS payer_email_8, s0_.last_synced_at AS last_synced_at_9, s0_.override_mode AS override_mode_10, s0_.override_until AS override_until_11, s0_.created_at AS created_at_12, s0_.updated_at AS updated_at_13, p1_.id AS id_14, p1_.code AS code_15, p1_.name AS name_16, p1_.price_monthly AS price_monthly_17, p1_.currency AS currency_18, p1_.features_json AS features_json_19, p1_.is_active AS is_active_20, p1_.is_featured AS is_featured_21, p1_.sort_order AS sort_order_22, b2_.id AS id_23, b2_.name AS name_24, b2_.status AS status_25, b2_.created_at AS created_at_26, s0_.business_id AS business_id_27, s0_.plan_id AS plan_id_28 FROM subscriptions s0_ LEFT JOIN plans p1_ ON s0_.plan_id = p1_.id LEFT JOIN business b2_ ON s0_.business_id = b2_.id ORDER BY b2_.name ASC
Parameters:
[]
|
||||||||||||||||||||||||||
|
0.41 ms (20.84%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.reset_token AS reset_token_6, t0.reset_requested_at AS reset_requested_at_7, t0.is_active AS is_active_8, t0.business_id AS business_id_9 FROM users t0 WHERE t0.id = ?
Parameters:
[
3
]
|
||||||||||||||||||||||||||
|
0.32 ms (16.29%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.price_monthly AS price_monthly_4, t0.currency AS currency_5, t0.features_json AS features_json_6, t0.is_active AS is_active_7, t0.is_featured AS is_featured_8, t0.sort_order AS sort_order_9 FROM plans t0 ORDER BY t0.name ASC
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\Business | 2 |
| App\Entity\Subscription | 2 |
| App\Entity\User | 1 |
| App\Entity\Plan | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Business | No errors. |
| App\Entity\Subscription | No errors. |
| App\Entity\Plan | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Product | No errors. |