GET http://dev-connect.binn.pro/api/point-of-sale/54/features

Query Metrics

46 Database Queries
7 Different statements
29.74 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
10.62 ms
(35.73%)
40
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
Parameters:
[
  32
]
6.11 ms
(20.54%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.phone_number AS phone_number_4, t0.address AS address_5, t0.email AS email_6, t0.country AS country_7, t0.city AS city_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.business_id AS business_id_11 FROM point_of_sale t0 WHERE t0.id = ?
Parameters:
[
  54
]
4.52 ms
(15.19%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.phone_number AS phone_number_4, t0.email AS email_5, t0.logo AS logo_6, t0.description_activity_sector AS description_activity_sector_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.user_id AS user_id_10, t0.activity_sector_id AS activity_sector_id_11 FROM business t0 WHERE t0.id = ?
Parameters:
[
  75
]
3.16 ms
(10.61%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.profil AS profil_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.business_name AS business_name_9, t0.phone_number AS phone_number_10, t0.status_subscription AS status_subscription_11, t0.selected_sale_types AS selected_sale_types_12, t0.reset_token AS reset_token_13, t0.reset_token_expires_at AS reset_token_expires_at_14, t0.is_verified AS is_verified_15, t0.verification_token AS verification_token_16, t0.verification_token_expires_at AS verification_token_expires_at_17, t0.rccm AS rccm_18, t0.identity_document_of_manager AS identity_document_of_manager_19, t0.proof_of_domiciliation AS proof_of_domiciliation_20, t0.address AS address_21, t0.trial_start_date AS trial_start_date_22, t0.parent_id AS parent_id_23, t0.business_type_id AS business_type_id_24 FROM user t0 WHERE t0.id = ?
Parameters:
[
  78
]
2.20 ms
(7.39%)
1
SELECT t0.id AS id_1, t0.start_date AS start_date_2, t0.end_date AS end_date_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.user_id AS user_id_7, t0.pricing_plan_id AS pricing_plan_id_8 FROM subscription t0 WHERE t0.user_id = ?
Parameters:
[
  78
]
1.93 ms
(6.50%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.price_per_month AS price_per_month_3, t0.price_per_year AS price_per_year_4, t0.type_subscription AS type_subscription_5 FROM pricing_plan t0 WHERE t0.id = ?
Parameters:
[
  3
]
1.20 ms
(4.05%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.pricing_id AS pricing_id_4, t0.pos_feature_id AS pos_feature_id_5 FROM feature t0 WHERE t0.pricing_id = ?
Parameters:
[
  3
]

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\PointOfSale No errors.
App\Entity\Business No errors.
App\Entity\User No errors.
App\Entity\ActivitySector No errors.
App\Entity\BusinessType No errors.
App\Entity\Subscription No errors.
App\Entity\Payment No errors.
App\Entity\PricingPlan No errors.
App\Entity\Feature No errors.
App\Entity\PosFeature No errors.