Query Metrics

10 Database Queries
3 Different statements
2.92 ms Query time
0 Invalid entities
36 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.76 ms
(60.31%)
8
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.update_at AS update_at_3, t0.image_name AS image_name_4, t0.publie AS publie_5 FROM gallerie t0 INNER JOIN gallerie_tags ON t0.id = gallerie_tags.gallerie_id WHERE gallerie_tags.tags_id = ?
Parameters:
[
  1
]
0.60 ms
(20.46%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3 FROM tags t0
Parameters:
[]
0.56 ms
(19.23%)
1
SELECT g0_.id AS id_0, g0_.titre AS titre_1, g0_.update_at AS update_at_2, g0_.image_name AS image_name_3, g0_.publie AS publie_4 FROM gallerie g0_ INNER JOIN gallerie_tags g2_ ON g0_.id = g2_.gallerie_id INNER JOIN tags t1_ ON t1_.id = g2_.tags_id WHERE g0_.publie = ? AND t1_.nom = ? ORDER BY g0_.id DESC
Parameters:
[
  1
  "L'hiver"
]

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\Gallerie 28
App\Entity\Tags 8

Entities Mapping

Class Mapping errors
App\Entity\Tags No errors.
App\Entity\Actualites No errors.
App\Entity\Gallerie No errors.