Query Metrics
84
Database Queries
7
Different statements
12.41 ms
Query time
0
Invalid entities
72
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
6.98 ms (56.27%) |
70 |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "4" "en" "App\Entity\Product\Category" ] |
|
2.68 ms (21.62%) |
1 |
"COMMIT"
Parameters:
[] |
|
1.22 ms (9.83%) |
9 |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
4
]
|
|
0.77 ms (6.17%) |
1 |
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.user_id AS user_id_5 FROM cart t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
"cart_69895b494e15d4.24311309"
]
|
|
0.33 ms (2.64%) |
1 |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.lvl = ?
Parameters:
[
1
]
|
|
0.24 ms (1.95%) |
1 |
INSERT INTO cart (id, session_id, created_at, updated_at, user_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ b"\x1F\x10V¸srd榾yËLî¸" "cart_69895b494e15d4.24311309" "2026-02-09 03:58:01" null null ] |
|
0.19 ms (1.52%) |
1 |
"START TRANSACTION"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| blk | doctrine.dbal.blk_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\Product\Category | 71 |
| App\Entity\Cart\Cart | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Cart\Cart | No errors. |
| App\Entity\User\User | No errors. |
| App\Entity\User\WebUser | No errors. |
| App\Entity\Common\Price | No errors. |
| App\Entity\Cart\CartItem | No errors. |
| App\Entity\Product\Category | No errors. |
| App\Entity\Common\Files\AppFile | No errors. |
| App\Entity\Common\Files\CategoryBanner | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
| Gedmo\Translatable\Entity\Translation | No errors. |