Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
5.86 ms
(67.37%)
1
SELECT q0_.qid AS qid_0, q0_.libelle AS libelle_1, q0_.reponse AS reponse_2, Count(c1_.cid) AS sclr_3 FROM ipn_faq.questions q0_ INNER JOIN ipn_faq.consultations c1_ ON q0_.qid = c1_.qid WHERE q0_.publie = true GROUP BY q0_.qid, q0_.libelle, q0_.reponse, q0_.publie ORDER BY sclr_3 DESC LIMIT 10
Parameters:
[]
1.55 ms
(17.84%)
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:
[]
1.29 ms
(14.79%)
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
]

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

Entities Mapping

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