Query Metrics
7
Database Queries
2
Different statements
1.26 ms
Query time
5
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"pageTitle"
]
|
2 | 0.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"description"
]
|
3 | 0.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"keywords"
]
|
4 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"favicon"
]
|
5 | 0.11 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.extension AS extension_4, t0.title AS title_5, t0.alt AS alt_6, t0.date AS date_7, t8.id AS id_9, t8.name AS name_10, t8.value AS value_11, t8.file_id AS file_id_12 FROM files t0 LEFT JOIN settings t8 ON t8.file_id = t0.id WHERE t0.id = ?
Parameters:
[
8
]
|
6 | 0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"logo"
]
|
7 | 0.17 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.extension AS extension_4, t0.title AS title_5, t0.alt AS alt_6, t0.date AS date_7, t8.id AS id_9, t8.name AS name_10, t8.value AS value_11, t8.file_id AS file_id_12 FROM files t0 LEFT JOIN settings t8 ON t8.file_id = t0.id WHERE t0.id = ?
Parameters:
[
7
]
|
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\Settings | No errors. |
App\Entity\User |
|
App\Entity\User\UserData | No errors. |
App\Entity\User\GroupApi | No errors. |
App\Entity\User\UserEmail | No errors. |
App\Entity\User\UserGroup | No errors. |
App\Entity\EmailQueue | No errors. |
App\Entity\ContactsBase\ContactsBase |
|
App\Entity\ContactsBaseList\ContactsBaseList | No errors. |
App\Entity\Campaigns\Campaigns |
|
App\Entity\EmailTemplate\EmailTemplate | No errors. |
App\Entity\Files | No errors. |
App\Entity\Messenger\Messenger |
|
App\Entity\Packages\Packages |
|
App\Entity\Reminder\Reminder | No errors. |
App\Entity\Reminder\ReminderStatus | No errors. |
App\Entity\Packages\PackagesUserGroup | No errors. |
App\Entity\Packages\PackagesConsumption | No errors. |