Query Metrics
39
Database Queries
5
Different statements
18.80 ms
Query time
0
Invalid entities
103
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
10.03 ms (53.38%) |
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:
[
125
]
|
|
3.45 ms (18.33%) |
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:
[
549
]
|
|
3.41 ms (18.15%) |
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:
[] |
|
1.20 ms (6.39%) |
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.70 ms (3.74%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.phone_number AS phone_number_5, t0.firstname AS firstname_6, t0.surname AS surname_7, t0.photo AS photo_8, t0.cin AS cin_9, t0.vat AS vat_10, t0.company_name AS company_name_11, t0.address AS address_12 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
19
]
|
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 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Faq | No errors. |
| App\Entity\FaqTranslation | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Reservation | No errors. |
| App\Entity\EshopOrder | No errors. |
| App\Entity\Field | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\EshopOrderItem | No errors. |
| App\Entity\TextBlock | No errors. |
| App\Entity\TextBlockTranslation | No errors. |