Query Metrics
3
Database Queries
3
Different statements
1.88 ms
Query time
0
Invalid entities
14
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.51 ms |
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.id = ? LIMIT 1
Parameters:
[
"3"
]
|
| 2 | 0.77 ms |
SELECT p0_.id AS id_0, p0_.datetime AS datetime_1, p0_.device AS device_2, p0_.device_id AS device_id_3, p0_.service AS service_4, p0_.os AS os_5, p0_.geocoords AS geocoords_6, p0_.application AS application_7, p0_.version AS version_8, p0_.area_1 AS area_1_9, p0_.area_2 AS area_2_10, p0_.area_3 AS area_3_11, p0_.area_4 AS area_4_12, p0_.country AS country_13, p0_.zip AS zip_14, p0_.lang AS lang_15, p0_.user_id AS user_id_16, p0_.watermark_id AS watermark_id_17, p0_.ean_code_id AS ean_code_id_18, p0_.iqp_code_id AS iqp_code_id_19, p0_.iqb_code_id AS iqb_code_id_20, p0_.iqc_code_id AS iqc_code_id_21, p0_.iqe_code_id AS iqe_code_id_22, p0_.iqs_code_id AS iqs_code_id_23, p0_.format_type_id AS format_type_id_24, p0_.code_type_id AS code_type_id_25, p0_.read_type_id AS read_type_id_26 FROM prim_read p0_ WHERE p0_.ean_code_id = ? ORDER BY p0_.datetime DESC
Parameters:
[
"222"
]
|
| 3 | 0.60 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.is_active AS is_active_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.is_expirable AS is_expirable_7, t4.directory_path AS directory_path_8, t4.warranty_path AS warranty_path_9, t4.iqb_code_id AS iqb_code_id_10, t4.ean_code_id AS ean_code_id_11, t4.watermark_id AS watermark_id_12, t4.category_id AS category_id_13, t4.producer_id AS producer_id_14, t4.trademark_id AS trademark_id_15, t4.subcategory_1_id AS subcategory_1_id_16, t4.subcategory_2_id AS subcategory_2_id_17, t4.subcategory_3_id AS subcategory_3_id_18, t4.subcategory_4_id AS subcategory_4_id_19, t0.brand_id AS brand_id_20 FROM prim_ean_code t0 LEFT JOIN prim_catalogue_product t4 ON t4.ean_code_id = t0.id WHERE t0.id = ?
Parameters:
[
"222"
]
|
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\Read | 2 |
| App\Entity\Catalogue\Product | 1 |
| App\Entity\IqbCode | 1 |
| App\Entity\EanCode | 1 |
| App\Entity\Catalogue\Category | 1 |
| App\Entity\Producer | 1 |
| App\Entity\Catalogue\Subcategory1 | 1 |
| App\Entity\Catalogue\Subcategory2 | 1 |
| App\Entity\User | 1 |
| App\Entity\FormatType | 1 |
| App\Entity\CodeType | 1 |
| App\Entity\ReadType | 1 |
| App\Entity\Brand | 1 |