Query Metrics
5
Database Queries
5
Different statements
7.52 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.60 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.image AS image_4, a0_.created_at AS created_at_5, a0_.meta_title AS meta_title_6, a0_.meta_description AS meta_description_7 FROM article a0_ ORDER BY a0_.created_at DESC) dctrn_result) dctrn_table
Parameters:
[] |
| 2 | 0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.image AS image_5, t0.created_at AS created_at_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8 FROM article t0 ORDER BY t0.created_at DESC LIMIT 3
Parameters:
[] |
| 3 | 0.91 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.short_description AS short_description_4, t0.description AS description_5, t0.icon AS icon_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8 FROM expertise t0
Parameters:
[] |
| 4 | 2.63 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, created_at_5 FROM (SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.image AS image_4, a0_.created_at AS created_at_5, a0_.meta_title AS meta_title_6, a0_.meta_description AS meta_description_7 FROM article a0_) dctrn_result_inner ORDER BY created_at_5 DESC) dctrn_result LIMIT 6 OFFSET 6
Parameters:
[] |
| 5 | 2.12 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.image AS image_4, a0_.created_at AS created_at_5, a0_.meta_title AS meta_title_6, a0_.meta_description AS meta_description_7 FROM article a0_ WHERE a0_.id IN (?, ?, ?, ?) ORDER BY a0_.created_at DESC
Parameters:
[ 83 85 87 89 ] |
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\Article | No errors. |
| App\Entity\Expertise | No errors. |
| App\Entity\Faq | No errors. |