Query Metrics
4
Database Queries
4
Different statements
3.14 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.58 ms |
SELECT t0.id AS id_1, t0.is_paired AS is_paired_2, t0.is_advertising AS is_advertising_3, t0.is_check_original AS is_check_original_4, t0.code AS code_5, t0.name AS name_6, t0.url AS url_7, t0.expiration_date AS expiration_date_8, t0.description AS description_9, t10.id AS id_11, t10.is_active AS is_active_12, t10.is_expirable AS is_expirable_13, t10.directory_path AS directory_path_14, t10.warranty_path AS warranty_path_15, t10.iqb_code_id AS iqb_code_id_16, t10.ean_code_id AS ean_code_id_17, t10.watermark_id AS watermark_id_18, t10.category_id AS category_id_19, t10.producer_id AS producer_id_20, t10.trademark_id AS trademark_id_21, t10.subcategory_1_id AS subcategory_1_id_22, t10.subcategory_2_id AS subcategory_2_id_23, t10.subcategory_3_id AS subcategory_3_id_24, t10.subcategory_4_id AS subcategory_4_id_25, t0.brand_id AS brand_id_26 FROM prim_watermark t0 LEFT JOIN prim_catalogue_product t10 ON t10.watermark_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
"38"
]
|
| 2 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.45 ms |
UPDATE prim_watermark SET is_check_original = ? WHERE id = ?
Parameters:
[ 0 "38" ] |
| 4 | 1.92 ms |
"COMMIT"
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\Watermark | 1 |
| App\Entity\Brand | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Watermark | No errors. |
| App\Entity\Catalogue\Product | No errors. |
| App\Entity\IqbCode | No errors. |
| App\Entity\EanCode | No errors. |
| App\Entity\Catalogue\Category | No errors. |
| App\Entity\Producer | No errors. |
| App\Entity\Catalogue\Trademark | No errors. |
| App\Entity\Catalogue\Subcategory1 | No errors. |
| App\Entity\Catalogue\Subcategory2 | No errors. |
| App\Entity\Catalogue\Subcategory3 | No errors. |
| App\Entity\Catalogue\Subcategory4 | No errors. |
| App\Entity\Brand | No errors. |
| App\Entity\Read | No errors. |
| App\Entity\Panel\Panel | No errors. |