Query Metrics
21
Database Queries
8
Different statements
4.42 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.28 ms (0.00%) |
7 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.hexadecimal AS hexadecimal_3 FROM colors t0 INNER JOIN product_colors ON t0.id = product_colors.colors_id WHERE product_colors.product_id = ?
Parameters:
[
9
]
|
|
1.15 ms (0.00%) |
7 |
SELECT t0.id AS id_1, t0.note AS note_2, t0.comment AS comment_3, t0.created_at AS created_at_4, t0.user_id AS user_id_5, t0.product_id AS product_id_6 FROM reviews_product t0 WHERE t0.product_id = ?
Parameters:
[
9
]
|
|
0.78 ms (0.00%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.more_information AS more_information_3, p0_.price AS price_4, p0_.is_best_seller AS is_best_seller_5, p0_.is_new_arrival AS is_new_arrival_6, p0_.is_featured AS is_featured_7, p0_.is_special_offer AS is_special_offer_8, p0_.image AS image_9, p0_.quantity AS quantity_10, p0_.created_at AS created_at_11, p0_.tags AS tags_12, p0_.slug AS slug_13, p0_.is_promotional_price AS is_promotional_price_14, p0_.promotional_price AS promotional_price_15, p0_.pourcentage_promotional_price AS pourcentage_promotional_price_16, p0_.etat AS etat_17, p0_.nombre_vue AS nombre_vue_18, p0_.poid_net AS poid_net_19, p0_.longueur AS longueur_20, p0_.largeur AS largeur_21, p0_.hauteur AS hauteur_22, p0_.min_commande AS min_commande_23, p0_.piece_in_package AS piece_in_package_24, p0_.image_de_specification AS image_de_specification_25, p0_.max_price AS max_price_26, p0_.max_commande AS max_commande_27, p0_.user_id AS user_id_28 FROM product p0_ INNER JOIN product_tag p2_ ON p0_.id = p2_.product_id INNER JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE t1_.id = ?
Parameters:
[
"7"
]
|
|
0.38 ms (0.00%) |
1 |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.description AS description_2, m0_.image AS image_3 FROM mymarket m0_
Parameters:
[] |
|
0.35 ms (0.00%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.image AS image_4 FROM tag t0
Parameters:
[] |
|
0.18 ms (0.00%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.image AS image_3, c0_.mymarket_id AS mymarket_id_4 FROM categories c0_
Parameters:
[] |
|
0.15 ms (0.00%) |
1 |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.icon AS icon_2, t0_.image AS image_3 FROM tag t0_
Parameters:
[] |
|
0.14 ms (0.00%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.hexadecimal AS hexadecimal_2 FROM colors c0_
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\Product |
|
| App\Entity\Tag | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Shop | No errors. |
| App\Entity\ProductImages | No errors. |
| App\Entity\Categories | No errors. |
| App\Entity\RelatedProduct | No errors. |
| App\Entity\ReviewsProduct | No errors. |
| App\Entity\Colors | No errors. |
| App\Entity\Size | No errors. |
| App\Entity\Emballage | No errors. |
| App\Entity\PriceInterval | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\Historique | No errors. |
| App\Entity\Mymarket | No errors. |
| App\Entity\OrderDetails | No errors. |