Query Metrics
136
Database Queries
6
Different statements
26.02 ms
Query time
0
Invalid entities
228
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
19.64 ms (75.49%) |
117 |
SELECT t0.id AS id_1, t0.logo_path AS logo_path_2, t0.splash_path AS splash_path_3, t0.color_splash_back AS color_splash_back_4, t0.color_back AS color_back_5, t0.brand_id AS brand_id_6 FROM prim_application t0 WHERE t0.brand_id = ?
Parameters:
[
"58"
]
|
|
3.81 ms (14.65%) |
15 |
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.is_expirable AS is_expirable_3, t0.directory_path AS directory_path_4, t0.warranty_path AS warranty_path_5, t0.iqb_code_id AS iqb_code_id_6, t0.ean_code_id AS ean_code_id_7, t0.watermark_id AS watermark_id_8, t0.category_id AS category_id_9, t0.producer_id AS producer_id_10, t0.trademark_id AS trademark_id_11, t0.subcategory_1_id AS subcategory_1_id_12, t0.subcategory_2_id AS subcategory_2_id_13, t0.subcategory_3_id AS subcategory_3_id_14, t0.subcategory_4_id AS subcategory_4_id_15 FROM prim_catalogue_product t0 WHERE t0.watermark_id = ?
Parameters:
[
"78"
]
|
|
0.87 ms (3.33%) |
1 |
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.name AS name_2, p0_.vat AS vat_3, p0_.fiscal_code AS fiscal_code_4, p0_.address AS address_5, p0_.zip AS zip_6, p0_.city AS city_7, p0_.country AS country_8, p0_.email AS email_9, p0_.phone AS phone_10, p0_.website AS website_11, p0_.logo_path AS logo_path_12, p0_.directory_name AS directory_name_13, p0_.warranty_email AS warranty_email_14 FROM prim_brand p0_ ORDER BY p0_.name ASC
Parameters:
[] |
|
0.78 ms (2.99%) |
1 |
SELECT p0_.id AS id_0, p0_.is_paired AS is_paired_1, p0_.is_advertising AS is_advertising_2, p0_.is_check_original AS is_check_original_3, p0_.code AS code_4, p0_.name AS name_5, p0_.url AS url_6, p0_.expiration_date AS expiration_date_7, p0_.description AS description_8, p0_.brand_id AS brand_id_9 FROM prim_watermark p0_ LEFT JOIN prim_brand p1_ ON p0_.brand_id = p1_.id WHERE 1 = 1 AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p1_.name ASC
Parameters:
[ "78" "2" "6" "8" "10" "11" "16" "43" "72" "73" "76" "45" "71" "77" "74" ] |
|
0.49 ms (1.88%) |
1 |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM prim_watermark p0_ LEFT JOIN prim_brand p1_ ON p0_.brand_id = p1_.id WHERE 1 = 1
Parameters:
[] |
|
0.43 ms (1.66%) |
1 |
SELECT DISTINCT p0_.id AS id_0, p1_.name AS name_1 FROM prim_watermark p0_ LEFT JOIN prim_brand p1_ ON p0_.brand_id = p1_.id WHERE 1 = 1 ORDER BY p1_.name ASC LIMIT 15 OFFSET 60
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Brand | 117 |
| App\Entity\Application\Application | 96 |
| App\Entity\Watermark | 15 |