Query Metrics

5 Database Queries
3 Different statements
3.53 ms Query time
0 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 1.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "mg"
]
2 0.89 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.phone AS phone_3, t0.modele AS modele_4, t0.email AS email_5, t0.logo AS logo_6, t0.address AS address_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.status AS status_10 FROM agency t0 WHERE t0.status = ?
Parameters:
[
  1
]
3 0.71 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "mg"
]
4 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "mg"
]
5 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3 FROM departement t0
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\Agency\Agency 11
App\Entity\Language 1

Entities Mapping

Class Mapping errors
App\Entity\Language No errors.
App\Entity\Advice\Testimonial No errors.
App\Entity\Advice\Advice No errors.
App\Entity\Agency\Agency No errors.
App\Entity\Departement No errors.