Query Metrics
6
Database Queries
6
Different statements
53.04 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.20 ms |
"START TRANSACTION"
Parameters:
[] |
2 | 1.29 ms |
INSERT INTO statistiques (page, element, visitor_identity, id_element, id_session, created_at, users_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "DETAIL_PRODUCT" "NOM_PRODUCT" "INCONNU" "80" null "2025-06-22 10:46:52" null ] |
3 | 19.38 ms |
"COMMIT"
Parameters:
[] |
4 | 30.88 ms |
SELECT t0.id AS id_1, t0.page AS page_2, t0.element AS element_3, t0.visitor_identity AS visitor_identity_4, t0.id_element AS id_element_5, t0.id_session AS id_session_6, t0.created_at AS created_at_7, t0.users_id AS users_id_8 FROM statistiques t0 WHERE t0.page = ?
Parameters:
[
"DETAIL_PRODUCT"
]
|
5 | 0.90 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.stock AS stock_5, t0.slug AS slug_6, t0.image_file_name AS image_file_name_7, t0.image_file_others AS image_file_others_8, t0.city AS city_9, t0.country AS country_10, t0.banner_autorisation AS banner_autorisation_11, t0.home_autorisation AS home_autorisation_12, t0.publicity_autorisation AS publicity_autorisation_13, t0.created_at AS created_at_14, t0.categories_id AS categories_id_15, t0.users_id AS users_id_16 FROM products t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"80"
]
|
6 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.category_order AS category_order_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.slug AS slug_6 FROM categories t0 WHERE t0.id = ?
Parameters:
[
13
]
|
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\Statistiques | No errors. |
App\Entity\Users |
|
App\Entity\Products | No errors. |
App\Entity\Categories | No errors. |
App\Entity\OrdersDetails | No errors. |