Query Metrics
4
Database Queries
4
Different statements
7.83 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.05 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.nom AS nom_6, t0.prenom AS prenom_7, t0.nom_boutique AS nom_boutique_8, t0.categorie AS categorie_9, t0.numero AS numero_10, t0.description AS description_11, t0.geolocalisation AS geolocalisation_12, t0.compte AS compte_13, t0.datede_creations AS datede_creations_14, t0.datede_misea_jours AS datede_misea_jours_15 FROM user_vendeur t0 ORDER BY t0.datede_creations DESC LIMIT 20
Parameters:
[] |
| 2 | 1.18 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.categorie AS categorie_3, t0.etats_article AS etats_article_4, t0.description AS description_5, t0.quantitedisponible AS quantitedisponible_6, t0.prix_article AS prix_article_7, t0.prixde_vente AS prixde_vente_8, t0.prixdereduction AS prixdereduction_9, t0.periodede_garantie AS periodede_garantie_10, t0.methodede_paiement AS methodede_paiement_11, t0.methodede_livraison AS methodede_livraison_12, t0.image_name AS image_name_13, t0.jours AS jours_14, t0.datede_creations AS datede_creations_15, t0.datede_misea_jours AS datede_misea_jours_16, t0.vendeurs_id AS vendeurs_id_17 FROM articles t0 ORDER BY t0.datede_creations DESC LIMIT 20
Parameters:
[] |
| 3 | 0.47 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.categorie AS categorie_3, t0.etats_article AS etats_article_4, t0.description AS description_5, t0.quantitedisponible AS quantitedisponible_6, t0.prix_article AS prix_article_7, t0.prixde_vente AS prixde_vente_8, t0.prixdereduction AS prixdereduction_9, t0.periodede_garantie AS periodede_garantie_10, t0.methodede_paiement AS methodede_paiement_11, t0.methodede_livraison AS methodede_livraison_12, t0.image_name AS image_name_13, t0.jours AS jours_14, t0.datede_creations AS datede_creations_15, t0.datede_misea_jours AS datede_misea_jours_16, t0.vendeurs_id AS vendeurs_id_17 FROM articles t0 ORDER BY t0.datede_creations DESC LIMIT 6
Parameters:
[] |
| 4 | 5.14 ms |
SELECT t0.id AS id_1, t0.statut AS statut_2, t0.datede_creations AS datede_creations_3, t0.datede_misea_jours AS datede_misea_jours_4, t0.user_client_id AS user_client_id_5, t0.user_vendeur_id AS user_vendeur_id_6 FROM suivre t0 WHERE t0.statut = ?
Parameters:
[
"suivre"
]
|
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\Articles | No errors. |
| App\Entity\UserVendeur | No errors. |
| App\Entity\Suivre | No errors. |
| App\Entity\Livraison | No errors. |
| App\Entity\CouvertureProfil | No errors. |
| App\Entity\PhotoVendeurs | No errors. |
| App\Entity\ClientUser | No errors. |