Query Metrics
3
Database Queries
2
Different statements
0.66 ms
Query time
0
Invalid entities
Queries
mysql_master connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.info AS info_4 FROM config t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"maintenance"
]
|
| 2 | 0.35 ms |
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.startDate AS startDate_3, t0.endDate AS endDate_4 FROM ip_ban t0 WHERE t0.ip = ? ORDER BY t0.endDate DESC LIMIT 1
Parameters:
[
"216.73.216.131"
]
|
| 3 | 0.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.info AS info_4 FROM config t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"url"
]
|
Database Connections
| Name | Service |
|---|---|
| mysql_master | doctrine.dbal.mysql_master_connection |
| mysql_direct_mysql1 | doctrine.dbal.mysql_direct_mysql1_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| direct_mysql1 | doctrine.orm.direct_mysql1_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Config\Config | No errors. |
| App\Entity\Security\IpBan | No errors. |
| App\Entity\Security\Acl | No errors. |
| App\Entity\Security\AclPermission | No errors. |
| App\Entity\Security\AclPlanning | No errors. |
direct_mysql1 entity manager
No loaded entities.