Query Metrics

23 Database Queries
12 Different statements
28.09 ms Query time
0 Invalid entities
28 Managed entities

Grouped Statements

Show all queries

Time Count Info
16.07 ms
(57.19%)
2
SELECT t0.id AS id_1, t0.page AS page_2, t0.chemin AS chemin_3, t0.lastvisite AS lastvisite_4, t0.compteur AS compteur_5, t0.IP AS IP_6, t0.user_id AS user_id_7 FROM visite t0 WHERE t0.chemin = ? LIMIT 1
Parameters:
[
  "/pl/fil/answer/blog/18/3"
]
3.08 ms
(10.96%)
5
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.forename AS forename_4, t0.fullname AS fullname_5, t0.plain_password AS plain_password_6, t0.password AS password_7, t0.roles AS roles_8, t0.IP AS IP_9, t0.telephone AS telephone_10, t0.logincount AS logincount_11, t0.first_login AS first_login_12, t0.last_login AS last_login_13, t0.photo AS photo_14, t0.titre AS titre_15, t0.enabled AS enabled_16, t0.autorisationmail AS autorisationmail_17, t0.autorisationsms AS autorisationsms_18, t0.pseudo AS pseudo_19, t0.salt AS salt_20 FROM user t0 WHERE t0.id = ?
Parameters:
[
  108
]
2.70 ms
(9.62%)
5
SELECT t0.id AS id_1, t0.datecreation AS datecreation_2, t0.url AS url_3, t0.corps AS corps_4, t0.fil_id AS fil_id_5, t0.expediteur_id AS expediteur_id_6 FROM message t0 WHERE t0.fil_id = ?
Parameters:
[
  21
]
1.77 ms
(6.31%)
3
SELECT t0.id AS id_1, t0.notification AS notification_2, t0.actif AS actif_3, t0.imagefond AS imagefond_4, t0.site AS site_5, t0.description AS description_6, t0.optionblog AS optionblog_7, t0.optionmessagerie AS optionmessagerie_8, t0.photo AS photo_9, t0.adresse AS adresse_10, t0.telephone AS telephone_11, t0.info1 AS info1_12, t0.info2 AS info2_13, t0.nbdiapos AS nbdiapos_14, t0.optionconseil AS optionconseil_15, t0.optionproduits AS optionproduits_16, t0.email AS email_17, t0.optionfinance AS optionfinance_18, t0.adresseinternet AS adresseinternet_19, t0.licence AS licence_20, t0.administrateur_id AS administrateur_id_21, t0.proprietaire_id AS proprietaire_id_22, t0.theme_id AS theme_id_23 FROM parametres t0 WHERE t0.actif = ? LIMIT 1
Parameters:
[
  1
]
0.83 ms
(2.97%)
1
"COMMIT"
Parameters:
[]
0.70 ms
(2.50%)
1
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT f0_.id AS id_0, f0_.sujet AS sujet_1, f0_.datecreation AS datecreation_2, f0_.type AS type_3 FROM fil f0_ WHERE f0_.type = ? ORDER BY f0_.datecreation DESC) dctrn_result) dctrn_table
Parameters:
[
  "blog"
]
0.62 ms
(2.19%)
1
SELECT f0_.id AS id_0, f0_.sujet AS sujet_1, f0_.datecreation AS datecreation_2, f0_.type AS type_3, f0_.createur_id AS createur_id_4 FROM fil f0_ WHERE f0_.type = ? ORDER BY f0_.datecreation DESC LIMIT 5 OFFSET 10
Parameters:
[
  "blog"
]
0.60 ms
(2.13%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.finance AS finance_3, t0.peche AS peche_4, t0.produit AS produit_5, t0.mathmuse AS mathmuse_6, t0.paginationblog AS paginationblog_7, t0.deltapageblog AS deltapageblog_8, t0.paginationmessagerie AS paginationmessagerie_9, t0.deltapagemessagerie AS deltapagemessagerie_10, t0.paginationchapitrefaq AS paginationchapitrefaq_11, t0.deltapagechapitrefaq AS deltapagechapitrefaq_12, t0.paginationarticlefaq AS paginationarticlefaq_13, t0.deltapagearticlefaq AS deltapagearticlefaq_14, t0.paginationproduits AS paginationproduits_15, t0.deltapageproduits AS deltapageproduits_16, t0.paginationpeche AS paginationpeche_17, t0.deltapagepeche AS deltapagepeche_18, t0.paginationmathmuse AS paginationmathmuse_19, t0.deltapagemathmuse AS deltapagemathmuse_20 FROM typesite t0 WHERE t0.id = ?
Parameters:
[
  4
]
0.56 ms
(2.00%)
1
UPDATE visite SET compteur = ?, IP = ? WHERE id = ?
Parameters:
[
  412
  "216.73.216.112"
  20906
]
0.47 ms
(1.67%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.typesite_id AS typesite_id_3 FROM theme t0 WHERE t0.id = ?
Parameters:
[
  4
]
0.39 ms
(1.37%)
1
SELECT t0.id AS id_1, t0.sujet AS sujet_2, t0.datecreation AS datecreation_3, t0.type AS type_4, t0.createur_id AS createur_id_5 FROM fil t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "18"
]
0.30 ms
(1.09%)
1
"START TRANSACTION"
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\Message 12
App\Entity\User 7
App\Entity\Fil 5
App\Entity\Parametres 1
App\Entity\Theme 1
App\Entity\Typesite 1
App\Entity\Visite 1

Entities Mapping