Query Metrics
3
Database Queries
3
Different statements
2.38 ms
Query time
4
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.39 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.role AS role_3, t0.password AS password_4, t0.name AS name_5, t0.department AS department_6, t0.position AS position_7, t0.work_center AS work_center_8, t0.phone AS phone_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.accept_terms AS accept_terms_12, t0.accepted_at AS accepted_at_13, t0.active AS active_14, t0.is_verified AS is_verified_15, t0.surname AS surname_16, t0.ref AS ref_17, t0.type AS type_18, t0.photo AS photo_19, t0.company_id AS company_id_20, t0.supplier_id AS supplier_id_21, t0.notifications_config_id AS notifications_config_id_22, t0.company_client_id AS company_client_id_23 FROM user t0 WHERE t0.id = ?
Parameters:
[
195
]
|
2 | 0.44 ms |
SELECT t0.id AS id_1, t0.units AS units_2, t0.observations AS observations_3, t0.state AS state_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.completed_at AS completed_at_7, t0.type AS type_8, t0.ref AS ref_9, t0.code AS code_10, t0.observations_supplier AS observations_supplier_11, t0.files_supplier AS files_supplier_12, t0.reject_date AS reject_date_13, t0.budget AS budget_14, t0.payment_terms AS payment_terms_15, t0.budget_valid_until AS budget_valid_until_16, t0.delivery_in AS delivery_in_17, t0.files_budget AS files_budget_18, t0.approve_user_date AS approve_user_date_19, t0.approve_chief_date AS approve_chief_date_20, t0.send_date AS send_date_21, t0.complete_date AS complete_date_22, t0.accept_ref AS accept_ref_23, t0.approve_supplier_date AS approve_supplier_date_24, t0.chief_confirm AS chief_confirm_25, t0.payment_terms_id AS payment_terms_id_26, t0.budget_date AS budget_date_27, t0.approve_date AS approve_date_28, t0.budget_required AS budget_required_29, t0.units_decrypted AS units_decrypted_30, t0.units_decrypted_date AS units_decrypted_date_31, t0.prototype_name AS prototype_name_32, t0.files_order AS files_order_33, t0.company_id AS company_id_34, t0.supplier_id AS supplier_id_35, t0.user_id AS user_id_36, t0.part_id AS part_id_37, t0.reject_user_id AS reject_user_id_38, t0.approve_user_user_id AS approve_user_user_id_39, t0.approve_chief_user_id AS approve_chief_user_id_40, t0.send_user_id AS send_user_id_41, t0.complete_user_id AS complete_user_id_42, t0.approve_supplier_user_id AS approve_supplier_user_id_43, t0.shipping_address_id AS shipping_address_id_44 FROM `order` t0 WHERE t0.id = ?
Parameters:
[
"392"
]
|
3 | 0.55 ms |
SELECT o0_.id AS id_0, o0_.date_added AS date_added_1, o0_.message AS message_2, o1_.id AS id_3, o1_.units AS units_4, o1_.observations AS observations_5, o1_.state AS state_6, o1_.created_at AS created_at_7, o1_.updated_at AS updated_at_8, o1_.completed_at AS completed_at_9, o1_.type AS type_10, o1_.ref AS ref_11, o1_.code AS code_12, o1_.observations_supplier AS observations_supplier_13, o1_.files_supplier AS files_supplier_14, o1_.reject_date AS reject_date_15, o1_.budget AS budget_16, o1_.payment_terms AS payment_terms_17, o1_.budget_valid_until AS budget_valid_until_18, o1_.delivery_in AS delivery_in_19, o1_.files_budget AS files_budget_20, o1_.approve_user_date AS approve_user_date_21, o1_.approve_chief_date AS approve_chief_date_22, o1_.send_date AS send_date_23, o1_.complete_date AS complete_date_24, o1_.accept_ref AS accept_ref_25, o1_.approve_supplier_date AS approve_supplier_date_26, o1_.chief_confirm AS chief_confirm_27, o1_.payment_terms_id AS payment_terms_id_28, o1_.budget_date AS budget_date_29, o1_.approve_date AS approve_date_30, o1_.budget_required AS budget_required_31, o1_.units_decrypted AS units_decrypted_32, o1_.units_decrypted_date AS units_decrypted_date_33, o1_.prototype_name AS prototype_name_34, o1_.files_order AS files_order_35, u2_.id AS id_36, u2_.email AS email_37, u2_.role AS role_38, u2_.password AS password_39, u2_.name AS name_40, u2_.department AS department_41, u2_.position AS position_42, u2_.work_center AS work_center_43, u2_.phone AS phone_44, u2_.created_at AS created_at_45, u2_.updated_at AS updated_at_46, u2_.accept_terms AS accept_terms_47, u2_.accepted_at AS accepted_at_48, u2_.active AS active_49, u2_.is_verified AS is_verified_50, u2_.surname AS surname_51, u2_.ref AS ref_52, u2_.type AS type_53, u2_.photo AS photo_54 FROM order_message o0_ INNER JOIN `order` o1_ ON o0_.order__id = o1_.id INNER JOIN user u2_ ON o0_.user_id = u2_.id WHERE o0_.order__id = ? ORDER BY o0_.date_added ASC
Parameters:
[
392
]
|
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\User |
|
App\Entity\Company |
|
App\Entity\Supplier |
|
App\Entity\NotificationsConfig | No errors. |
App\Entity\CompanyClient | No errors. |
App\Entity\OrderMessage | No errors. |
App\Entity\Equipment | No errors. |
App\Entity\Order | No errors. |
App\Entity\Part |
|
App\Entity\CompanyAddress | No errors. |
App\Entity\OrderMachineData | No errors. |