Query Metrics
1
Database Queries
1
Different statements
921.62 ms
Query time
0
Invalid entities
0
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 921.62 ms |
SELECT DISTINCT p0_.id AS id_0, p0_.name AS name_1, p0_.mfr_code AS mfr_code_2, p0_.blk_code AS blk_code_3, p0_.slug AS slug_4, p1_.name AS name_5, p2_.name AS name_6, p3_.slug AS slug_7 FROM products p0_ INNER JOIN product_manufacturer p1_ ON (p0_.manufacturer_id = p1_.id) INNER JOIN product_type p2_ ON (p0_.type_id = p2_.id) LEFT JOIN products_categories p4_ ON (p4_.product_id = p0_.id AND p4_.main = 1) LEFT JOIN product_category p3_ ON (p4_.category_id = p3_.id) WHERE (p0_.published = ? AND (LOWER(p0_.name) LIKE ? OR LOWER(p1_.name) LIKE ? OR LOWER(p2_.name) LIKE ? OR LOWER(p0_.mfr_code) LIKE ? OR LOWER(p0_.blk_code) LIKE ?)) AND p0_.discr IN ('product', 'product_kit') ORDER BY p0_.name ASC LIMIT 30
Parameters:
[ 1 "%sirui%" "%sirui%" "%sirui%" "%sirui%" "%sirui%" ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| blk | doctrine.dbal.blk_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Product\Object\CommonProduct | No errors. |
| App\Entity\Product\WarehouseStock | No errors. |
| App\Entity\Common\Price | No errors. |
| App\Entity\Product\Object\BaseProduct | No errors. |
| App\Entity\Product\ProductManufacturer | No errors. |
| App\Entity\Product\ProductType | No errors. |
| App\Entity\Product\Object\ProductCategory | No errors. |
| App\Entity\Product\Category | No errors. |
| App\Entity\Product\Object\Dimensions | No errors. |
| App\Entity\Product\Object\Weight | No errors. |
| App\Entity\Product\Object\Product | No errors. |
| App\Entity\Product\Object\ProductKit | No errors. |