Query Metrics
4
Database Queries
4
Different statements
2.63 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.32 ms (49.92%) |
1 |
SELECT f0_.id AS id_0, f0_.question AS question_1, f0_.answer AS answer_2, f0_.pages AS pages_3 FROM faq_entry f0_ WHERE f0_.pages LIKE ?
Parameters:
[
"%"home"%"
]
|
||||||||||||||||||||||||||||
|
0.46 ms (17.35%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.status AS status_5, t0.created_at AS created_at_6, t0.is_portfolio AS is_portfolio_7, t0.thumbnail AS thumbnail_8, t0.snippet_content AS snippet_content_9, t0.alt_thumbnail AS alt_thumbnail_10, t0.updated_at AS updated_at_11 FROM article t0 WHERE t0.is_portfolio = ? AND t0.status = ? ORDER BY t0.created_at DESC LIMIT 8
Parameters:
[ 0 "publié" ]
|
||||||||||||||||||||||||||||
|
0.46 ms (17.28%) |
1 |
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.city AS city_4, t0.comment AS comment_5, t0.created_at AS created_at_6, t0.avatar AS avatar_7 FROM review t0
Parameters:
[]
|
||||||||||||||||||||||||||||
|
0.41 ms (15.45%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.status AS status_5, t0.created_at AS created_at_6, t0.is_portfolio AS is_portfolio_7, t0.thumbnail AS thumbnail_8, t0.snippet_content AS snippet_content_9, t0.alt_thumbnail AS alt_thumbnail_10, t0.updated_at AS updated_at_11 FROM article t0 WHERE t0.is_portfolio = ? AND t0.status = ? ORDER BY t0.created_at DESC LIMIT 4
Parameters:
[ 1 "publié" ]
|
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\FaqEntry | No errors. |
| App\Entity\Review | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Category | No errors. |