Query Metrics
5
Database Queries
5
Different statements
29.43 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.75 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM admin t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"seller@gmail.com"
]
|
||||||||||||||||||||||||||||
| 2 | 1.18 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.company_name AS company_name_5, t0.company_code AS company_code_6, t0.individual_activity_certificate_number AS individual_activity_certificate_number_7, t0.city AS city_8, t0.address AS address_9, t0.zip AS zip_10, t0.iban AS iban_11, t0.comment AS comment_12, t0.phone AS phone_13, t0.contact_name AS contact_name_14, t0.contact_email AS contact_email_15, t0.contact_phone AS contact_phone_16, t0.fee_percent AS fee_percent_17, t0.shop_title AS shop_title_18, t0.vat_code AS vat_code_19, t0.oss_registered AS oss_registered_20, t0.office_address AS office_address_21, t0.customer_phone AS customer_phone_22, t0.customer_email AS customer_email_23, t0.bank_name AS bank_name_24, t0.swift AS swift_25, t0.invoice_email AS invoice_email_26, t0.return_country AS return_country_27, t0.return_city AS return_city_28, t0.return_address AS return_address_29, t0.return_post_code AS return_post_code_30, t0.return_phone AS return_phone_31, t0.return_email AS return_email_32, t0.pickup_workdays AS pickup_workdays_33, t0.pickup_hours_from AS pickup_hours_from_34, t0.pickup_hours_to AS pickup_hours_to_35, t0.delivery_hours AS delivery_hours_36, t0.delivery_apply_all AS delivery_apply_all_37, t0.delivery_methods AS delivery_methods_38, t0.ai_pricing_strategy AS ai_pricing_strategy_39, t0.auto_price_reduction_enabled AS auto_price_reduction_enabled_40, t0.auto_price_reduction_days AS auto_price_reduction_days_41, t0.auto_price_reduction_percent AS auto_price_reduction_percent_42, t0.notify_product_sold AS notify_product_sold_43, t0.notify_new_message AS notify_new_message_44, t0.notify_ai_price_change AS notify_ai_price_change_45, t0.notify_return_request AS notify_return_request_46, t0.notify_weekly_report AS notify_weekly_report_47, t0.notify_low_inventory AS notify_low_inventory_48, t0.holiday_mode AS holiday_mode_49 FROM seller t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"seller@gmail.com"
]
|
||||||||||||||||||||||||||||
| 3 | 13.53 ms |
SELECT DISTINCT COUNT(DISTINCT c0_.id) AS sclr_0 FROM customer_order c0_ LEFT JOIN customer_order_item c1_ ON c0_.id = c1_.order_ref_id LEFT JOIN product p2_ ON c1_.product_id = p2_.id LEFT JOIN seller s3_ ON p2_.seller_id = s3_.id WHERE s3_.id = ? AND c0_.status <> ? AND c0_.status = ?
Parameters:
[ 1 "draft" "pending" ]
|
||||||||||||||||||||||||||||
| 4 | 3.91 ms |
SELECT DISTINCT c0_.id AS id_0, c0_.order_number AS order_number_1, c0_.status AS status_2, c0_.seller_name AS seller_name_3, c0_.delivery_method AS delivery_method_4, c0_.tracking_number AS tracking_number_5, c0_.pickup_address AS pickup_address_6, c0_.payment_method AS payment_method_7, c0_.delivery_type AS delivery_type_8, c0_.delivery_locker AS delivery_locker_9, c0_.delivery_locker_id AS delivery_locker_id_10, c0_.contact_first_name AS contact_first_name_11, c0_.contact_last_name AS contact_last_name_12, c0_.contact_email AS contact_email_13, c0_.contact_phone AS contact_phone_14, c0_.delivery_address_line AS delivery_address_line_15, c0_.delivery_city AS delivery_city_16, c0_.delivery_postal_code AS delivery_postal_code_17, c0_.checkout_step AS checkout_step_18, c0_.invoice_company_name AS invoice_company_name_19, c0_.invoice_company_code AS invoice_company_code_20, c0_.invoice_vat_code AS invoice_vat_code_21, c0_.items_total AS items_total_22, c0_.protection_total AS protection_total_23, c0_.shipping_total AS shipping_total_24, c0_.grand_total AS grand_total_25, c0_.created_at AS created_at_26, c0_.updated_at AS updated_at_27, c0_.marketplace_fee_total AS marketplace_fee_total_28, c0_.payout_total AS payout_total_29, c0_.confirmed_at AS confirmed_at_30, c0_.processed_at AS processed_at_31, c0_.shipping_started_at AS shipping_started_at_32, c0_.completed_at AS completed_at_33, c0_.cancelled_at AS cancelled_at_34, c0_.delivery_deadline AS delivery_deadline_35, c0_.cancellation_reason AS cancellation_reason_36, c0_.makecommerce_transaction_id AS makecommerce_transaction_id_37, c0_.payment_mc_name AS payment_mc_name_38, c0_.paid_at AS paid_at_39, c0_.refund_required_at AS refund_required_at_40, c0_.refund_note AS refund_note_41, c0_.customer_id AS customer_id_42, c0_.seller_id AS seller_id_43 FROM customer_order c0_ LEFT JOIN customer_order_item c1_ ON c0_.id = c1_.order_ref_id LEFT JOIN product p2_ ON c1_.product_id = p2_.id LEFT JOIN seller s3_ ON p2_.seller_id = s3_.id WHERE s3_.id = ? AND c0_.status <> ? AND c0_.status = ? ORDER BY c0_.id DESC LIMIT 20
Parameters:
[ 1 "draft" "pending" ]
|
||||||||||||||||||||||||||||
| 5 | 9.05 ms |
SELECT o0_.order_id AS sclr_0, o0_.type AS type_1, COUNT(o0_.id) AS sclr_2 FROM order_invoice o0_ WHERE o0_.order_id IN (?) GROUP BY o0_.order_id, o0_.type
Parameters:
[
42
]
|
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\Seller | 1 |
| App\Entity\CustomerOrder | 1 |
| App\Entity\Customer | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Admin | No errors. |
| App\Entity\Seller | No errors. |
| App\Entity\CustomerOrder | No errors. |
| App\Entity\CustomerOrderItem | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\CustomerOrderStatusHistory | No errors. |
| App\Entity\OrderShipment | No errors. |
| App\Entity\OrderReturn | No errors. |
| App\Entity\OrderInvoice | No errors. |