Query Metrics
2
Database Queries
2
Different statements
1.83 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.97 ms |
SELECT t0.id AS id_1, t0.date_creation AS date_creation_2, t0.date_activate AS date_activate_3, t0.date_expiration AS date_expiration_4, t0.date_validation AS date_validation_5, t0.serial AS serial_6, t0.current AS current_7, t0.validity AS validity_8, t0.state AS state_9, t0.type AS type_10, t0.equipment AS equipment_11, t0.log_file AS log_file_12, t0.manufacturer AS manufacturer_13, t0.person_name AS person_name_14, t0.person_inn AS person_inn_15, t0.creator_id AS creator_id_16, t0.company_id AS company_id_17, t0.activator_id AS activator_id_18, t0.validator_id AS validator_id_19, t0.equipment_type_id AS equipment_type_id_20 FROM certificate t0 WHERE t0.person_inn = ?
Parameters:
[
"123456789016"
]
|
||||||||||||||||||||||||||||||||
| 2 | 0.86 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM equipment_type t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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\Certificate | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\EquipmentType | No errors. |