Query Metrics
55
Database Queries
4
Different statements
9.32 ms
Query time
0
Invalid entities
81
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.29 ms (46.02%) |
25 |
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:
[
173
]
|
|
4.14 ms (44.39%) |
27 |
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:
[
"event_school.hero_heading"
]
|
|
0.54 ms (5.75%) |
1 |
SELECT t0_.id AS id_0, t0_.filename AS filename_1 FROM testimonial t0_ INNER JOIN testimonial_category t1_ ON t0_.id = t1_.testimonial_id WHERE t1_.category = ?
Parameters:
[
"FROM-SCHOOL-EVENTS"
]
|
|
0.36 ms (3.84%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.company AS company_3, t0.perex AS perex_4, t0.text AS text_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM testimonial_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\TextBlockTranslation | 50 |
| App\Entity\TextBlock | 25 |
| App\Entity\TestimonialTranslation | 4 |
| App\Entity\Testimonial | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Testimonial | No errors. |
| App\Entity\TestimonialCategory | No errors. |
| App\Entity\TestimonialTranslation | No errors. |
| App\Entity\TextBlock | No errors. |
| App\Entity\TextBlockTranslation | No errors. |