POST https://pricing.efel.app/api/getprice

Query Metrics

7 Database Queries
6 Different statements
2.95 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.71 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.vat AS vat_3 FROM agency t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "PARIS BERCY 26"
]
2 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.vat AS vat_3 FROM agency t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "LYON"
]
3 0.45 ms
SELECT t0.id AS id_1, t0.day AS day_2, t0.product AS product_3, t0.default_price AS default_price_4, t0.factor AS factor_5, t0.agency_id AS agency_id_6 FROM day_price t0 WHERE t0.agency_id = ? AND t0.product = ? LIMIT 1
Parameters:
[
  92
  "EXPLORER 5"
]
4 0.29 ms
SELECT t0.id AS id_1, t0.price AS price_2, t0.product AS product_3, t0.agency_id AS agency_id_4 FROM product_floor_price t0 WHERE t0.product = ? AND t0.agency_id = ? LIMIT 1
Parameters:
[
  "EXPLORER 5"
  92
]
5 0.50 ms
SELECT d0_.id AS id_0, d0_.day AS day_1, d0_.product AS product_2, d0_.default_price AS default_price_3, d0_.factor AS factor_4, d0_.agency_id AS agency_id_5 FROM day_price d0_ WHERE d0_.agency_id = ? AND d0_.product = ? AND d0_.day >= ? AND d0_.day <= ? ORDER BY d0_.day ASC
Parameters:
[
  92
  "EXPLORER 5"
  "2026-05-27 00:00:00"
  "2026-06-26 00:00:00"
]
6 0.36 ms
SELECT f0_.id AS id_0, f0_.day AS day_1, f0_.product AS product_2, f0_.length AS length_3, f0_.factor AS factor_4, f0_.agency_id AS agency_id_5 FROM factor_by_length f0_ WHERE f0_.agency_id = ? AND f0_.product = ? AND f0_.day = ? AND f0_.length = ? LIMIT 1
Parameters:
[
  92
  "EXPLORER 5"
  "2026-05-27 00:00:00"
  30
]
7 0.32 ms
SELECT f0_.id AS id_0, f0_.day AS day_1, f0_.product AS product_2, f0_.length AS length_3, f0_.factor AS factor_4, f0_.agency_id AS agency_id_5 FROM factor_by_length f0_ WHERE f0_.agency_id = ? AND f0_.product = ? AND f0_.day = ? AND f0_.length <= ? ORDER BY f0_.length DESC LIMIT 1
Parameters:
[
  92
  "EXPLORER 5"
  "2026-05-27 00:00:00"
  30
]

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\Agency No errors.
App\Entity\DayPrice
  • The field 'App\Entity\DayPrice#defaultPrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\FactorByLength No errors.
App\Entity\ProductFloorPrice No errors.