https://mor-juradbat.cobalt-docker.iad-informatique.com/robots.txt

Query Metrics

16 Database Queries
10 Different statements
10.93 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.39 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
2 2.79 ms
SELECT quote_ident(table_name) AS table_name,
       table_schema AS schema_name
FROM information_schema.tables
WHERE table_catalog = ?
  AND table_schema NOT LIKE 'pg\_%'
  AND table_schema != 'information_schema'
  AND table_name != 'geometry_columns'
  AND table_name != 'spatial_ref_sys'
  AND table_type = 'BASE TABLE'
Parameters:
[
  "jurabat_db"
]
3 0.41 ms
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
4 0.19 ms
SHOW search_path
Parameters:
[]
5 0.14 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
6 1.39 ms
SELECT quote_ident(table_name) AS table_name,
       table_schema AS schema_name
FROM information_schema.tables
WHERE table_catalog = ?
  AND table_schema NOT LIKE 'pg\_%'
  AND table_schema != 'information_schema'
  AND table_name != 'geometry_columns'
  AND table_name != 'spatial_ref_sys'
  AND table_type = 'BASE TABLE'
Parameters:
[
  "jurabat_db"
]
7 0.18 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
8 0.82 ms
SELECT c.relname,
       CASE c.relpersistence WHEN 'u' THEN true ELSE false END as unlogged,
       obj_description(c.oid, 'pg_class') AS comment
FROM pg_class c
     INNER JOIN pg_namespace n
         ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
Parameters:
[]
9 0.18 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
10 0.73 ms
SELECT                  quote_ident(r.conname) as conname,
                  pg_get_constraintdef(r.oid, true) as condef
                  FROM pg_constraint r
                      JOIN pg_class AS tc ON tc.oid = r.conrelid
                      JOIN pg_namespace tn ON tn.oid = tc.relnamespace
                  WHERE r.conrelid IN
                  (
                      SELECT c.oid
                      FROM pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f'
Parameters:
[]
11 1.94 ms
SELECT            a.attnum,
            quote_ident(a.attname) AS field,
            t.typname AS type,
            format_type(a.atttypid, a.atttypmod) AS complete_type,
            (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation,
            (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type,
            (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM
              pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type,
            a.attnotnull AS isnotnull,
            (SELECT 't'
             FROM pg_index
             WHERE c.oid = pg_index.indrelid
                AND pg_index.indkey[0] = a.attnum
                AND pg_index.indisprimary = 't'
            ) AS pri,
            (SELECT pg_get_expr(adbin, adrelid)
             FROM pg_attrdef
             WHERE c.oid = pg_attrdef.adrelid
                AND pg_attrdef.adnum=a.attnum
            ) AS default,
            (SELECT pg_description.description
                FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid
            ) AS comment
            FROM pg_attribute a
                INNER JOIN pg_class c
                    ON c.oid = a.attrelid
                INNER JOIN pg_type t
                    ON t.oid = a.atttypid
                INNER JOIN pg_namespace n
                    ON n.oid = c.relnamespace
                LEFT JOIN pg_depend d
                    ON d.objid = c.oid
                        AND d.deptype = 'e'
                        AND d.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class') WHERE a.attnum > 0 AND c.relkind = 'r' AND d.refobjid IS NULL AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
Parameters:
[]
12 0.20 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
13 0.97 ms
SELECT                   quote_ident(ic.relname) AS relname,
                   i.indisunique,
                   i.indisprimary,
                   i.indkey,
                   i.indrelid,
                   pg_get_expr(indpred, indrelid) AS "where"
              FROM pg_index i
                   JOIN pg_class AS tc ON tc.oid = i.indrelid
                   JOIN pg_namespace tn ON tn.oid = tc.relnamespace
                   JOIN pg_class AS ic ON ic.oid = i.indexrelid
             WHERE ic.oid IN (
                SELECT indexrelid
                FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast'))
Parameters:
[]
14 0.22 ms
SELECT attnum, attname FROM pg_attribute WHERE attrelid=38744 AND attnum IN (1) ORDER BY attnum ASC
Parameters:
[]
15 0.20 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
16 0.18 ms
SELECT CURRENT_DATABASE()
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\CauseArretVentilation No errors.
App\Entity\TempsMeteoJour No errors.
App\Entity\EtatImport No errors.
App\Entity\FamilleElementMesure No errors.
App\Entity\PositionPriseAir No errors.
App\Entity\Equipement No errors.
App\Entity\AmenagementInterieurPeriodeMesure No errors.
App\Entity\Garage No errors.
App\Entity\TypeEscalier No errors.
App\Entity\MaintenanceVentilation No errors.
App\Entity\AssainissementRadon No errors.
App\Entity\ZoneHomogene No errors.
App\Entity\RevetementPlafondPieceMesure No errors.
App\Entity\FrequenceNettoyageVentilation No errors.
App\Entity\PositionPortesInterieures No errors.
App\Entity\FrequenceOuvertureFenetre No errors.
App\Entity\Action No errors.
App\Entity\TypeRenovation No errors.
App\Entity\ChauffageEnergieSecondaire No errors.
App\Entity\ContenantAppareilCombustionBois No errors.
App\Entity\HauteurPriseAir No errors.
App\Entity\TypeMesure No errors.
App\Entity\Canton No errors.
App\Entity\Adresse No errors.
App\Entity\TraitementSurface No errors.
App\Entity\ModificationEchantillonnage No errors.
App\Entity\EntreeGarage No errors.
App\Entity\PlaceSechageLinge No errors.
App\Entity\Participant No errors.
App\Entity\ValeursMesures No errors.
App\Entity\TrancheAge No errors.
App\Entity\Pays No errors.
App\Entity\AnneeConstruction No errors.
App\Entity\ContenantMobilier No errors.
App\Entity\Etage No errors.
App\Entity\Travaux No errors.
App\Entity\Intervenant No errors.
App\Entity\RevetementMurBatiment No errors.
App\Entity\TypeVitrageFenetre No errors.
App\Entity\EquipementsBatiment No errors.
App\Entity\CategorieMesure No errors.
App\Entity\RevetementPosePeriodeMesure No errors.
App\Entity\MethodeMesure No errors.
App\Entity\MesurePieceFamilleElement No errors.
App\Entity\DegatsMoisissure No errors.
App\Entity\FrequenceUsageVentilation No errors.
App\Entity\AmenagementInterieur No errors.
App\Entity\AccesSousSol No errors.
App\Entity\SystemeChauffageUsage No errors.
App\Entity\RealisationAction No errors.
App\Entity\CategorieFrequenceUsageSemaine No errors.
App\Entity\RevetementPlafond No errors.
App\Entity\FrequenceUsageSecheLinge No errors.
App\Entity\TypeBatiment No errors.
App\Entity\RevetementSolBatiment No errors.
App\Entity\Typologie No errors.
App\Entity\SousSol No errors.
App\Entity\TravauxEffectuesPeriodeMesure No errors.
App\Entity\Actualite No errors.
App\Entity\TypeHuisserieUsage No errors.
App\Entity\ElementMesure No errors.
App\Entity\ContenantMobilierPieceMesure No errors.
App\Entity\Exposition No errors.
App\Entity\Urbanisme No errors.
App\Entity\AccesGarage No errors.
App\Entity\Departement No errors.
App\Entity\RevetementMur No errors.
App\Entity\Batiment No errors.
App\Entity\NombreNiveau No errors.
App\Entity\NombreBatiments No errors.
App\Entity\GarageBatiment No errors.
App\Entity\EtatInstrumentMesure No errors.
App\Entity\Etablissement No errors.
App\Entity\Label No errors.
App\Entity\Revetement No errors.
App\Entity\InstrumentMesure No errors.
App\Entity\RevetementSolPieceMesure No errors.
App\Entity\Mesure No errors.
App\Entity\RegulationVmc No errors.
App\Entity\ValeursRepartitionOccupants No errors.
App\Entity\IntroduitMeuble No errors.
App\Entity\Meteorologie No errors.
App\Entity\TypeFenetreUtiliser No errors.
App\Entity\ClasseEnergie No errors.
App\Entity\RevetementSol No errors.
App\Entity\TypeImport No errors.
App\Entity\BatimentAccesSousSol No errors.
App\Entity\FrequenceUsageAppareilBois No errors.
App\Entity\DureeSejour No errors.
App\Entity\Annee No errors.
App\Entity\Situation No errors.
App\Entity\OuvrirFenetre No errors.
App\Entity\TypeOuverture No errors.
App\Entity\RepartitionOccupantsHeuresSemaine No errors.
App\Entity\JourSemaine No errors.
App\Entity\PartieVentilation No errors.
App\Entity\TypeRegulationVmc No errors.
App\Entity\ArretVentilation No errors.
App\Entity\Campagne No errors.
App\Entity\Orientation No errors.
App\Entity\BatimentTypeRenovation No errors.
App\Entity\ZoneHabitat No errors.
App\Entity\ChauffageBois No errors.
App\Entity\RepartitionHabitantsAge No errors.
App\Entity\FournisseurDonnees No errors.
App\Entity\EnergieChauffage No errors.
App\Entity\Commune No errors.
App\Entity\RevetementPlafondBatiment No errors.
App\Entity\SourceDonnee No errors.
App\Entity\TypePiece No errors.
App\Entity\TypeEtablissement No errors.
App\Entity\MateriauPrincipal No errors.
App\Entity\MesureEtatsPiecesEchantillonnees No errors.
App\Entity\TraitementSurfaceMateriau No errors.
App\Entity\InterfaceSol No errors.
App\Entity\RevetementMurPieceMesure No errors.
App\Entity\FrequenceUsageEnSemaine No errors.
App\Entity\Etiquetage No errors.
App\Entity\PeriodeMesure No errors.
App\Entity\TypeVitrageFenetreUsage No errors.
App\Entity\PieceMesure No errors.
App\Entity\SechageLingeEndroit No errors.
App\Entity\BatimentAssainissementRadon No errors.
App\Entity\MateriauMobilier No errors.
App\Entity\TypeVentilation No errors.
App\Entity\TypeFenetre No errors.
App\Entity\IntroductionDeMeubles No errors.
App\Entity\Import No errors.
App\Entity\NatureChauffage No errors.
App\Entity\TypeHuisserie No errors.
App\Entity\InteractionSol No errors.
App\Entity\EtatBouches No errors.
Sonata\UserBundle\Entity\BaseUser No errors.
Vich\UploaderBundle\Entity\File No errors.
App\Application\Sonata\UserBundle\Entity\User No errors.