Query Metrics
4
Database Queries
3
Different statements
3.21 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.13 ms (35.19%) |
1 |
SELECT t0.id AS id_1, t0.language AS language_2, t0.abbreviation AS abbreviation_3, t0.icon AS icon_4, t0.is_active AS is_active_5, t0.linked_in_other AS linked_in_other_6, t0.ranking AS ranking_7 FROM languages t0 WHERE t0.abbreviation = ? LIMIT 1
Parameters:
[
"en"
]
|
|
1.12 ms (34.94%) |
2 |
SELECT COUNT(*) FROM product t0 WHERE t0.category = ?
Parameters:
[
"Useful Guide"
]
|
|
0.96 ms (29.87%) |
1 |
SELECT t0.id AS id_1, t0.photo AS photo_2, t0.title AS title_3, t0.link AS link_4, t0.category AS category_5, t0.static_page_name AS static_page_name_6, t0.ranking AS ranking_7, t0.rotate AS rotate_8, t0.product_id AS product_id_9 FROM cms_photo t0 WHERE t0.id = ?
Parameters:
[
14
]
|
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\Languages | 1 |
| App\Entity\CmsPhoto | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Languages | No errors. |
| App\Entity\CmsPhoto | No errors. |
| App\Entity\Product | No errors. |