Query Metrics
6
Database Queries
6
Different statements
579.32 ms
Query time
0
Invalid entities
8
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 573.46 ms |
SELECT t0.slug AS slug_1, t0.name AS name_2, t0.description AS description_3, t0.description_short AS description_short_4, t0.supplier_reference AS supplier_reference_5, t0.manufacturer_reference AS manufacturer_reference_6, t0.ean AS ean_7, t0.position AS position_8, t0.status AS status_9, t0.tax_type AS tax_type_10, t0.showcase AS showcase_11, t0.on_offer AS on_offer_12, t0.new AS new_13, t0.show_on_home_deals AS show_on_home_deals_14, t0.show_on_home_new_products AS show_on_home_new_products_15, t0.kit AS kit_16, t0.show_only_in_pack AS show_only_in_pack_17, t0.price_buy AS price_buy_18, t0.price_sell AS price_sell_19, t0.price_offer AS price_offer_20, t0.soa AS soa_21, t0.stock AS stock_22, t0.stock_supplier AS stock_supplier_23, t0.min AS min_24, t0.max AS max_25, t0.period AS period_26, t0.internal_comments AS internal_comments_27, t0.created_at AS created_at_28, t0.updated_at AS updated_at_29, t0.last_activation_at AS last_activation_at_30, t0.product_specs AS product_specs_31, t0.cron_export_status AS cron_export_status_32, t0.id AS id_33, t0.brand_id AS brand_id_34, t0.created_by_user AS created_by_user_35, t0.updated_by_user AS updated_by_user_36, t0.last_activation_by_user AS last_activation_by_user_37 FROM products t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"fujifilm-x-h2-16-55mm-f-2-8-xf-r-lm-wr-ii-50-140mm-f-2-8-r-lm-ois-wr-200e-bonificacion-x-10-experience-day-80464"
]
|
| 2 | 1.81 ms |
SELECT t0.name AS name_1, t0.enabled AS enabled_2, t0.slug AS slug_3, t0.position AS position_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.feature_id AS feature_id_8 FROM products_feature_values t0 INNER JOIN products_rel_feature_values ON t0.id = products_rel_feature_values.feature_value_id WHERE products_rel_feature_values.product_id = ?
Parameters:
[
80464
]
|
| 3 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 1.85 ms |
INSERT INTO carts (status, created_at, updated_at, id, client_id, shipment_address_id, invoice_address_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 0 "2026-08-17 07:08:33" "2026-08-17 07:08:33" "24a9f5b8-19f0-4749-885e-1b567608c3e3" null null null ] |
| 5 | 1.35 ms |
INSERT INTO carts_products (reference, amount, name, price_sell, price_offer, id, cart_id, product_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "80464" 1 "X-H2 + 16-55mm f/2,8 XF R LM WR II + 50-140mm f/2,8 R LM OIS WR + 200E BONIFICACION X + 10% EXPERIENCE DAY" 481716 468966 "2c215819-8046-445e-99b1-35081ed7ac11" "24a9f5b8-19f0-4749-885e-1b567608c3e3" 80464 ] |
| 6 | 0.65 ms |
"COMMIT"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| legacy | doctrine.dbal.legacy_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 |
|---|---|
| Fotoboom\Product\Domain\FeatureValue | 2 |
| Fotoboom\Product\Domain\Feature | 2 |
| Fotoboom\Product\Domain\Product | 1 |
| Fotoboom\Product\Domain\Brand | 1 |
| Fotoboom\Cart\Domain\Cart | 1 |
| Fotoboom\Cart\Domain\CartProduct | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\Product\Domain\Product | No errors. |
| Fotoboom\Product\Domain\Brand | No errors. |
| Fotoboom\User\Domain\User | No errors. |
| Fotoboom\Product\Domain\Media | No errors. |
| Fotoboom\Order\Domain\OrderProduct | No errors. |
| Fotoboom\Cart\Domain\CartProduct | No errors. |
| Fotoboom\Product\Domain\ProductVideo | No errors. |
| Fotoboom\Product\Domain\Category | No errors. |
| Fotoboom\Product\Domain\Legend | No errors. |
| Fotoboom\Product\Domain\FeatureValue | No errors. |
| Fotoboom\Product\Domain\Feature | No errors. |
| Fotoboom\Product\Domain\ProductPack | No errors. |
| Fotoboom\Product\Domain\ProductBox | No errors. |
| Fotoboom\Cart\Domain\Cart | No errors. |
| Fotoboom\Client\Domain\Client | No errors. |
| Fotoboom\Client\Domain\ClientAddress | No errors. |