GET https://itastock.com.ar/app/billing/subscription

Query Metrics

4 Database Queries
4 Different statements
1.66 ms Query time
0 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.46 ms
(27.97%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.currency AS currency_4, t0.frequency AS frequency_5, t0.frequency_type AS frequency_type_6, t0.is_active AS is_active_7, t0.mp_preapproval_plan_id AS mp_preapproval_plan_id_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM billing_plans t0 WHERE t0.is_active = ? ORDER BY t0.price ASC, t0.name ASC
Parameters:
[
  1
]
0.46 ms
(27.80%)
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:
[
  1
]
0.44 ms
(26.65%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.created_at AS created_at_4, t5.id AS id_6, t5.status AS status_7, t5.start_at AS start_at_8, t5.end_at AS end_at_9, t5.trial_ends_at AS trial_ends_at_10, t5.notes AS notes_11, t5.mp_preapproval_id AS mp_preapproval_id_12, t5.mp_preapproval_plan_id AS mp_preapproval_plan_id_13, t5.payer_email AS payer_email_14, t5.last_synced_at AS last_synced_at_15, t5.override_mode AS override_mode_16, t5.override_until AS override_until_17, t5.created_at AS created_at_18, t5.updated_at AS updated_at_19, t5.business_id AS business_id_20, t5.plan_id AS plan_id_21 FROM business t0 LEFT JOIN subscriptions t5 ON t5.business_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]
0.29 ms
(17.57%)
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 WHERE t0.id = ?
Parameters:
[
  1
]

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 1
App\Entity\Business 1
App\Entity\Subscription 1
App\Entity\Plan 1
App\Entity\BillingPlan 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.
App\Entity\BillingPlan No errors.