https://zestedecom.sagpc.agence58.com/service/11

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.02 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.rank AS rank_4, t0.enable AS enable_5, t0.color AS color_6 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "11"
]
2 0.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.enable AS enable_3, t0.sub AS sub_4, t0.category_id AS category_id_5, t0.sub_category_id AS sub_category_id_6 FROM service t0 WHERE t0.category_id = ? AND t0.enable = ?
Parameters:
[
  11
  "1"
]
3 0.61 ms
SELECT t0.id AS id_1, t0.numero AS numero_2, t0.format AS format_3, t0.under_service AS under_service_4, t0.mention AS mention_5, t0.service_id AS service_id_6 FROM numero t0 WHERE t0.service_id = ?
Parameters:
[
  71
]
4 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.enable AS enable_3, t0.sub AS sub_4, t0.category_id AS category_id_5, t0.sub_category_id AS sub_category_id_6 FROM service t0 WHERE t0.category_id = ? AND t0.enable = ? AND t0.sub = ?
Parameters:
[
  11
  "1"
  "1"
]
5 0.78 ms
SELECT t0.id AS id_1, t0.numero AS numero_2, t0.format AS format_3, t0.under_service AS under_service_4, t0.mention AS mention_5, t0.service_id AS service_id_6 FROM numero t0 WHERE t0.service_id = ?
Parameters:
[
  71
]

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\Category No errors.
App\Entity\Service No errors.
App\Entity\Numero No errors.