302 redirect from POST @admin (b65d46)

Query Metrics

864 Database Queries
21 Different statements
650.86 ms Query time
9 Invalid entities
0 Cache hits
2 Cache misses
2 Cache puts

Grouped Statements

Show all queries

Time Count Info
243.90 ms
(37.47%)
1
SELECT DISTINCT o0_.id AS id_0, o0_.created_at AS created_at_1 FROM `order` o0_ LEFT JOIN customer c1_ ON o0_.customer_id = c1_.id AND (c1_.deleted_at IS NULL) LEFT JOIN order_item o2_ ON o0_.id = o2_.parent_order_id LEFT JOIN product p3_ ON o2_.product_id = p3_.id AND (p3_.deleted_at IS NULL) LEFT JOIN shop_product s4_ ON p3_.id = s4_.id WHERE (o0_.status <> 'draft' AND (c1_.id IS NOT NULL AND c1_.deleted_at IS NULL) AND p3_.vendor_id IS NULL AND o0_.start_processing_at IS NOT NULL) AND (o0_.deleted_at IS NULL) ORDER BY o0_.created_at DESC LIMIT 20
Parameters:
[]
209.32 ms
(32.16%)
1
SELECT count(DISTINCT o0_.id) AS sclr_0 FROM `order` o0_ LEFT JOIN customer c1_ ON o0_.customer_id = c1_.id AND (c1_.deleted_at IS NULL) LEFT JOIN order_item o2_ ON o0_.id = o2_.parent_order_id LEFT JOIN product p3_ ON o2_.product_id = p3_.id AND (p3_.deleted_at IS NULL) LEFT JOIN shop_product s4_ ON p3_.id = s4_.id WHERE (o0_.status <> 'draft' AND (c1_.id IS NOT NULL AND c1_.deleted_at IS NULL) AND p3_.vendor_id IS NULL AND o0_.start_processing_at IS NOT NULL) AND (o0_.deleted_at IS NULL)
Parameters:
[]
97.70 ms
(15.01%)
557
SELECT t0.id AS id_1, t0.start_at AS start_at_2, t0.end_at AS end_at_3, t0.description AS description_4, t0.status AS status_5, t0.created_at AS created_at_6, t0.product_id AS product_id_7, t0.customer_id AS customer_id_8, t0.related_order_id AS related_order_id_9 FROM product_subscription t0 WHERE t0.related_order_id = ?
Parameters:
[
  17788
]
31.90 ms
(4.90%)
86
SELECT t0.id AS id_1, t0.is_monday AS is_monday_2, t0.is_tuesday AS is_tuesday_3, t0.is_wednesday AS is_wednesday_4, t0.is_thursday AS is_thursday_5, t0.is_friday AS is_friday_6, t0.is_saturday AS is_saturday_7, t0.is_sunday AS is_sunday_8, t0.start_work_at AS start_work_at_9, t0.end_work_at AS end_work_at_10, t0.exclude_days AS exclude_days_11, t0.exclude_dates AS exclude_dates_12, t0.exclude_hours AS exclude_hours_13, t0.logo AS logo_14, t0.logo_base64 AS logo_base64_15, t0.favicon AS favicon_16, t0.email AS email_17, t0.address AS address_18, t0.currency AS currency_19, t0.default_lang AS default_lang_20, t0.project_name AS project_name_21, t0.code AS code_22, t0.asset_folder_name AS asset_folder_name_23, t0.mail_order_created_body AS mail_order_created_body_24, t0.mail_order_created_title AS mail_order_created_title_25, t0.prefix_order AS prefix_order_26, t0.root_url AS root_url_27, t0.description AS description_28, t0.is_mercure_enabled AS is_mercure_enabled_29, t0.vat_included_in_orders AS vat_included_in_orders_30, t0.vat_displayed_in_orders AS vat_displayed_in_orders_31, t0.side_bar_minimized AS side_bar_minimized_32, t0.mobile_app_scheme AS mobile_app_scheme_33, t0.mobile_app_scheme_dev AS mobile_app_scheme_dev_34, t0.developpement_env AS developpement_env_35, t0.mobile_app_scheme_ios AS mobile_app_scheme_ios_36, t0.mobile_app_scheme_android AS mobile_app_scheme_android_37, t0.title AS title_38, t0.order_prefix AS order_prefix_39, t0.invoice_prefix AS invoice_prefix_40, t0.is_geo_localisation_api_enabled AS is_geo_localisation_api_enabled_41, t0.is_web_socket_notification_enabled AS is_web_socket_notification_enabled_42, t0.absolute_url AS absolute_url_43, t0.front_theme_id AS front_theme_id_44, t0.default_value_added_tax_id AS default_value_added_tax_id_45, t0.website_theme_id AS website_theme_id_46 FROM settings t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "main"
]
25.29 ms
(3.88%)
103
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.priority AS priority_5, t0.is_bidirectional AS is_bidirectional_6, t0.is_batch_tracking AS is_batch_tracking_7, t0.is_multi_shipments AS is_multi_shipments_8, t0.can_edit_shipment AS can_edit_shipment_9, t0.code AS code_10, t0.fields_to_edit AS fields_to_edit_11, t0.direction_hub AS direction_hub_12, t0.is_exclude_hub AS is_exclude_hub_13, t0.events AS events_14, t0.color AS color_15, t0.text_color AS text_color_16, t0.deleted_at AS deleted_at_17, t0.role_id AS role_id_18 FROM step_type t0 WHERE t0.code = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
  "draft"
]
13.12 ms
(2.02%)
20
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.description AS description_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.company_name AS company_name_6, t0.address AS address_7, t0.city AS city_8, t0.country AS country_9, t0.department AS department_10, t0.postcode AS postcode_11, t0.email AS email_12, t0.tel AS tel_13, t0.comment AS comment_14, t0.status AS status_15, t0.status_shipping AS status_shipping_16, t0.source AS source_17, t0.delivery_at AS delivery_at_18, t0.recovery_at AS recovery_at_19, t0.old_order_number AS old_order_number_20, t0.reduction AS reduction_21, t0.distance AS distance_22, t0.payed_amount AS payed_amount_23, t0.start_processing_at AS start_processing_at_24, t0.delivery_type AS delivery_type_25, t0.start_delivery_at AS start_delivery_at_26, t0.paid_at AS paid_at_27, t0.delivered_at AS delivered_at_28, t0.is_to_do AS is_to_do_29, t0.collect_address AS collect_address_30, t0.shipping_address AS shipping_address_31, t0.collect_tel AS collect_tel_32, t0.collect_lng AS collect_lng_33, t0.collect_lat AS collect_lat_34, t0.shipping_lng AS shipping_lng_35, t0.shipping_lat AS shipping_lat_36, t0.is_heavy AS is_heavy_37, t0.shipping_tips AS shipping_tips_38, t0.wallet_payment_amount AS wallet_payment_amount_39, t0.is_checked AS is_checked_40, t0.token_stripe AS token_stripe_41, t0.order_type AS order_type_42, t0.deleted_at AS deleted_at_43, t0.created_by AS created_by_44, t0.meta_data AS meta_data_45, t0.default_currency AS default_currency_46, t0.extra_shipping_fees AS extra_shipping_fees_47, t0.extra_shipping_method_name AS extra_shipping_method_name_48, t0.extra_shipping_infos AS extra_shipping_infos_49, t0.notify_customer AS notify_customer_50, t0.update_notification_message AS update_notification_message_51, t0.customer_id AS customer_id_52, t0.demande_fund_id AS demande_fund_id_53, t0.shipping_method_id AS shipping_method_id_54, t0.agent_id AS agent_id_55, t0.payment_method_id AS payment_method_id_56, t0.coupon_id AS coupon_id_57, t0.agent_to_do_id AS agent_to_do_id_58, t0.city_region_shipping_id AS city_region_shipping_id_59, t0.city_region_collect_id AS city_region_collect_id_60, t0.vendor_id AS vendor_id_61, t0.store_id AS store_id_62, t0.shipment_id AS shipment_id_63, t0.invoice_id AS invoice_id_64, t0.dtype FROM `order` t0 WHERE t0.customer_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  3584
]
11.64 ms
(1.79%)
40
SELECT t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.price AS price_5, t0.description AS description_6, t0.old_price AS old_price_7, t0.quantity AS quantity_8, t0.product_type AS product_type_9, t0.meta_title AS meta_title_10, t0.meta_description AS meta_description_11, t0.meta_keywords AS meta_keywords_12, t0.slug AS slug_13, t0.created_at AS created_at_14, t0.is_price_reduced_per_percent AS is_price_reduced_per_percent_15, t0.percent_reduction AS percent_reduction_16, t0.sku_code AS sku_code_17, t0.short_description AS short_description_18, t0.is_published AS is_published_19, t0.sku_code_shop AS sku_code_shop_20, t0.end_at AS end_at_21, t0.type_reduction AS type_reduction_22, t0.value_reduction AS value_reduction_23, t0.subscription_monthly_price AS subscription_monthly_price_24, t0.subscription_yearly_price AS subscription_yearly_price_25, t0.deleted_at AS deleted_at_26, t0.label_price_from AS label_price_from_27, t0.meta_data AS meta_data_28, t0.default_currency AS default_currency_29, t0.video AS video_30, t0.video_thumbnail AS video_thumbnail_31, t0.cost_price AS cost_price_32, t0.position AS position_33, t0.parent_category_id AS parent_category_id_34, t0.promotion_id AS promotion_id_35, t0.vendor_id AS vendor_id_36, t0.brand_id AS brand_id_37, t0.cloned_product_id AS cloned_product_id_38, t0.store_id AS store_id_39, t0.dtype FROM product t0 LEFT JOIN shop_product t1 ON t0.id = t1.id WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  126
]
6.15 ms
(0.94%)
20
SELECT t0.id AS id_1, t0.description AS description_2, t0.email AS email_3, t0.created_at AS created_at_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.address AS address_7, t0.city AS city_8, t0.phone AS phone_9, t0.company_name AS company_name_10, t0.address_indication AS address_indication_11, t0.country AS country_12, t0.post_code AS post_code_13, t0.gender AS gender_14, t0.date_of_birth AS date_of_birth_15, t0.sponsorship_code AS sponsorship_code_16, t0.image AS image_17, t0.can_receive_mails AS can_receive_mails_18, t0.can_receive_sms AS can_receive_sms_19, t0.blind_password AS blind_password_20, t0.deleted_at AS deleted_at_21, t0.collect_address AS collect_address_22, t0.shipping_address AS shipping_address_23, t0.collect_lat AS collect_lat_24, t0.collect_lng AS collect_lng_25, t0.shipping_lng AS shipping_lng_26, t0.meta_data AS meta_data_27, t0.source AS source_28, t0.customer_group_id AS customer_group_id_29, t0.user_id AS user_id_30, t0.vendor_id AS vendor_id_31, t0.city_region_id AS city_region_id_32, t0.store_id AS store_id_33 FROM customer t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  3584
]
5.43 ms
(0.83%)
20
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.description AS description_3, t0.quantity AS quantity_4, t0.decimal_quantity AS decimal_quantity_5, t0.price AS price_6, t0.reduction AS reduction_7, t0.image AS image_8, t0.shipping_fees AS shipping_fees_9, t0.currency AS currency_10, t0.meta_data AS meta_data_11, t0.product_id AS product_id_12, t0.parent_order_id AS parent_order_id_13, t0.pack_engagement_id AS pack_engagement_id_14, t0.shipment_item_id AS shipment_item_id_15, t0.dtype FROM order_item t0 WHERE t0.parent_order_id = ?
Parameters:
[
  17788
]
1.30 ms
(0.20%)
1
SELECT o0_.id AS id_0, o0_.created_at AS created_at_1, o0_.description AS description_2, o0_.first_name AS first_name_3, o0_.last_name AS last_name_4, o0_.company_name AS company_name_5, o0_.address AS address_6, o0_.city AS city_7, o0_.country AS country_8, o0_.department AS department_9, o0_.postcode AS postcode_10, o0_.email AS email_11, o0_.tel AS tel_12, o0_.comment AS comment_13, o0_.status AS status_14, o0_.status_shipping AS status_shipping_15, o0_.source AS source_16, o0_.delivery_at AS delivery_at_17, o0_.recovery_at AS recovery_at_18, o0_.old_order_number AS old_order_number_19, o0_.reduction AS reduction_20, o0_.distance AS distance_21, o0_.payed_amount AS payed_amount_22, o0_.start_processing_at AS start_processing_at_23, o0_.delivery_type AS delivery_type_24, o0_.start_delivery_at AS start_delivery_at_25, o0_.paid_at AS paid_at_26, o0_.delivered_at AS delivered_at_27, o0_.is_to_do AS is_to_do_28, o0_.collect_address AS collect_address_29, o0_.shipping_address AS shipping_address_30, o0_.collect_tel AS collect_tel_31, o0_.collect_lng AS collect_lng_32, o0_.collect_lat AS collect_lat_33, o0_.shipping_lng AS shipping_lng_34, o0_.shipping_lat AS shipping_lat_35, o0_.is_heavy AS is_heavy_36, o0_.shipping_tips AS shipping_tips_37, o0_.wallet_payment_amount AS wallet_payment_amount_38, o0_.is_checked AS is_checked_39, o0_.token_stripe AS token_stripe_40, o0_.order_type AS order_type_41, o0_.deleted_at AS deleted_at_42, o0_.created_by AS created_by_43, o0_.meta_data AS meta_data_44, o0_.default_currency AS default_currency_45, o0_.extra_shipping_fees AS extra_shipping_fees_46, o0_.extra_shipping_method_name AS extra_shipping_method_name_47, o0_.extra_shipping_infos AS extra_shipping_infos_48, o0_.notify_customer AS notify_customer_49, o0_.update_notification_message AS update_notification_message_50, o0_.dtype AS dtype_51, o0_.customer_id AS customer_id_52, o0_.demande_fund_id AS demande_fund_id_53, o0_.shipping_method_id AS shipping_method_id_54, o0_.agent_id AS agent_id_55, o0_.payment_method_id AS payment_method_id_56, o0_.coupon_id AS coupon_id_57, o0_.agent_to_do_id AS agent_to_do_id_58, o0_.city_region_shipping_id AS city_region_shipping_id_59, o0_.city_region_collect_id AS city_region_collect_id_60, o0_.vendor_id AS vendor_id_61, o0_.store_id AS store_id_62, o0_.shipment_id AS shipment_id_63, o0_.invoice_id AS invoice_id_64 FROM `order` o0_ LEFT JOIN customer c1_ ON o0_.customer_id = c1_.id AND (c1_.deleted_at IS NULL) LEFT JOIN order_item o2_ ON o0_.id = o2_.parent_order_id LEFT JOIN product p3_ ON o2_.product_id = p3_.id AND (p3_.deleted_at IS NULL) LEFT JOIN shop_product s4_ ON p3_.id = s4_.id WHERE (o0_.status <> 'draft' AND (c1_.id IS NOT NULL AND c1_.deleted_at IS NULL) AND p3_.vendor_id IS NULL AND o0_.start_processing_at IS NOT NULL AND o0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (o0_.deleted_at IS NULL) ORDER BY o0_.created_at DESC
Parameters:
[
  17788
  17787
  17786
  17785
  17784
  17783
  17782
  17781
  17780
  17779
  17778
  17777
  17775
  17774
  17773
  17772
  17771
  17770
  17769
  17768
]
1.06 ms
(0.16%)
2
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_valid AS is_valid_5, t0.is_verified AS is_verified_6, t0.exponent_push_token AS exponent_push_token_7, t0.google_id AS google_id_8, t0.avatar AS avatar_9, t0.facebook_id AS facebook_id_10, t0.is_auto_connect_used AS is_auto_connect_used_11, t0.store_id AS store_id_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.70 ms
(0.11%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.description AS description_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.company_name AS company_name_6, t0.address AS address_7, t0.city AS city_8, t0.country AS country_9, t0.department AS department_10, t0.postcode AS postcode_11, t0.email AS email_12, t0.tel AS tel_13, t0.comment AS comment_14, t0.status AS status_15, t0.status_shipping AS status_shipping_16, t0.source AS source_17, t0.delivery_at AS delivery_at_18, t0.recovery_at AS recovery_at_19, t0.old_order_number AS old_order_number_20, t0.reduction AS reduction_21, t0.distance AS distance_22, t0.payed_amount AS payed_amount_23, t0.start_processing_at AS start_processing_at_24, t0.delivery_type AS delivery_type_25, t0.start_delivery_at AS start_delivery_at_26, t0.paid_at AS paid_at_27, t0.delivered_at AS delivered_at_28, t0.is_to_do AS is_to_do_29, t0.collect_address AS collect_address_30, t0.shipping_address AS shipping_address_31, t0.collect_tel AS collect_tel_32, t0.collect_lng AS collect_lng_33, t0.collect_lat AS collect_lat_34, t0.shipping_lng AS shipping_lng_35, t0.shipping_lat AS shipping_lat_36, t0.is_heavy AS is_heavy_37, t0.shipping_tips AS shipping_tips_38, t0.wallet_payment_amount AS wallet_payment_amount_39, t0.is_checked AS is_checked_40, t0.token_stripe AS token_stripe_41, t0.order_type AS order_type_42, t0.deleted_at AS deleted_at_43, t0.created_by AS created_by_44, t0.meta_data AS meta_data_45, t0.default_currency AS default_currency_46, t0.extra_shipping_fees AS extra_shipping_fees_47, t0.extra_shipping_method_name AS extra_shipping_method_name_48, t0.extra_shipping_infos AS extra_shipping_infos_49, t0.notify_customer AS notify_customer_50, t0.update_notification_message AS update_notification_message_51, t0.customer_id AS customer_id_52, t0.demande_fund_id AS demande_fund_id_53, t0.shipping_method_id AS shipping_method_id_54, t0.agent_id AS agent_id_55, t0.payment_method_id AS payment_method_id_56, t0.coupon_id AS coupon_id_57, t0.agent_to_do_id AS agent_to_do_id_58, t0.city_region_shipping_id AS city_region_shipping_id_59, t0.city_region_collect_id AS city_region_collect_id_60, t0.vendor_id AS vendor_id_61, t0.store_id AS store_id_62, t0.shipment_id AS shipment_id_63, t0.invoice_id AS invoice_id_64, t0.dtype FROM `order` t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  "17788"
]
0.53 ms
(0.08%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.code AS code_4, t0.is_enabled AS is_enabled_5, t0.created_at AS created_at_6, t0.processing_duration AS processing_duration_7, t0.preparation_duration AS preparation_duration_8, t0.shipping_duration AS shipping_duration_9, t0.price AS price_10, t0.is_separately_calculated AS is_separately_calculated_11, t0.calculation_method AS calculation_method_12, t0.declared_value_tax AS declared_value_tax_13, t0.papers_fees AS papers_fees_14, t0.cod_cash_fees AS cod_cash_fees_15, t0.cod_check_or_bill_fees AS cod_check_or_bill_fees_16, t0.is_taxes_included_in_price AS is_taxes_included_in_price_17, t0.deleted_at AS deleted_at_18, t0.shipping_vehicle_type_id AS shipping_vehicle_type_id_19, t0.customer_group_id AS customer_group_id_20, t0.tax_vat_id AS tax_vat_id_21, t0.shipping_tax_id AS shipping_tax_id_22 FROM shipping_method t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  1
]
0.49 ms
(0.07%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.priority AS priority_5, t0.is_bidirectional AS is_bidirectional_6, t0.is_batch_tracking AS is_batch_tracking_7, t0.is_multi_shipments AS is_multi_shipments_8, t0.can_edit_shipment AS can_edit_shipment_9, t0.code AS code_10, t0.fields_to_edit AS fields_to_edit_11, t0.direction_hub AS direction_hub_12, t0.is_exclude_hub AS is_exclude_hub_13, t0.events AS events_14, t0.color AS color_15, t0.text_color AS text_color_16, t0.deleted_at AS deleted_at_17, t0.role_id AS role_id_18 FROM step_type t0 WHERE ((t0.deleted_at IS NULL)) ORDER BY t0.priority ASC
Parameters:
[]
0.47 ms
(0.07%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.min AS min_3, t0.max AS max_4, t0.priority AS priority_5, t0.type_calculation AS type_calculation_6, t0.value_calculation AS value_calculation_7, t0.factor_type AS factor_type_8, t0.adjustment_type AS adjustment_type_9, t0.shipping_method_id AS shipping_method_id_10 FROM shipping_rule t0 WHERE t0.shipping_method_id = ?
Parameters:
[
  1
]
0.47 ms
(0.07%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.description AS description_4, t0.code AS code_5, t0.is_enabled AS is_enabled_6, t0.created_at AS created_at_7, t0.position AS position_8, t0.type AS type_9, t0.secret_key AS secret_key_10, t0.public_key AS public_key_11, t0.display_on AS display_on_12, t0.base_url AS base_url_13, t0.return_url AS return_url_14, t0.cancel_url AS cancel_url_15, t0.public_key_sand_box AS public_key_sand_box_16, t0.secret_key_sand_box AS secret_key_sand_box_17, t0.base_urlsand_box AS base_urlsand_box_18, t0.is_sand_box_enabled AS is_sand_box_enabled_19 FROM payment_method t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.42 ms
(0.06%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.nbr_users AS nbr_users_4, t0.nbr_stores AS nbr_stores_5, t0.nbr_vendors AS nbr_vendors_6, t0.nbr_records AS nbr_records_7, t0.nbr_apps AS nbr_apps_8, t0.code AS code_9 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
Parameters:
[
  1
]
0.33 ms
(0.05%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.address AS address_6, t0.photo_identity AS photo_identity_7, t0.gender AS gender_8, t0.identity_number AS identity_number_9, t0.blind_password AS blind_password_10, t0.user_id AS user_id_11, t0.agent_type_id AS agent_type_id_12, t0.store_id AS store_id_13, t14.id AS id_15, t14.created_at AS created_at_16, t14.name AS name_17, t14.icon AS icon_18, t14.model AS model_19, t14.photo AS photo_20, t14.color AS color_21, t14.acquisition_at AS acquisition_at_22, t14.acquisition_km AS acquisition_km_23, t14.acquisition_cost AS acquisition_cost_24, t14.registration_number AS registration_number_25, t14.is_active AS is_active_26, t14.assignment_at AS assignment_at_27, t14.assignment_km AS assignment_km_28, t14.brand_name AS brand_name_29, t14.agent_driver_id AS agent_driver_id_30, t14.shipping_vehicle_type_id AS shipping_vehicle_type_id_31, t14.fuel_type_id AS fuel_type_id_32, t14.vehicle_rent_type_id AS vehicle_rent_type_id_33 FROM agent t0 LEFT JOIN shipping_vehicle t14 ON t14.agent_driver_id = t0.id WHERE t0.id = ?
Parameters:
[
  21
]
0.27 ms
(0.04%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.menu_order AS menu_order_3, t0.is_enabled AS is_enabled_4, t0.image AS image_5, t0.price AS price_6, t0.json_content AS json_content_7, t0.page_url AS page_url_8, t0.parent_application_id AS parent_application_id_9 FROM application t0 WHERE t0.is_enabled = ? ORDER BY t0.menu_order ASC
Parameters:
[
  1
]
0.22 ms
(0.03%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.description AS description_5, t0.store_type AS store_type_6, t0.deleted_at AS deleted_at_7, t0.city_id AS city_id_8, t0.user_id AS user_id_9, t0.city_region_id AS city_region_id_10 FROM store t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  3
]
0.16 ms
(0.02%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM front_theme 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

0 Hits
2 Misses
2 Puts

Number of cache misses

Region Misses
append_depend 2

Number of cache puts

Region Puts
append_depend 2

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\IlaveU\ShopBundle\Entity\Store\Store
  • The mappings App\IlaveU\ShopBundle\Entity\Store\Store#cityRegion and App\IlaveU\ShopBundle\Entity\Shipping\CityRegion#stores are inconsistent with each other.
App\Entity\Role No errors.
App\Entity\AiRequest No errors.
App\Entity\Settings No errors.
App\Entity\FrontTheme No errors.
App\IlaveU\ShopBundle\Entity\Taxes\ValueAddedTax No errors.
App\Entity\WebsiteTheme No errors.
App\IlaveU\ShopBundle\Entity\Shipping\StepType No errors.
App\IlaveU\ShopBundle\Entity\Shipping\TrackingStep No errors.
App\IlaveU\ShopBundle\Entity\Shipping\City No errors.
App\IlaveU\ShopBundle\Entity\Order\Order
  • The mappings App\IlaveU\ShopBundle\Entity\Order\Order#cityRegionShipping and App\IlaveU\ShopBundle\Entity\Shipping\CityRegion#orders are inconsistent with each other.
App\IlaveU\ShopBundle\Entity\Customer\Customer No errors.
App\IlaveU\ShopBundle\Entity\Order\DemandeFund No errors.
App\IlaveU\ShopBundle\Entity\Shipping\ShippingMethod No errors.
App\IlaveU\ShopBundle\Entity\Resource\Agent No errors.
App\IlaveU\ShopBundle\Entity\Payment\PaymentMethod No errors.
App\IlaveU\ShopBundle\Entity\Promotion\Coupon No errors.
App\IlaveU\ShopBundle\Entity\Shipping\CityRegion
  • The association App\IlaveU\ShopBundle\Entity\Shipping\CityRegion#orders refers to the owning side field App\IlaveU\ShopBundle\Entity\Order\Order#cityRegion which does not exist.
  • The association App\IlaveU\ShopBundle\Entity\Shipping\CityRegion#stores refers to the owning side field App\IlaveU\ShopBundle\Entity\Store\Store#�cityRegion which does not exist.
App\IlaveU\ShopBundle\Entity\Vendor\Vendor No errors.
App\IlaveU\ShopBundle\Entity\Shipping\Shipment No errors.
App\IlaveU\ShopBundle\Entity\Accounting\Invoice
  • The association App\IlaveU\ShopBundle\Entity\Accounting\Invoice#customerWalletPoints refers to the owning side field App\IlaveU\ShopBundle\Entity\Customer\CustomerWalletPoint#invoice which does not exist.
App\IlaveU\ShopBundle\Entity\Order\OrderItem No errors.
App\IlaveU\ShopBundle\Entity\Order\Adjustment No errors.
App\IlaveU\ShopBundle\Entity\Customer\CustomerWalletPoint
  • The mappings App\IlaveU\ShopBundle\Entity\Customer\CustomerWalletPoint#originInvoice and App\IlaveU\ShopBundle\Entity\Accounting\Invoice#customerWalletPoints are inconsistent with each other.
App\IlaveU\ShopBundle\Entity\Product\ProductSubscription No errors.
App\IlaveU\ShopBundle\Entity\Product\Product
  • The mappings App\IlaveU\ShopBundle\Entity\Product\Product#childrenProductsPack and App\IlaveU\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
App\IlaveU\ShopBundle\Entity\Product\ProductShop
  • The mappings App\IlaveU\ShopBundle\Entity\Product\ProductShop#childrenProductsPack and App\IlaveU\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
App\IlaveU\ShopBundle\Entity\Customer\CustomerGroup No errors.
App\IlaveU\ShopBundle\Entity\Product\Comment No errors.
App\IlaveU\ShopBundle\Entity\Customer\CustomerAddress No errors.
App\IlaveU\ShopBundle\Entity\Customer\PackEngagement No errors.
App\IlaveU\ShopBundle\Entity\Payment\BankBookItem No errors.
App\IlaveU\ShopBundle\Entity\Shipping\CashOnDelivery No errors.
App\IlaveU\ShopBundle\Entity\Customer\Complaint No errors.
App\IlaveU\ShopBundle\Entity\Shipping\ShipmentItem No errors.
App\IlaveU\ShopBundle\Entity\Product\CategoryProduct No errors.
App\IlaveU\ShopBundle\Entity\Promotion\Promotion No errors.
App\IlaveU\ShopBundle\Entity\Brand No errors.
App\IlaveU\ShopBundle\Entity\Product\AttributValue No errors.
App\IlaveU\ShopBundle\Entity\Product\ImageProduct No errors.
App\IlaveU\ShopBundle\Entity\Product\ProductVariant No errors.
App\IlaveU\ShopBundle\Entity\Product\ProductPack
  • The association App\IlaveU\ShopBundle\Entity\Product\ProductPack#parentProduct refers to the inverse side field App\IlaveU\ShopBundle\Entity\Product\Product#childrenPackProducts which does not exist.
App\IlaveU\ShopBundle\Entity\Shipping\Country No errors.
App\IlaveU\ShopBundle\Entity\Order\OrderItemNote No errors.
App\IlaveU\ShopBundle\Entity\Shipping\Vehicle\ShippingVehicleType No errors.
App\IlaveU\ShopBundle\Entity\Taxes\ShippingTax No errors.
App\IlaveU\ShopBundle\Entity\Shipping\ShippingRule No errors.
App\IlaveU\ShopBundle\Entity\Shipping\ShippingCalculationMethod No errors.
App\IlaveU\ShopBundle\Entity\Payment\Payment
  • The association App\IlaveU\ShopBundle\Entity\Payment\Payment#vehicleRent refers to the inverse side field App\IlaveU\ShopBundle\Entity\Shipping\Vehicle\VehicleRent#payments which does not exist.
App\IlaveU\ShopBundle\Entity\Resource\AgentType No errors.
App\IlaveU\ShopBundle\Entity\Shipping\Vehicle\ShippingVehicle No errors.
App\IlaveU\ShopBundle\Entity\Shipping\Vehicle\FuelType No errors.
App\IlaveU\ShopBundle\Entity\Shipping\Vehicle\VehicleRentType No errors.
App\IlaveU\ShopBundle\Entity\Shipping\CashBox No errors.
App\Entity\Application No errors.