Query Metrics
9
Database Queries
3
Different statements
1.96 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.93 ms (47.29%) |
4 |
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:
[ "580" "de" "App\Entity\Text" ] |
|
0.71 ms (35.94%) |
3 |
SELECT t0.text_id AS text_id_1, t0.text_value AS text_value_2, t0.default_text_value AS default_text_value_3, t0.step AS step_4, t0.id AS id_5 FROM text t0 WHERE t0.text_id = ? LIMIT 1
Parameters:
[
"dynamische_frontend_texte.html.attribute_text.description"
]
|
|
0.33 ms (16.77%) |
2 |
SELECT t0.text_id AS text_id_1, t0.text_value AS text_value_2, t0.default_text_value AS default_text_value_3, t0.step AS step_4, t0.id AS id_5 FROM text t0 WHERE t0.id = ?
Parameters:
[
580
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Text | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Text | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
| Gedmo\Translatable\Entity\Translation | No errors. |