Query Metrics
10
Database Queries
4
Different statements
18.68 ms
Query time
0
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.94 ms |
SELECT t0.id AS id_1, t0.hostname AS hostname_2, t0.created_at AS created_at_3, t0.tenant_id AS tenant_id_4 FROM tenant_hostname t0 WHERE t0.hostname = ? LIMIT 1
Parameters:
[
"publite-sudip.servicelevelmanagement.co.uk"
]
|
| 2 | 4.69 ms |
SELECT t0.id AS id_1, t0.driver_type AS driver_type_2, t0.db_name AS db_name_3, t0.db_user_name AS db_user_name_4, t0.db_password AS db_password_5, t0.db_host AS db_host_6, t0.db_port AS db_port_7, t0.database_status AS database_status_8 FROM tenant_db_config t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"2"
]
|
| 3 | 1.75 ms |
SELECT t0.id AS id_1, t0.driver_type AS driver_type_2, t0.db_name AS db_name_3, t0.db_user_name AS db_user_name_4, t0.db_password AS db_password_5, t0.db_host AS db_host_6, t0.db_port AS db_port_7, t0.database_status AS database_status_8 FROM tenant_db_config t0 WHERE t0.id = ?
Parameters:
[
2
]
|
tenant connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.80 ms |
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0 WHERE t0.key = ? LIMIT 1
Parameters:
[
"disable_login"
]
|
| 2 | 0.46 ms |
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0 WHERE t0.key = ? LIMIT 1
Parameters:
[
"logo"
]
|
| 3 | 0.42 ms |
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0 WHERE t0.key = ? LIMIT 1
Parameters:
[
"favicon"
]
|
| 4 | 0.41 ms |
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0 WHERE t0.key = ? LIMIT 1
Parameters:
[
"square_logo"
]
|
| 5 | 0.40 ms |
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0 WHERE t0.key = ? LIMIT 1
Parameters:
[
"logo_classes"
]
|
| 6 | 0.42 ms |
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0 WHERE t0.key = ? LIMIT 1
Parameters:
[
"logo_classes_additional"
]
|
| 7 | 0.41 ms |
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0 WHERE t0.key = ? LIMIT 1
Parameters:
[
"square_logo_classes"
]
|
Database Connections
| Name | Service |
|---|---|
| tenant | doctrine.dbal.tenant_connection |
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| tenant | doctrine.orm.tenant_entity_manager |
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
tenant entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Tenant\Config | No errors. |
default entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Main\TenantHostname | No errors. |
| App\Entity\Main\TenantDbConfig | No errors. |
| App\Entity\Main\TenantUser | No errors. |