GET https://gorgouille.fr/blog/inscription

Query Metrics

9 Database Queries
6 Different statements
3.22 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.95 ms
SELECT s0_.id AS id_0, s0_.ip AS ip_1, s0_.reproche AS reproche_2, s0_.date_crea AS date_crea_3 FROM secur_ipbann s0_ WHERE s0_.ip = ?
Parameters:
[
  "3.16.66.34"
]
2 0.21 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.sous_titre AS sous_titre_3, t0.logo AS logo_4 FROM blog_header t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.35 ms
SELECT b0_.id AS id_0, b0_.titre AS titre_1, b0_.image AS image_2, b0_.texte AS texte_3, b0_.ordre AS ordre_4, b0_.actif AS actif_5, b0_.parent_id AS parent_id_6 FROM blog_rubrique b0_ LEFT JOIN blog_rubrique b1_ ON b0_.id = b1_.parent_id WHERE b0_.parent_id IS NULL AND b0_.actif = ? ORDER BY b0_.ordre ASC, b1_.ordre ASC
Parameters:
[
  1
]
4 0.36 ms
SELECT s0_.id AS id_0, s0_.username AS username_1, s0_.roles AS roles_2, s0_.password AS password_3, s0_.prenom AS prenom_4, s0_.nom AS nom_5, s0_.societe AS societe_6, s0_.email AS email_7, s0_.telephone AS telephone_8, s0_.cgu AS cgu_9, s0_.actif AS actif_10, s0_.code_verif AS code_verif_11, s0_.date_crea AS date_crea_12, s0_.date_modif AS date_modif_13, s0_.color AS color_14 FROM secur_user s0_ WHERE s0_.roles LIKE ?
Parameters:
[
  "["ROLE_ADMIN"]"
]
5 0.29 ms
SELECT s0_.id AS id_0, s0_.username AS username_1, s0_.roles AS roles_2, s0_.password AS password_3, s0_.prenom AS prenom_4, s0_.nom AS nom_5, s0_.societe AS societe_6, s0_.email AS email_7, s0_.telephone AS telephone_8, s0_.cgu AS cgu_9, s0_.actif AS actif_10, s0_.code_verif AS code_verif_11, s0_.date_crea AS date_crea_12, s0_.date_modif AS date_modif_13, s0_.color AS color_14 FROM secur_user s0_ WHERE s0_.roles LIKE ? AND s0_.actif = ?
Parameters:
[
  "["ROLE_ADMIN"]"
  "1"
]
6 0.33 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.texte AS texte_4, t0.ordre AS ordre_5, t0.actif AS actif_6, t0.parent_id AS parent_id_7 FROM blog_rubrique t0 WHERE t0.parent_id = ?
Parameters:
[
  3
]
7 0.32 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.texte AS texte_4, t0.ordre AS ordre_5, t0.actif AS actif_6, t0.parent_id AS parent_id_7 FROM blog_rubrique t0 WHERE t0.parent_id = ?
Parameters:
[
  38
]
8 0.21 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.texte AS texte_4, t0.ordre AS ordre_5, t0.actif AS actif_6, t0.parent_id AS parent_id_7 FROM blog_rubrique t0 WHERE t0.parent_id = ?
Parameters:
[
  20
]
9 0.21 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.texte AS texte_4, t0.ordre AS ordre_5, t0.actif AS actif_6, t0.parent_id AS parent_id_7 FROM blog_rubrique t0 WHERE t0.parent_id = ?
Parameters:
[
  40
]

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\SecurIpbann No errors.
App\Entity\BlogHeader No errors.
App\Entity\BlogRubrique No errors.
App\Entity\BlogPublication No errors.
App\Entity\SecurUser No errors.
App\Entity\Medias No errors.