https://dloc-dev.adelysdev.com/robots.txt

Query Metrics

13 Database Queries
7 Different statements
8.25 ms Query time
16 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.31 ms
SELECT DATABASE()
Parameters:
[]
2 0.52 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "dloc_app_dev"
]
3 0.10 ms
SELECT DATABASE()
Parameters:
[]
4 0.38 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "dloc_app_dev"
]
5 0.11 ms
SELECT DATABASE()
Parameters:
[]
6 0.34 ms
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
            ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "dloc_app_dev"
  "doctrine_migration_versions"
]
7 0.08 ms
SELECT DATABASE()
Parameters:
[]
8 5.18 ms
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME
AND c.CONSTRAINT_SCHEMA = k.TABLE_SCHEMA */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "dloc_app_dev"
  "doctrine_migration_versions"
]
9 0.71 ms
SELECT       c.COLUMN_NAME        AS field,
       c.COLUMN_TYPE        AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "dloc_app_dev"
  "dloc_app_dev"
  "doctrine_migration_versions"
]
10 0.13 ms
SELECT DATABASE()
Parameters:
[]
11 0.19 ms
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "dloc_app_dev"
  "doctrine_migration_versions"
]
12 0.12 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
13 0.09 ms
SELECT DATABASE()
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
knd doctrine.dbal.knd_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
knd doctrine.orm.knd_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\Adresse No errors.
App\Entity\Commune No errors.
App\Entity\Quartier No errors.
App\Entity\Zone
  • The field App\Entity\Zone#adresses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Adresse#zone does not contain the required 'inversedBy="adresses"' attribute.
App\Entity\OffreType No errors.
App\Entity\OffreCategorie No errors.
App\Entity\OffreExterieurType
  • The field App\Entity\OffreExterieurType#offreExterieurs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OffreExterieur#type does not contain the required 'inversedBy="offreExterieurs"' attribute.
App\Entity\OffreBureauType No errors.
App\Entity\OffreBalconType No errors.
App\Entity\OffreChauffageType No errors.
App\Entity\Abonnement No errors.
App\Entity\CustomUser
  • The field App\Entity\CustomUser#metas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Meta#custom_user does not contain the required 'inversedBy="metas"' attribute.
App\Entity\Societe
  • The field App\Entity\Societe#metas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Meta#custom_user does not contain the required 'inversedBy="metas"' attribute.
App\Entity\Agence
  • The field App\Entity\Agence#metas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Meta#custom_user does not contain the required 'inversedBy="metas"' attribute.
App\Entity\Offre
  • The association App\Entity\Offre#agence refers to the inverse side field App\Entity\Agence#offres which does not exist.
App\Entity\Document
  • The field App\Entity\Document#convention is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Convention#document does not contain the required 'inversedBy="convention"' attribute.
App\Entity\TypeDocument No errors.
App\Entity\OffreVueType No errors.
App\Entity\OffreVue No errors.
App\Entity\Pige No errors.
App\Entity\OffreExterieur No errors.
App\Entity\OffreBureau No errors.
App\Entity\OffreBalcon No errors.
App\Entity\OffreChauffage No errors.
App\Entity\Locataire
  • The field App\Entity\Locataire#metas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Meta#custom_user does not contain the required 'inversedBy="metas"' attribute.
  • The association App\Entity\Locataire#profils refers to the inverse side field App\Entity\Profil#customUsers which does not exist.
App\Entity\Email No errors.
App\Entity\Convention No errors.
App\Entity\Recherche No errors.
App\Entity\User
  • The field App\Entity\User#metas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Meta#custom_user does not contain the required 'inversedBy="metas"' attribute.
App\Entity\Paiement No errors.
App\Entity\Civilite No errors.
App\Entity\Meta No errors.
App\Entity\CustomUserVerification No errors.
App\Entity\Image
  • The field App\Entity\Image#offres is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Offre#images does not contain the required 'inversedBy="offres"' attribute.
App\Entity\OffreCuisine No errors.
App\Entity\OffreCave No errors.
App\Entity\OffreSol No errors.
App\Entity\OffreEtat No errors.
App\Entity\Proprietaire
  • The field App\Entity\Proprietaire#metas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Meta#custom_user does not contain the required 'inversedBy="metas"' attribute.
App\Entity\Annonce No errors.
App\Entity\OffreVerification No errors.
App\Entity\OffreRefBis No errors.
App\Entity\SAD
  • The field App\Entity\SAD#metas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Meta#custom_user does not contain the required 'inversedBy="metas"' attribute.
  • The association App\Entity\SAD#profils refers to the inverse side field App\Entity\Profil#customUsers which does not exist.
App\Entity\OffreChauffageInstallation No errors.
App\Entity\Contrat No errors.
App\Entity\Caution
  • The association App\Entity\Caution#customUsers refers to the owning side field App\Entity\CustomUser#caution which does not exist.
App\Entity\Profil
  • The association App\Entity\Profil#locataires refers to the owning side field App\Entity\Locataire#profil which does not exist.
App\Entity\Signature No errors.
App\Entity\OffreCaveType No errors.
App\Entity\OffreCuisineType
  • The field App\Entity\OffreCuisineType#offreCuisines is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OffreCuisine#type does not contain the required 'inversedBy="offreCuisines"' attribute.
App\Entity\OffreSolType No errors.
App\Entity\RechercheCategorieType No errors.
App\Entity\PaiementType No errors.
App\Entity\Secteur
  • The association App\Entity\Secteur#adresses refers to the owning side field App\Entity\Adresse#secteur which does not exist.
App\Entity\Note No errors.
App\Entity\Categorie No errors.
App\Entity\Medias No errors.
Vich\UploaderBundle\Entity\File No errors.

knd entity manager

No loaded entities.