Query Metrics
2
Database Queries
2
Different statements
3.68 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.84 ms (0.00%) |
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.date_published AS date_published_3, p0_.is_published AS is_published_4, p0_.file AS file_5, p0_.modified AS modified_6, p0_.created AS created_7 FROM publications p0_ WHERE p0_.is_published = ? AND p0_.date_published <= ? ORDER BY p0_.date_published ASC
Parameters:
[ 1 "2025-09-25 10:37:02" ] |
0.85 ms (0.00%) |
1 |
SELECT c0_.id AS id_0, c0_.page AS page_1, c0_.banner AS banner_2, c0_.alt AS alt_3, c0_.order_by AS order_by_4, c0_.modified AS modified_5, c0_.created AS created_6 FROM carousel c0_ WHERE c0_.page = ? ORDER BY c0_.order_by ASC
Parameters:
[
"publications"
]
|
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\Publications | No errors. |
App\Entity\Carousel | No errors. |