GET http://fabos.dstei.fr/machines

Query Metrics

4 Database Queries
4 Different statements
1.12 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.40 ms
(35.24%)
1
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "fabos_symfony"
]
0.31 ms
(27.94%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.localisation AS localisation_4, t0.photo AS photo_5, t0.statut AS statut_6, t0.granularite AS granularite_7, t0.categorySlug AS categorySlug_8, t0.categoryLabel AS categoryLabel_9, t0.levelSlug AS levelSlug_10, t0.levelLabel AS levelLabel_11, t0.iconSlug AS iconSlug_12, t0.materials AS materials_13, t0.features AS features_14, t0.requirementTitle AS requirementTitle_15, t0.requirementDescription AS requirementDescription_16, t0.popularity AS popularity_17, t0.limiteReservations AS limiteReservations_18, t0.machineToken AS machineToken_19, t0.createdAt AS createdAt_20, t0.updated AS updated_21, t0.lastAuthorizationTime AS lastAuthorizationTime_22 FROM MACHINE t0 ORDER BY t0.createdAt DESC
Parameters:
[]
0.27 ms
(24.29%)
1
SELECT t0.id AS id_1, t0.requiredForAccess AS requiredForAccess_2, t0.createdAt AS createdAt_3, t0.machineId AS machineId_4, t0.badgeId AS badgeId_5 FROM MACHINE_BADGE t0 WHERE t0.machineId = ?
Parameters:
[
  1
]
0.14 ms
(12.54%)
1
SELECT DATABASE()
Parameters:
[]

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\Machine 1

Entities Mapping

Class Mapping errors
App\Entity\Machine No errors.
App\Entity\MachineBadge No errors.
App\Entity\MachineFavorite No errors.
App\Entity\Badge No errors.