Query Metrics
6
Database Queries
4
Different statements
2.78 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.05 ms (37.92%) |
1 |
SELECT t0.pages_id AS pages_id_1, t0.pages_image AS pages_image_2, t0.pages_date_added AS pages_date_added_3, t0.pages_date_modified AS pages_date_modified_4, t0.pages_author AS pages_author_5, t0.pages_status AS pages_status_6, t0.pages_sort_order AS pages_sort_order_7, t0.price_group_id AS price_group_id_8 FROM pages t0 WHERE t0.pages_id = ?
Parameters:
[
"127"
]
|
|
1.02 ms (36.73%) |
1 |
SELECT t0.id AS id_1, t0.pages_title AS pages_title_2, t0.pages_meta_title AS pages_meta_title_3, t0.pages_meta_keywords AS pages_meta_keywords_4, t0.pages_meta_description AS pages_meta_description_5, t0.pages_blurb AS pages_blurb_6, t0.pages_body AS pages_body_7, t0.pages_url AS pages_url_8, t0.pages_id AS pages_id_9, t0.language_id AS language_id_10 FROM pages_description t0 WHERE t0.pages_id = ?
Parameters:
[
127
]
|
|
0.37 ms (13.30%) |
2 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM price_groups t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"VV"
]
|
|
0.33 ms (12.05%) |
2 |
SELECT t0.languages_id AS languages_id_1, t0.name AS name_2, t0.code AS code_3, t0.image AS image_4, t0.directory AS directory_5, t0.sort_order AS sort_order_6 FROM languages t0 WHERE t0.languages_id = ?
Parameters:
[
4
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Page | No errors. |
| App\Entity\PriceGroup | No errors. |
| App\Entity\PageDescription | No errors. |
| App\Entity\Language | No errors. |