Query Metrics
38
Database Queries
4
Different statements
6.29 ms
Query time
0
Invalid entities
102
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.44 ms (70.58%) |
31 |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM faq_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
1
]
|
|
0.77 ms (12.23%) |
3 |
SELECT t0.id AS id_1, t0.block_key AS block_key_2, t0.section AS section_3 FROM text_block t0 WHERE t0.block_key = ? LIMIT 1
Parameters:
[
"info_faq.hero_heading"
]
|
|
0.65 ms (10.40%) |
3 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM text_block_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
207
]
|
|
0.43 ms (6.79%) |
1 |
SELECT f0_.id AS id_0, f0_.category AS category_1, f0_.position AS position_2 FROM faq f0_ ORDER BY f0_.category ASC, f0_.position ASC
Parameters:
[] |
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\FaqTranslation | 62 |
| App\Entity\Faq | 31 |
| App\Entity\TextBlockTranslation | 6 |
| App\Entity\TextBlock | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Faq | No errors. |
| App\Entity\FaqTranslation | No errors. |
| App\Entity\TextBlock | No errors. |
| App\Entity\TextBlockTranslation | No errors. |