GET https://www.otoline.fr/subscribe/7/rentManual

Query Metrics

23 Database Queries
5 Different statements
2.88 ms Query time
1 Invalid entities
18 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.13 ms
(74.05%)
18
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3, t0.value AS value_4, t0.type AS type_5 FROM parametre t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "PRICE"
]
0.26 ms
(9.15%)
2
SELECT p0_.id AS id_0, p0_.label AS label_1, p0_.thresold AS thresold_2, p0_.recurring AS recurring_3, p0_.min_amount AS min_amount_4 FROM payment_plan p0_ WHERE p0_.min_amount <= ? ORDER BY p0_.thresold ASC
Parameters:
[
  159.0
]
0.19 ms
(6.73%)
1
SELECT p0_.id AS id_0, p0_.min AS min_1, p0_.max AS max_2, p0_.amount AS amount_3, p0_.type AS type_4 FROM price_threshold p0_ WHERE (p0_.type = ? AND p0_.min IS NULL AND p0_.max IS NOT NULL AND ? <= p0_.max) OR (p0_.type = ? AND p0_.min IS NOT NULL AND p0_.max IS NULL AND ? >= p0_.min) OR (p0_.type = ? AND p0_.min IS NOT NULL AND p0_.max IS NOT NULL AND ? BETWEEN p0_.min AND p0_.max)
Parameters:
[
  "rentManual"
  10.0
  "rentManual"
  10.0
  "rentManual"
  10.0
]
0.17 ms
(5.76%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.total AS total_4, t0.with_drive_features AS with_drive_features_5, t0.with_lesson_features AS with_lesson_features_6, t0.price_id AS price_id_7, t0.plans_prices AS plans_prices_8, t0.content AS content_9, t0.is_personalized AS is_personalized_10, t0.type_id AS type_id_11 FROM forfait t0 WHERE t0.id = ?
Parameters:
[
  "7"
]
0.12 ms
(4.31%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.color AS color_3, t0.options AS options_4, t0.code AS code_5 FROM type_forfait t0 WHERE t0.id = ?
Parameters:
[
  2
]

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\Parametre 14
App\Entity\Forfait 1
App\Entity\TypeForfait 1
App\Entity\PriceThreshold 1
App\Entity\PaymentPlan 1

Entities Mapping

Class Mapping errors
App\Entity\Parametre No errors.
App\Entity\Forfait No errors.
App\Entity\TypeForfait No errors.
App\Entity\PaymentPlan No errors.
App\Entity\Account
  • The field 'App\Entity\Account#lessonsState' uses a non-existent type 'array'.
App\Entity\PriceThreshold No errors.