Query Metrics

4 Database Queries
4 Different statements
9.64 ms Query time
0 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.36 ms
(55.57%)
1
SELECT q0_.qid AS qid_0, q0_.libelle AS libelle_1, q0_.reponse AS reponse_2, q0_.publie AS publie_3, r1_.id AS id_4, r1_.libelle AS libelle_5, r1_.icone AS icone_6, r1_.accueil AS accueil_7 FROM ipn_faq.questions q0_ LEFT JOIN ipn_faq.corr_question_theme i2_ ON q0_.qid = i2_.qid LEFT JOIN ipn_faq.ref_theme r1_ ON r1_.id = i2_.tid WHERE q0_.publie = true AND ((unaccent(q0_.libelle) ~* '(synthese)') = true OR (unaccent(q0_.reponse) ~* '(synthese)') = true) ORDER BY q0_.libelle DESC LIMIT 1000
Parameters:
[]
1.79 ms
(18.56%)
1
SELECT Count(q0_.qid) AS sclr_0 FROM ipn_faq.questions q0_ LEFT JOIN ipn_faq.corr_question_theme i2_ ON q0_.qid = i2_.qid LEFT JOIN ipn_faq.ref_theme r1_ ON r1_.id = i2_.tid WHERE q0_.publie = true AND ((unaccent(q0_.libelle) ~* '(synthese)') = true OR (unaccent(q0_.reponse) ~* '(synthese)') = true)
Parameters:
[]
1.49 ms
(15.49%)
1
SELECT t0.serial AS serial_1, t0.mail AS mail_2, t0.mail_transitoire AS mail_transitoire_3, t0.validermail_key AS validermail_key_4, t0.poste_occupe AS poste_occupe_5, t0.date_creation AS date_creation_6, t0.derniere_date_edition AS derniere_date_edition_7, t0.newsletter AS newsletter_8, t0.statut AS statut_9, t0.uid AS uid_10, t0.orgid AS orgid_11 FROM ipn_user.corr_utilisateur_organisme t0 WHERE t0.uid IS NULL AND t0.statut = ?
Parameters:
[
  1
]
1.00 ms
(10.37%)
1
SELECT r0_.id AS id_0, r0_.libelle AS libelle_1, r0_.icone AS icone_2, r0_.accueil AS accueil_3, COUNT(q1_.qid) AS sclr_4 FROM ipn_faq.ref_theme r0_ INNER JOIN ipn_faq.corr_question_theme i2_ ON r0_.id = i2_.tid INNER JOIN ipn_faq.questions q1_ ON q1_.qid = i2_.qid AND (q1_.publie = true) GROUP BY r0_.id ORDER BY r0_.libelle ASC
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\FAQ\Theme 2
App\Entity\FAQ\Question 1

Entities Mapping

Class Mapping errors
App\Entity\FAQ\Question No errors.
App\Entity\FAQ\Theme No errors.
App\Entity\FAQ\Avis No errors.
App\Entity\FAQ\Consultation No errors.
App\Entity\OrganismesUser No errors.
App\Entity\User No errors.
App\Entity\Organisme No errors.