Query Metrics
2
Database Queries
2
Different statements
1.13 ms
Query time
0
Invalid entities
2
Managed entities
Queries
master connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.78 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.city AS city_5, t0.zip AS zip_6, t0.province AS province_7, t0.vat_country AS vat_country_8, t0.vat AS vat_9, t0.fiscal_code AS fiscal_code_10, t0.sdi AS sdi_11, t0.directory_path AS directory_path_12, t0.logo_path AS logo_path_13, t0.creation_date AS creation_date_14, t0.db_name AS db_name_15, t0.code AS code_16, t0.slug AS slug_17, t0.is_admin_active AS is_admin_active_18, t0.type_id AS type_id_19 FROM bee_m_company t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"MEFN12"
]
|
slave connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.phone AS phone_4, t0.email AS email_5, t0.password AS password_6, t0.directory_path AS directory_path_7, t0.role AS role_8, t0.emergency_contact_1 AS emergency_contact_1_9, t0.emergency_contact_2 AS emergency_contact_2_10, t0.is_admin_active AS is_admin_active_11, t0.is_active AS is_active_12, t0.is_tutorial_active AS is_tutorial_active_13, t0.datetime_creation AS datetime_creation_14, t0.one_time_code AS one_time_code_15, t0.one_time_code_expiration_datetime AS one_time_code_expiration_datetime_16, t0.image_path AS image_path_17, t0.is_anonimized AS is_anonimized_18, t0.is_company_admin AS is_company_admin_19 FROM bee_s_staff t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"qc@slmmilano.com"
]
|
Database Connections
| Name | Service |
|---|---|
| master | doctrine.dbal.master_connection |
| slave | doctrine.dbal.slave_connection |
Entity Managers
| Name | Service |
|---|---|
| master | doctrine.orm.master_entity_manager |
| slave | doctrine.orm.slave_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
master entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Master\Company | 1 |
slave entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Slave\Staff | 1 |
Entities Mapping
master entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Master\Company | No errors. |
| App\Entity\Master\CompanyType | No errors. |
| App\Entity\Master\CompanyContact | No errors. |
| App\Entity\Master\License | No errors. |
| App\Entity\Master\JoinTableCompanyUser | No errors. |
slave entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Slave\Staff | No errors. |
| App\Entity\Slave\JoinTableStaffPermission | No errors. |
| App\Entity\Slave\Reimbursement | No errors. |
| App\Entity\Slave\Activity | No errors. |
| App\Entity\Slave\Log | No errors. |
| App\Entity\Slave\Reminder | No errors. |
| App\Entity\Slave\JoinTableStaffPerformance | No errors. |
| App\Entity\Slave\PerformancePhase | No errors. |
| App\Entity\Slave\PerformanceRequirement | No errors. |
| App\Entity\Slave\JoinTablePerformanceMessageStaff | No errors. |