Query Metrics
3
Database Queries
3
Different statements
7.41 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.89 ms (66.00%) |
1 |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_email AS company_email_3, t0.is_active AS is_active_4, t0.broker_id AS broker_id_5, t0.broker_id2 AS broker_id2_6, t0.part_of AS part_of_7, t0.internals AS internals_8, t0.reg_datetime AS reg_datetime_9, t0.is_connected AS is_connected_10, t0.fonds_finance_number AS fonds_finance_number_11, t0.is_public AS is_public_12 FROM insurance_company t0 WHERE t0.is_active = ? AND t0.is_public IS NULL ORDER BY t0.company_name ASC
Parameters:
[
1
]
|
|
1.73 ms (23.35%) |
1 |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_email AS company_email_3, t0.is_active AS is_active_4, t0.broker_id AS broker_id_5, t0.broker_id2 AS broker_id2_6, t0.part_of AS part_of_7, t0.internals AS internals_8, t0.reg_datetime AS reg_datetime_9, t0.is_connected AS is_connected_10, t0.fonds_finance_number AS fonds_finance_number_11, t0.is_public AS is_public_12 FROM insurance_company t0 WHERE t0.is_active = ? AND t0.is_public = ? ORDER BY t0.company_name ASC
Parameters:
[ 1 1 ] |
|
0.79 ms (10.65%) |
1 |
SELECT s0_.id AS id_0, s0_.company_name AS company_name_1, s0_.vat AS vat_2, s0_.company_email AS company_email_3, s0_.company_phone AS company_phone_4, s0_.company_fax AS company_fax_5, s0_.app_tenant_id AS app_tenant_id_6, s0_.app_client_id AS app_client_id_7, s0_.app_client_secret AS app_client_secret_8, s0_.reg_by AS reg_by_9, s0_.reg_datetime AS reg_datetime_10, s0_.vat_id AS vat_id_11, s0_.company AS company_12, s0_.cumas_user AS cumas_user_13, s0_.cumas_password AS cumas_password_14, s0_.cumas_address AS cumas_address_15, s0_.refresh_token AS refresh_token_16, s0_.refresh_expires AS refresh_expires_17, s0_.refresh_expires_datetime AS refresh_expires_datetime_18, s0_.api_token AS api_token_19 FROM settings s0_ WHERE s0_.company = ? ORDER BY s0_.id DESC
Parameters:
[
"kompass"
]
|
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\InsuranceCompany | No errors. |
| App\Entity\InsuranceInfo | No errors. |
| App\Entity\Settings | No errors. |