GET http://sips.univ-fcomte.fr/index.php/

Query Metrics

6 Database Queries
6 Different statements
43.91 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
19.85 ms
(45.20%)
1
SELECT DISTINCT titre,
    regexp_replace(regexp_replace(LOWER(unaccent(titre)), '[[:punct:]]', '', 'g'), '^\s+', '', 'g') AS titre_formate
FROM document
ORDER BY titre_formate ASC
Parameters:
[]
9.15 ms
(20.83%)
1
SELECT
id,
CONCAT(prenom,' ',nom) AS identite,
regexp_replace(regexp_replace(LOWER(unaccent(CONCAT(prenom,' ',nom))), '[[:punct:]]', '', 'g'), '^\s+', '', 'g') AS identite_formate
FROM personne
ORDER BY nom ASC, prenom ASC
Parameters:
[]
6.77 ms
(15.41%)
1
SELECT 
id,
libelle_fr,
libelle_en,
regexp_replace(regexp_replace(LOWER(unaccent(libelle_fr)), '[[:punct:]]', '', 'g'), '^\s+', '', 'g') AS libelle_fr_formate,
regexp_replace(regexp_replace(LOWER(unaccent(libelle_en)), '[[:punct:]]', '', 'g'), '^\s+', '', 'g') AS libelle_en_formate
FROM mot_cle
ORDER BY libelle_fr_formate
Parameters:
[]
4.90 ms
(11.16%)
1
SELECT mc.id, mc.libelle_fr, mc.libelle_en, (
    SELECT COUNT(dmc.motcle_id)
    FROM document_mot_cle dmc
    WHERE dmc.motcle_id = mc.id) AS count
FROM mot_cle mc
ORDER BY count DESC
LIMIT 50
Parameters:
[]
1.85 ms
(4.22%)
1
SELECT
id,
nom,
regexp_replace(regexp_replace(LOWER(unaccent(nom)), '[[:punct:]]', '', 'g'), '^\s+', '', 'g') AS nom_formate,
editeur_id,
-1 AS count, false AS checked
FROM collections
ORDER BY nom
Parameters:
[]
1.39 ms
(3.17%)
1
SELECT
id,
nom,
regexp_replace(regexp_replace(LOWER(unaccent(nom)), '[[:punct:]]', '', 'g'), '^\s+', '', 'g') AS nom_formate,
-1 AS count, false AS checked
FROM editeur
ORDER BY nom
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.

Entities Mapping

Class Mapping errors
App\Entity\MotCle No errors.
App\Entity\Document No errors.
App\Entity\Personne No errors.
App\Entity\Editeur No errors.
App\Entity\Collections No errors.