Query Metrics
2
Database Queries
2
Different statements
5.00 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.86 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.content AS content_3, p0_.excerpt AS excerpt_4, p0_.status AS status_5, p0_.publish_at AS publish_at_6, p0_.type AS type_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.image AS image_10, p0_.video AS video_11, p0_.author_id AS author_id_12, p0_.category_id AS category_id_13 FROM post p0_ WHERE p0_.type = ? AND p0_.status = ? ORDER BY p0_.id DESC LIMIT 9
Parameters:
[ "post" "published" ] |
| 2 | 1.14 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.response AS response_3, t0.show_in_footer AS show_in_footer_4, t0.ordre AS ordre_5 FROM faq t0 WHERE t0.show_in_footer = ? ORDER BY t0.ordre ASC
Parameters:
[
1
]
|
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\Post | No errors. |
| App\Entity\User | No errors. |
| App\Entity\PostCategory | No errors. |
| App\Entity\PostMeta | No errors. |
| App\Entity\PageBloc | No errors. |
| App\Entity\Faq | No errors. |
| App\Entity\Coach | No errors. |
| App\Entity\Subscription | No errors. |
| App\Entity\Reservation | No errors. |