Query Metrics
18
Database Queries
4
Different statements
2.68 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.02 ms (37.97%) |
7 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.company_name AS company_name_3, t0.address AS address_4, t0.address2 AS address2_5, t0.postcode AS postcode_6, t0.city AS city_7, t0.phone AS phone_8, t0.email AS email_9, t0.website AS website_10, t0.vat_number AS vat_number_11, t0.siren AS siren_12, t0.siret AS siret_13, t0.ape AS ape_14, t0.legal_form AS legal_form_15, t0.rcs AS rcs_16, t0.trade_registry_number AS trade_registry_number_17, t0.is_franchise AS is_franchise_18, t0.position AS position_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t0.is_default AS is_default_23, t0.currency_id AS currency_id_24, t0.country_id AS country_id_25, t0.country_state_id AS country_state_id_26, t0.created_by_id AS created_by_id_27, t0.updated_by_id AS updated_by_id_28, t0.deleted_by_id AS deleted_by_id_29 FROM context t0 WHERE t0.is_default = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
1
]
|
|
1.00 ms (37.24%) |
7 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.context_id AS context_id_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8 FROM configuration t0 WHERE t0.name = ? AND t0.context_id = ? LIMIT 1
Parameters:
[ "core__keep_filters_and_sort_in_memory" b"\x1F\f®\x10‚Ïd°¨;µü…Þ²?" ] |
|
0.48 ms (18.03%) |
3 |
SELECT t0.id AS id_1, t0.key_path AS key_path_2, t0.original_filename AS original_filename_3, t0.mime_type AS mime_type_4, t0.extension AS extension_5, t0.size AS size_6, t0.width AS width_7, t0.height AS height_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM file_manager t0 WHERE t0.id = ?
Parameters:
[
b"\x1F\f®\x10‚ÛeÚ‡cµü…Þ²?"
]
|
|
0.18 ms (6.76%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.context_id AS context_id_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8 FROM configuration t0 WHERE t0.name = ? AND t0.context_id IS NULL LIMIT 1
Parameters:
[
"core__keep_filters_and_sort_in_memory"
]
|
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\Context | No errors. |
| App\Entity\Currency | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\CountryState | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Configuration | No errors. |
| App\Entity\UserContext | No errors. |
| App\Entity\MailServer | No errors. |
| App\Entity\Establishment | No errors. |
| App\Entity\FileManager | No errors. |