Query Metrics
4
Database Queries
4
Different statements
3.24 ms
Query time
0
Invalid entities
9
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.83 ms |
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.name AS name_3, t0.vat AS vat_4, t0.fiscal_code AS fiscal_code_5, t0.address AS address_6, t0.zip AS zip_7, t0.city AS city_8, t0.country AS country_9, t0.email AS email_10, t0.phone AS phone_11, t0.website AS website_12, t0.logo_path AS logo_path_13, t0.directory_name AS directory_name_14, t0.warranty_email AS warranty_email_15, t16.id AS id_17, t16.logo_path AS logo_path_18, t16.splash_path AS splash_path_19, t16.color_splash_back AS color_splash_back_20, t16.color_back AS color_back_21, t16.brand_id AS brand_id_22 FROM prim_brand t0 LEFT JOIN prim_application t16 ON t16.brand_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
"98"
]
|
| 2 | 1.21 ms |
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.is_expirable AS is_expirable_2, p0_.directory_path AS directory_path_3, p0_.warranty_path AS warranty_path_4, p0_.iqb_code_id AS iqb_code_id_5, p0_.ean_code_id AS ean_code_id_6, p0_.watermark_id AS watermark_id_7, p0_.category_id AS category_id_8, p0_.producer_id AS producer_id_9, p0_.trademark_id AS trademark_id_10, p0_.subcategory_1_id AS subcategory_1_id_11, p0_.subcategory_2_id AS subcategory_2_id_12, p0_.subcategory_3_id AS subcategory_3_id_13, p0_.subcategory_4_id AS subcategory_4_id_14 FROM prim_catalogue_product p0_ LEFT JOIN prim_catalogue_product_detail p1_ ON p0_.id = p1_.product_id INNER JOIN prim_iqb_code p2_ ON p0_.iqb_code_id = p2_.id WHERE p1_.name LIKE ? AND p2_.brand_id = ? ORDER BY p1_.name ASC LIMIT 15
Parameters:
[ "%%" "98" ] |
| 3 | 0.83 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.website AS website_4, t0.image_path AS image_path_5, t0.description AS description_6, t0.notes AS notes_7, t0.product_id AS product_id_8, t0.language_id AS language_id_9 FROM prim_catalogue_product_detail t0 WHERE t0.product_id = ?
Parameters:
[
"1659"
]
|
| 4 | 0.37 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.slug AS slug_3 FROM prim_language t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Brand | 1 |
| App\Entity\Application\Application | 1 |
| App\Entity\Catalogue\Product | 1 |
| App\Entity\IqbCode | 1 |
| App\Entity\Catalogue\Category | 1 |
| App\Entity\Producer | 1 |
| App\Entity\Catalogue\Subcategory1 | 1 |
| App\Entity\Catalogue\ProductDetail | 1 |
| App\Entity\Language | 1 |