Query Metrics
5
Database Queries
5
Different statements
2.92 ms
Query time
0
Invalid entities
3
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
1.00 ms (34.43%) |
1 |
INSERT INTO products_feature_values (name, enabled, slug, position, created_at, updated_at, id, feature_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "No" 0 "no" null "2026-09-15 19:26:03" "2026-09-15 19:26:03" "59c25acf-7292-4be3-8ee2-172c7ac951d3" "3b9deed7-41ab-4417-995c-4149a3ea953d" ] |
|
0.75 ms (25.70%) |
1 |
SELECT t0.password AS password_1, t0.email AS email_2, t0.type AS type_3, t0.username AS username_4, t0.job_title AS job_title_5, t0.name AS name_6, t0.surname AS surname_7, t0.last_login_datetime AS last_login_datetime_8, t0.registered_datetime AS registered_datetime_9, t0.activated_datetime AS activated_datetime_10, t0.status AS status_11, t0.activation_key AS activation_key_12, t0.reset_password_key AS reset_password_key_13, t0.reset_password_expires_at AS reset_password_expires_at_14, t0.password_reset_required AS password_reset_required_15, t0.id AS id_16, t17.name AS name_18, t17.surname AS surname_19, t17.email AS email_20, t17.type AS type_21, t17.phone AS phone_22, t17.newsletter AS newsletter_23, t17.created_at AS created_at_24, t17.updated_at AS updated_at_25, t17.reference AS reference_26, t17.cron_export_status AS cron_export_status_27, t17.id AS id_28, t17.user_id AS user_id_29, t17.default_invoice_address_id AS default_invoice_address_id_30, t17.default_shipment_address_id AS default_shipment_address_id_31 FROM users t0 LEFT JOIN clients t17 ON t17.user_id = t0.id WHERE t0.id = ?
Parameters:
[
5
]
|
|
0.61 ms (20.79%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.33 ms (11.17%) |
1 |
SELECT p0_.name AS name_0, p0_.slug AS slug_1, p0_.enabled AS enabled_2, p0_.multiple AS multiple_3, p0_.created_at AS created_at_4, p0_.updated_at AS updated_at_5, p0_.id AS id_6 FROM products_features p0_ WHERE p0_.id IN (?)
Parameters:
[
"3b9deed7-41ab-4417-995c-4149a3ea953d"
]
|
|
0.23 ms (7.91%) |
1 |
"START TRANSACTION"
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\User\Domain\User | 1 |
| Fotoboom\Product\Domain\Feature | 1 |
| Fotoboom\Product\Domain\FeatureValue | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\User\Domain\User | No errors. |
| Fotoboom\Client\Domain\Client | No errors. |
| Fotoboom\Client\Domain\ClientAddress | No errors. |
| Fotoboom\Product\Domain\Feature | No errors. |
| Fotoboom\Product\Domain\FeatureValue | No errors. |
| Fotoboom\Product\Domain\CategoryFeature | No errors. |
| Fotoboom\Product\Domain\Product | No errors. |