GET https://test.bivteam.shop/adminApi/orders?isArchived=1&isSaved=0

Query Metrics

2 Database Queries
2 Different statements
6.79 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.20 ms
(76.49%)
1
SELECT o0_.id AS id_0, o0_.date AS date_1, o0_.amount AS amount_2, o0_.comment AS comment_3, o0_.is_saved AS is_saved_4, o0_.is_archived AS is_archived_5, o0_.order_number AS order_number_6, o0_.delivery_date AS delivery_date_7, o0_.admin_comment AS admin_comment_8, o0_.shipping_costs AS shipping_costs_9, o0_.customer_admin AS customer_admin_10, o0_.delivery_address AS delivery_address_11, o0_.is_delivery AS is_delivery_12, o0_.is_bank_transfer AS is_bank_transfer_13, o0_.amount_hvat AS amount_hvat_14, o0_.payment_id AS payment_id_15, o0_.payment_status AS payment_status_16, o1_.id AS id_17, o1_.quantity AS quantity_18, o1_.amount AS amount_19, o1_.article_array AS article_array_20, o1_.weight AS weight_21, o1_.total_weight AS total_weight_22, o1_.right_price_unit AS right_price_unit_23, o1_.right_price_unit_hvat AS right_price_unit_hvat_24, o1_.comment AS comment_25, u2_.id AS id_26, u2_.email AS email_27, u2_.roles AS roles_28, u2_.password AS password_29, u2_.lastname AS lastname_30, u2_.firstname AS firstname_31, u2_.is_active AS is_active_32, u2_.lang AS lang_33, u2_.is_new AS is_new_34, u2_.customer_id AS customer_id_35, u2_.delivery_address_id AS delivery_address_id_36, u2_.customer_name AS customer_name_37, u2_.password_request AS password_request_38, u2_.is_shipping_cost AS is_shipping_cost_39, u2_.min_order AS min_order_40, u2_.shipping_costs AS shipping_costs_41, u2_.global_discount AS global_discount_42, u2_.is_web AS is_web_43, u2_.vat AS vat_44, u2_.phone AS phone_45, u2_.street AS street_46, u2_.postal_code AS postal_code_47, u2_.city AS city_48, u2_.country AS country_49, u2_.saved AS saved_50, u2_.payment_type AS payment_type_51, u2_.agree_terms_date AS agree_terms_date_52, u2_.admin_customer AS admin_customer_53, o0_.user_id AS user_id_54, o1_.command_id AS command_id_55 FROM `order` o0_ LEFT JOIN order_movement o1_ ON o0_.id = o1_.command_id LEFT JOIN user u2_ ON o0_.user_id = u2_.id WHERE o0_.is_archived = ? AND o0_.is_saved = ? ORDER BY o0_.id ASC
Parameters:
[
  1
  0
]
1.60 ms
(23.51%)
1
SELECT t0.id AS id_1, t0.webshop_type AS webshop_type_2, t0.is_kpi AS is_kpi_3, t0.url_kpi AS url_kpi_4, t0.name_kpi AS name_kpi_5, t0.user_count AS user_count_6 FROM admin_parameters 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\Order No errors.
App\Entity\User No errors.
App\Entity\OrderMovement No errors.
App\Entity\AdminParameters No errors.