Query Metrics
3
Database Queries
3
Different statements
10.35 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.80 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.partner_file_name AS partner_file_name_3, t0.partner_file_size AS partner_file_size_4, t0.partner_file_updated_at AS partner_file_updated_at_5, t0.position AS position_6 FROM partner t0
Parameters:
[] |
| 2 | 4.49 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.intro AS intro_2, p0_.date AS date_3, p0_.post_file_name AS post_file_name_4, p0_.post_file_size AS post_file_size_5, p0_.post_file_updated_at AS post_file_updated_at_6, p0_.meta_title AS meta_title_7, p0_.meta_description AS meta_description_8, p0_.slug AS slug_9, p0_.is_published AS is_published_10 FROM post p0_ WHERE p0_.id IS NOT NULL AND p0_.is_published = ? AND p0_.date <= ? ORDER BY p0_.date DESC LIMIT 3
Parameters:
[ 1 "2026-08-29 08:08:16" ] |
| 3 | 2.06 ms |
SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1
Parameters:
[
"App\Controller\FrontController::landing"
]
|
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\Partner | No errors. |
| App\Entity\Post | No errors. |
| App\Entity\Paragraph | No errors. |
| App\Entity\Page | No errors. |