Query Metrics
7
Database Queries
4
Different statements
10.52 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.69 ms (44.56%) |
2 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.direction AS direction_3, t0.is_active AS is_active_4, t0.code_language AS code_language_5, t0.rang AS rang_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deletedAt AS deletedat_9 FROM myeureka_languages t0 WHERE t0.is_active = ? AND ((t0.deletedAt IS NULL)) ORDER BY t0.rang ASC
Parameters:
[
1
]
|
|
2.18 ms (20.76%) |
2 |
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:
[ "1ed44c08-8358-6528-b7c4-63def9b5af17" "en_US" "App\Entity\Admin\Config\Page" ] |
|
1.97 ms (18.77%) |
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.is_active AS is_active_4, t0.slug AS slug_5, t0.in_bottom_menu AS in_bottom_menu_6, t0.rang AS rang_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deletedAt AS deletedat_10 FROM myeureka_pages t0 WHERE t0.id = ? AND ((t0.deletedAt IS NULL))
Parameters:
[
"1ed44c08-8358-6528-b7c4-63def9b5af17"
]
|
|
1.67 ms (15.91%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.is_active AS is_active_4, t0.slug AS slug_5, t0.in_bottom_menu AS in_bottom_menu_6, t0.rang AS rang_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deletedAt AS deletedat_10 FROM myeureka_pages t0 WHERE t0.in_bottom_menu = ? AND t0.is_active = ? AND ((t0.deletedAt IS NULL))
Parameters:
[ 1 1 ] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Admin\Config\Languages | No errors. |
| App\Entity\Users\User | No errors. |
| App\Entity\Admin\Config\Page | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
| Gedmo\Translatable\Entity\Translation | No errors. |