Query Metrics
5
Database Queries
5
Different statements
1.02 ms
Query time
0
Invalid entities
291
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.28 ms (27.76%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.code AS code_2, s0_.position_x AS position_x_3, s0_.position_y AS position_y_4, s0_.width AS width_5, s0_.depth AS depth_6, s0_.rack_height AS rack_height_7, s1_.id AS id_8, s1_.name AS name_9, s1_.code AS code_10, s1_.position_x AS position_x_11, s1_.position_y AS position_y_12, s1_.width AS width_13, s1_.depth AS depth_14, s1_.is_restricted AS is_restricted_15, s0_.zone_id AS zone_id_16, s1_.warehouse_id AS warehouse_id_17 FROM storage_area s0_ INNER JOIN storage_zone s1_ ON s0_.zone_id = s1_.id
Parameters:
[] |
|
0.24 ms (23.33%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.position AS position_7, t0.user_group AS user_group_8, t0.email AS email_9, t0.created_at AS created_at_10, t0.created_by_name AS created_by_name_11, t0.is_active AS is_active_12 FROM users t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.18 ms (17.72%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.code AS code_2, s0_.position_y AS position_y_3, s0_.height AS height_4, s1_.id AS id_5, s1_.name AS name_6, s1_.code AS code_7, s1_.width AS width_8, s1_.sort_index AS sort_index_9, s2_.id AS id_10, s2_.name AS name_11, s2_.code AS code_12, s2_.position_x AS position_x_13, s2_.position_y AS position_y_14, s2_.width AS width_15, s2_.depth AS depth_16, s2_.rack_height AS rack_height_17, s3_.id AS id_18, s3_.name AS name_19, s3_.code AS code_20, s3_.position_x AS position_x_21, s3_.position_y AS position_y_22, s3_.width AS width_23, s3_.depth AS depth_24, s3_.is_restricted AS is_restricted_25, s0_.section_id AS section_id_26, s1_.area_id AS area_id_27, s2_.zone_id AS zone_id_28, s3_.warehouse_id AS warehouse_id_29 FROM storage_position s0_ INNER JOIN storage_section s1_ ON s0_.section_id = s1_.id INNER JOIN storage_area s2_ ON s1_.area_id = s2_.id INNER JOIN storage_zone s3_ ON s2_.zone_id = s3_.id
Parameters:
[] |
|
0.17 ms (16.43%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.code AS code_2, s0_.width AS width_3, s0_.sort_index AS sort_index_4, s1_.id AS id_5, s1_.name AS name_6, s1_.code AS code_7, s1_.position_x AS position_x_8, s1_.position_y AS position_y_9, s1_.width AS width_10, s1_.depth AS depth_11, s1_.rack_height AS rack_height_12, s2_.id AS id_13, s2_.name AS name_14, s2_.code AS code_15, s2_.position_x AS position_x_16, s2_.position_y AS position_y_17, s2_.width AS width_18, s2_.depth AS depth_19, s2_.is_restricted AS is_restricted_20, s0_.area_id AS area_id_21, s1_.zone_id AS zone_id_22, s2_.warehouse_id AS warehouse_id_23 FROM storage_section s0_ INNER JOIN storage_area s1_ ON s0_.area_id = s1_.id INNER JOIN storage_zone s2_ ON s1_.zone_id = s2_.id
Parameters:
[] |
|
0.15 ms (14.76%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.code AS code_2, s0_.is_vertical AS is_vertical_3, s1_.id AS id_4, s1_.name AS name_5, s1_.code AS code_6, s1_.position_y AS position_y_7, s1_.height AS height_8, s2_.id AS id_9, s2_.name AS name_10, s2_.code AS code_11, s2_.width AS width_12, s2_.sort_index AS sort_index_13, s3_.id AS id_14, s3_.name AS name_15, s3_.code AS code_16, s3_.position_x AS position_x_17, s3_.position_y AS position_y_18, s3_.width AS width_19, s3_.depth AS depth_20, s3_.rack_height AS rack_height_21, s4_.id AS id_22, s4_.name AS name_23, s4_.code AS code_24, s4_.position_x AS position_x_25, s4_.position_y AS position_y_26, s4_.width AS width_27, s4_.depth AS depth_28, s4_.is_restricted AS is_restricted_29, s0_.position_id AS position_id_30, s1_.section_id AS section_id_31, s2_.area_id AS area_id_32, s3_.zone_id AS zone_id_33, s4_.warehouse_id AS warehouse_id_34 FROM storage_spot s0_ INNER JOIN storage_position s1_ ON s0_.position_id = s1_.id INNER JOIN storage_section s2_ ON s1_.section_id = s2_.id INNER JOIN storage_area s3_ ON s2_.area_id = s3_.id INNER JOIN storage_zone s4_ ON s3_.zone_id = s4_.id
Parameters:
[] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\StoragePosition | 224 |
| App\Entity\StorageSection | 50 |
| App\Entity\StorageArea | 13 |
| App\Entity\StorageZone | 2 |
| App\Entity\User | 1 |
| App\Entity\Warehouse | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\Warehouse | No errors. |
| App\Entity\WarehouseCategory | No errors. |
| App\Entity\StorageArea | No errors. |
| App\Entity\StorageZone | No errors. |
| App\Entity\StorageSection | No errors. |
| App\Entity\StoragePosition | No errors. |
| App\Entity\StorageSpot | No errors. |