Query Metrics
11
Database Queries
5
Different statements
16.26 ms
Query time
0
Invalid entities
3
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.46 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-test.servicelevelmanagement.co.uk"
]
|
| 2 | 3.76 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:
[
"1"
]
|
| 3 | 1.47 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:
[
1
]
|
tenant connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.58 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.48 ms |
SELECT CURRENT_DATABASE()
Parameters:
[] |
| 3 | 0.44 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"
]
|
| 4 | 0.43 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"
]
|
| 5 | 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:
[
"square_logo"
]
|
| 6 | 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:
[
"logo_classes"
]
|
| 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:
[
"logo_classes_additional"
]
|
| 8 | 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:
[
"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.
Managed Entities
tenant entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Tenant\Config | 1 |
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Main\TenantHostname | 1 |
| App\Entity\Main\TenantDbConfig | 1 |
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. |