Query Metrics
3
Database Queries
3
Different statements
1.52 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.76 ms (0.00%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.language AS language_1, n0_.title AS title_2, n0_.type AS type_3, n0_.date AS date_4, n0_.author AS author_5, n0_.is_live AS is_live_6, n0_.source AS source_7, n0_.text AS text_8, n0_.created_at AS created_at_9, n0_.updated_at AS updated_at_10, n0_.image_name AS image_name_11, n0_.image_size AS image_size_12, n0_.slug AS slug_13 FROM news n0_ WHERE n0_.language = ? AND n0_.is_live = 1 ORDER BY n0_.date DESC) dctrn_result) dctrn_table
Parameters:
[
"en"
]
|
0.43 ms (0.00%) |
1 |
SELECT n0_.id AS id_0, n0_.language AS language_1, n0_.title AS title_2, n0_.type AS type_3, n0_.date AS date_4, n0_.author AS author_5, n0_.is_live AS is_live_6, n0_.source AS source_7, n0_.text AS text_8, n0_.created_at AS created_at_9, n0_.updated_at AS updated_at_10, n0_.image_name AS image_name_11, n0_.image_size AS image_size_12, n0_.slug AS slug_13, n0_.country_id AS country_id_14 FROM news n0_ WHERE n0_.language = ? AND n0_.is_live = 1 ORDER BY n0_.date DESC LIMIT 1
Parameters:
[
"en"
]
|
0.33 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.locale AS locale_3, t0.title AS title_4, t0.description AS description_5, t0.keywords AS keywords_6 FROM page t0 WHERE t0.url = ? AND t0.locale = ? LIMIT 1
Parameters:
[ "/news" "en" ] |
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\News | No errors. |
App\Entity\Countries | No errors. |
App\Entity\Page | No errors. |