Query Metrics
7
Database Queries
2
Different statements
5.33 ms
Query time
1
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.field_type AS field_type_5, t0.title AS title_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"PORTAL_CHILDREN"
]
|
| 2 | 0.91 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.field_type AS field_type_5, t0.title AS title_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"FRONT_SECURITY_LOGIN_SETTING"
]
|
| 3 | 0.74 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.field_type AS field_type_5, t0.title AS title_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"FRONT_SECURITY_THEME_SETTING"
]
|
| 4 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.field_type AS field_type_5, t0.title AS title_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"FRONT_SECURITY_HEADER_SETTING"
]
|
| 5 | 0.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.field_type AS field_type_5, t0.title AS title_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"SSO_SETTINGS"
]
|
| 6 | 0.81 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.field_type AS field_type_5, t0.title AS title_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"FRONT_SECURITY_FOOTER_SETTING"
]
|
| 7 | 0.63 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.display_job AS display_job_4, t0.display_role AS display_role_5 FROM parameter_hook t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"footer"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| user_logs | doctrine.dbal.user_logs_connection |
| dtv_blacklisted_emails | doctrine.dbal.dtv_blacklisted_emails_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\Newsletter | No errors. |
| App\Entity\ContactList |
|
| App\Entity\Setting | No errors. |
| App\Entity\ParameterHook | No errors. |