Query Metrics
45
Database Queries
4
Different statements
10.70 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
5.94 ms (55.48%) |
26 |
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:
[ "2" "el" "App\Entity\Category" ] |
|
3.40 ms (31.81%) |
17 |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6 FROM app_file t0 WHERE t0.id = ?
Parameters:
[
8
]
|
|
1.11 ms (10.35%) |
1 |
SELECT c0_.id AS id_0, c0_.migration_id AS migration_id_1, c0_.name AS name_2, c0_.slug AS slug_3, c0_.description AS description_4, c0_.view_type AS view_type_5, c0_.lft AS lft_6, c0_.lvl AS lvl_7, c0_.rgt AS rgt_8, c0_.published AS published_9, c0_.show_in_menu AS show_in_menu_10, c0_.sort_index AS sort_index_11, c0_.tree_root AS tree_root_12, c0_.parent_id AS parent_id_13, c0_.image_id AS image_id_14 FROM category c0_ WHERE c0_.published = ? AND c0_.show_in_menu = ? ORDER BY c0_.tree_root ASC, c0_.lft ASC
Parameters:
[ 1 1 ] |
|
0.25 ms (2.36%) |
1 |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.view_type AS view_type_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.show_in_menu AS show_in_menu_11, t0.sort_index AS sort_index_12, t0.tree_root AS tree_root_13, t0.parent_id AS parent_id_14, t0.image_id AS image_id_15 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"parts"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| old | doctrine.dbal.old_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Category | No errors. |
| App\Entity\AppFile | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
| Gedmo\Translatable\Entity\Translation | No errors. |