GET http://dev-connect.binn.pro/

Query Metrics

4 Database Queries
2 Different statements
29.16 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 11.84 ms
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
Parameters:
[]
2 12.55 ms
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:
[
  1
]
3 1.27 ms
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:
[
  2
]
4 3.50 ms
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\PricingPlan No errors.
App\Entity\Feature No errors.
App\Entity\Subscription No errors.
App\Entity\PosFeature No errors.