Query Metrics
3
Database Queries
1
Different statements
0.89 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.62 ms |
SELECT t0_.name AS name_0, t0_.content AS content_1, t0_.id AS id_2, t0_.created_at AS created_at_3, t0_.updated_at AS updated_at_4, t0_.section_id AS section_id_5, t0_.page_id AS page_id_6 FROM text_tracol t0_ INNER JOIN page_tracol p1_ ON t0_.page_id = p1_.id INNER JOIN section_tracol s2_ ON t0_.section_id = s2_.id WHERE p1_.name = ? AND s2_.name = ?
Parameters:
[ "Biens" "Header" ] |
2 | 0.20 ms |
SELECT t0_.name AS name_0, t0_.content AS content_1, t0_.id AS id_2, t0_.created_at AS created_at_3, t0_.updated_at AS updated_at_4, t0_.section_id AS section_id_5, t0_.page_id AS page_id_6 FROM text_tracol t0_ INNER JOIN page_tracol p1_ ON t0_.page_id = p1_.id INNER JOIN section_tracol s2_ ON t0_.section_id = s2_.id WHERE p1_.name = ? AND s2_.name = ?
Parameters:
[ "Biens" "Header" ] |
3 | 0.08 ms |
SELECT t0_.name AS name_0, t0_.content AS content_1, t0_.id AS id_2, t0_.created_at AS created_at_3, t0_.updated_at AS updated_at_4, t0_.section_id AS section_id_5, t0_.page_id AS page_id_6 FROM text_tracol t0_ INNER JOIN page_tracol p1_ ON t0_.page_id = p1_.id INNER JOIN section_tracol s2_ ON t0_.section_id = s2_.id WHERE p1_.name = ? AND s2_.name = ?
Parameters:
[ "Biens" "Section-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\Domain\Entity\Text | No errors. |
App\Domain\Entity\Post | No errors. |
App\Domain\Entity\User | No errors. |
App\Domain\Entity\Page | No errors. |
App\Domain\Entity\Section | No errors. |