Query Metrics
18
Database Queries
11
Different statements
7.08 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.54 ms |
SELECT t2.name AS name_3, t2.status AS status_4, t2.created_at AS created_at_5, t2.updated_at AS updated_at_6, t2.id AS id_7, t2.title AS title_8, t1.prix_ht AS prix_ht_9, t0.description AS description_10, t0.date AS date_11, t0.duree AS duree_12, t0.accroche AS accroche_13, t0.media_id AS media_id_14, t2.type FROM cours t0 INNER JOIN post_type_produit t1 ON t0.id = t1.id INNER JOIN post_type t2 ON t0.id = t2.id WHERE t2.name = ? LIMIT 1
Parameters:
[
"TM-amateur"
]
|
| 2 | 0.41 ms |
SELECT t0.title AS title_1, t0.path AS path_2, t0.type AS type_3, t0.meta AS meta_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7 FROM media t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 3 | 0.43 ms |
SELECT t0.id AS id_1, t0.title AS title_2 FROM skills t0 INNER JOIN cours_skills ON t0.id = cours_skills.skills_id WHERE cours_skills.cours_id = ?
Parameters:
[
8
]
|
| 4 | 0.19 ms |
SELECT DATABASE()
Parameters:
[] |
| 5 | 0.63 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"veekingfr_dev"
]
|
| 6 | 0.14 ms |
SELECT DATABASE()
Parameters:
[] |
| 7 | 0.56 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"veekingfr_dev"
]
|
| 8 | 0.13 ms |
SELECT DATABASE()
Parameters:
[] |
| 9 | 0.61 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:
[ "veekingfr_dev" "doctrine_migration_versions" ] |
| 10 | 0.13 ms |
SELECT DATABASE()
Parameters:
[] |
| 11 | 0.78 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 */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'veekingfr_dev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "veekingfr_dev" "doctrine_migration_versions" ] |
| 12 | 1.11 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:
[ "veekingfr_dev" "veekingfr_dev" "doctrine_migration_versions" ] |
| 13 | 0.14 ms |
SELECT DATABASE()
Parameters:
[] |
| 14 | 0.26 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:
[ "veekingfr_dev" "doctrine_migration_versions" ] |
| 15 | 0.19 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 16 | 0.14 ms |
SELECT DATABASE()
Parameters:
[] |
| 17 | 0.42 ms |
SELECT t1.name AS name_2, t1.status AS status_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t1.id AS id_6, t1.title AS title_7, t0.prenom AS prenom_8, t0.pseudo AS pseudo_9, t0.description AS description_10, t0.anciennetee AS anciennetee_11, t0.accroche AS accroche_12, t0.img_profil_id AS img_profil_id_13, t0.img_banniere_id AS img_banniere_id_14, t0.user_id AS user_id_15, t1.type FROM coach t0 INNER JOIN post_type t1 ON t0.id = t1.id INNER JOIN coach_cours ON t0.id = coach_cours.coach_id WHERE coach_cours.cours_id = ?
Parameters:
[
8
]
|
| 18 | 0.26 ms |
SELECT t0.title AS title_1, t0.path AS path_2, t0.type AS type_3, t0.meta AS meta_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7 FROM media t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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\PostType\PostType | No errors. |
| App\Entity\PostType\PostTypeProduit | No errors. |
| App\Entity\Boutique\Cours\Cours | No errors. |
| App\Entity\Media\Media | No errors. |
| App\Entity\Boutique\Produit\Produit | No errors. |
| App\Entity\Boutique\Evenement\Evenement | No errors. |
| App\Entity\PostType\PostTypeBloc | No errors. |
| App\Entity\Boutique\Panier\PanierLigne | No errors. |
| App\Entity\User\Skills | No errors. |
| App\Entity\User\Coach | No errors. |
| App\Entity\PostType\Actualite\Actualite | No errors. |
| App\Entity\Boutique\Panier\Panier | No errors. |
| App\Entity\Boutique\Produit\ProduitCategorie | No errors. |
| App\Entity\Boutique\Produit\ProduitCaracteristique | No errors. |
| App\Entity\Boutique\Produit\ProduitEtat | No errors. |
| App\Entity\Boutique\Produit\ProduitTva | No errors. |
| App\Entity\Bloc\Bloc | No errors. |
| App\Entity\Boutique\Promotion\Promotion | No errors. |
| App\Entity\Boutique\Promotion\PromotionPanierLigne | No errors. |
| App\Entity\User | No errors. |
| App\Entity\CategorieSimple | No errors. |
| App\Entity\User\Client | No errors. |
| App\Entity\PostType\Page\Page | No errors. |
| App\Entity\Bloc\Type\Texte\BlocTexte | No errors. |
| App\Entity\Bloc\Type\Image\BlocImage | No errors. |
| App\Entity\Bloc\Type\Seo\BlocSeo | No errors. |
| App\Entity\Bloc\Type\TextImage\BlocTextImage | No errors. |
| App\Entity\Bloc\Type\Accordeons\BlocAccordeons | No errors. |
| App\Entity\Bloc\Type\Menus\BlocMenus | No errors. |
| App\Entity\Bloc\Type\Colonne\BlocColonne | No errors. |
| App\Entity\Boutique\Promotion\PromotionPanier | No errors. |
| App\Entity\Boutique\Commande\Commande | No errors. |
| App\Entity\Bloc\Type\Menus\BlocMenusItem | No errors. |
| App\Entity\Bloc\Type\Menus\BlocMenusItemLienInterne | No errors. |
| App\Entity\Bloc\Type\Menus\BlocMenusItemLienExterne | No errors. |
| App\Entity\Bloc\Type\Colonne\BlocColonneItem | No errors. |
| App\Entity\Bloc\Type\Accordeons\BlocAccordeonsItem | No errors. |
| App\Entity\Bloc\Type\Footer\BlocFooter | No errors. |
| App\Entity\ResetPasswordRequest | No errors. |
| App\Entity\Options | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |