Query Metrics
1
Database Queries
1
Different statements
24.40 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 24.40 ms |
SELECT s0_.code AS code_0, v1_.ean AS ean_1, p2_.brand AS brand_2, p2_.image AS image_3, p2_.name AS name_4, p2_.name AS name_5, s3_.ms5_id AS ms5_id_6 FROM stock s0_ LEFT JOIN variant v1_ ON s0_.variant_id = v1_.id LEFT JOIN product p2_ ON v1_.product_id = p2_.id LEFT JOIN supplier s3_ ON s0_.supplier_id = s3_.id WHERE s0_.code = ? AND v1_.ean LIKE ?
Parameters:
[ "1110_BLACK_25 L" "%5703543288823%" ] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
ms5 | doctrine.dbal.ms5_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\Stock | No errors. |
App\Entity\Variant | No errors. |
App\Entity\Product | No errors. |
App\Entity\Supplier | No errors. |