Query Metrics
23
Database Queries
8
Different statements
18388.35 ms
Query time
2
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
8417.99 ms (45.78%) |
15 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.slug AS slug_4, t0.description_courte AS description_courte_5, t0.description AS description_6, t0.prix AS prix_7, t0.is_featured AS is_featured_8, t0.created_at AS created_at_9, t0.udpated_at AS udpated_at_10, t0.date_publication AS date_publication_11, t0.image_principale AS image_principale_12, t0.status AS status_13 FROM produit t0 INNER JOIN produit_categories ON t0.id = produit_categories.produit_id WHERE produit_categories.categories_id = ?
Parameters:
[
1
]
|
5303.83 ms (28.84%) |
1 |
SELECT t0.id AS id_1, t0.adresse_ip AS adresse_ip_2, t0.premiere_connection AS premiere_connection_3, t0.derniere_connexion AS derniere_connexion_4, t0.nb_visite AS nb_visite_5 FROM visiteurs t0 WHERE t0.adresse_ip = ? LIMIT 1
Parameters:
[
"185.247.137.57"
]
|
1859.71 ms (10.11%) |
2 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.slug AS slug_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.images AS images_7, t0.features AS features_8, t0.parent_id AS parent_id_9 FROM categories t0
Parameters:
[] |
1642.66 ms (8.93%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.phone AS phone_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.dateInscription AS dateInscription_11, t0.password_requested_at AS password_requested_at_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
1234567890
]
|
1071.73 ms (5.83%) |
1 |
"COMMIT"
Parameters:
[] |
91.86 ms (0.50%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.slug AS slug_4, t0.description_courte AS description_courte_5, t0.description AS description_6, t0.prix AS prix_7, t0.is_featured AS is_featured_8, t0.created_at AS created_at_9, t0.udpated_at AS udpated_at_10, t0.date_publication AS date_publication_11, t0.image_principale AS image_principale_12, t0.status AS status_13 FROM produit t0 ORDER BY t0.id DESC LIMIT 10
Parameters:
[] |
0.34 ms (0.00%) |
1 |
INSERT INTO visiteurs (adresse_ip, premiere_connection, derniere_connexion, nb_visite) VALUES (?, ?, ?, ?)
Parameters:
[ 1 => "185.247.137.57" 2 => "2025-08-28 02:46:13" 3 => "2025-08-28 02:46:13" 4 => 1 ] |
0.22 ms (0.00%) |
1 |
"START TRANSACTION"
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\Categories | No errors. |
App\Entity\Produit | No errors. |
App\Entity\User | No errors. |
App\Entity\Visiteurs | No errors. |
App\Entity\Produitstatsvisite |
|
App\Entity\AttributValue | No errors. |
App\Entity\ProduitImages | No errors. |
App\Entity\ProductAttributValue | No errors. |
App\Entity\LignesCommande | No errors. |
App\Entity\ReservationItems |
|
App\Entity\Panier | No errors. |
App\Entity\BonsPlans | No errors. |