Query Metrics
13
Database Queries
7
Different statements
8.02 ms
Query time
16
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.39 ms |
SELECT DATABASE()
Parameters:
[] |
| 2 | 0.53 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.06 ms |
SELECT DATABASE()
Parameters:
[] |
| 4 | 0.39 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.13 ms |
SELECT DATABASE()
Parameters:
[] |
| 6 | 0.36 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.12 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 4.86 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.68 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.06 ms |
SELECT DATABASE()
Parameters:
[] |
| 11 | 0.18 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.13 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 13 | 0.13 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 |
|
| App\Entity\OffreType | No errors. |
| App\Entity\OffreCategorie | No errors. |
| App\Entity\OffreExterieurType |
|
| App\Entity\OffreBureauType | No errors. |
| App\Entity\OffreBalconType | No errors. |
| App\Entity\OffreChauffageType | No errors. |
| App\Entity\Abonnement | No errors. |
| App\Entity\CustomUser |
|
| App\Entity\Societe |
|
| App\Entity\Agence |
|
| App\Entity\Offre |
|
| App\Entity\Document |
|
| 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 |
|
| App\Entity\Email | No errors. |
| App\Entity\Convention | No errors. |
| App\Entity\Recherche | No errors. |
| App\Entity\User |
|
| App\Entity\Paiement | No errors. |
| App\Entity\Civilite | No errors. |
| App\Entity\Meta | No errors. |
| App\Entity\CustomUserVerification | No errors. |
| App\Entity\Image |
|
| App\Entity\OffreCuisine | No errors. |
| App\Entity\OffreCave | No errors. |
| App\Entity\OffreSol | No errors. |
| App\Entity\OffreEtat | No errors. |
| App\Entity\Proprietaire |
|
| App\Entity\Annonce | No errors. |
| App\Entity\OffreVerification | No errors. |
| App\Entity\OffreRefBis | No errors. |
| App\Entity\SAD |
|
| App\Entity\OffreChauffageInstallation | No errors. |
| App\Entity\Contrat | No errors. |
| App\Entity\Caution |
|
| App\Entity\Profil |
|
| App\Entity\Signature | No errors. |
| App\Entity\OffreCaveType | No errors. |
| App\Entity\OffreCuisineType |
|
| App\Entity\OffreSolType | No errors. |
| App\Entity\RechercheCategorieType | No errors. |
| App\Entity\PaiementType | No errors. |
| App\Entity\Secteur |
|
| 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.