Query Metrics
5
Database Queries
2
Different statements
5.50 ms
Query time
0
Invalid entities
1
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.48 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM setting t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"theme"
]
|
2 | 0.60 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM setting t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"theme"
]
|
3 | 0.67 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM setting t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"theme"
]
|
4 | 0.84 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM setting t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"theme"
]
|
5 | 2.91 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.link AS link_3, t0.image AS image_4, t0.resume AS resume_5, t0.texte_complet AS texte_complet_6, t0.colonne AS colonne_7, t0.position AS position_8, t0.type AS type_9, t0.link_type AS link_type_10, t0.display_title AS display_title_11, t0.is_only_for_subscriber AS is_only_for_subscriber_12, t0.is_only_for_admin AS is_only_for_admin_13, t0.parent_id AS parent_id_14, t15.id AS id_16, t15.text AS text_17, t15.link AS link_18, t15.image AS image_19, t15.resume AS resume_20, t15.texte_complet AS texte_complet_21, t15.colonne AS colonne_22, t15.position AS position_23, t15.type AS type_24, t15.link_type AS link_type_25, t15.display_title AS display_title_26, t15.is_only_for_subscriber AS is_only_for_subscriber_27, t15.is_only_for_admin AS is_only_for_admin_28, t15.parent_id AS parent_id_29 FROM menu t0 LEFT JOIN menu t15 ON t0.parent_id = t15.id WHERE t0.link = ? LIMIT 1
Parameters:
[
"/"
]
|
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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Entity\Setting | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Setting | No errors. |
App\Entity\Menu | No errors. |