0.79 ms (44.47%)
1
SELECT t0 . id AS id_1 , t0 . reference AS reference_2 , t0 . status AS status_3 , t0 . total_price AS total_price_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . total_ht AS total_ht_7 , t0 . total_tax AS total_tax_8 , t0 . user_id AS user_id_9 , t0 . shipping_address_id AS shipping_address_id_10 , t0 . billing_address_id AS billing_address_id_11 , t0 . delivery_option_id AS delivery_option_id_12 , t0 . payment_option_id AS payment_option_id_13 FROM `order` t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . reference AS reference_2 , t0 . status AS status_3 , t0 . total_price AS total_price_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . total_ht AS total_ht_7 , t0 . total_tax AS total_tax_8 , t0 . user_id AS user_id_9 , t0 . shipping_address_id AS shipping_address_id_10 , t0 . billing_address_id AS billing_address_id_11 , t0 . delivery_option_id AS delivery_option_id_12 , t0 . payment_option_id AS payment_option_id_13 FROM `order` t0 WHERE t0 . id = '17' ;
Copy
0.21 ms (11.88%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . image AS image_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . user_id AS user_id_6 , t0 . parent_id AS parent_id_7 , t0 . category_id AS category_id_8 FROM category t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . image AS image_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . user_id AS user_id_6 , t0 . parent_id AS parent_id_7 , t0 . category_id AS category_id_8 FROM category t0 ;
Copy
0.15 ms (8.59%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . price AS price_3 , t0 . image AS image_4 , t0 . qty AS qty_5 , t0 . sku AS sku_6 , t0 . description AS description_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . rating AS rating_10 , t0 . weight AS weight_11 , t0 . status AS status_12 , t0 . promotion AS promotion_13 , t0 . promotion_price AS promotion_price_14 , t0 . promotion_start_date AS promotion_start_date_15 , t0 . promotion_end_date AS promotion_end_date_16 , t0 . to_be_exposed AS to_be_exposed_17 , t0 . has_variants AS has_variants_18 , t0 . category_id AS category_id_19 , t0 . user_id AS user_id_20 , t0 . taxt_id AS taxt_id_21 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . price AS price_3 , t0 . image AS image_4 , t0 . qty AS qty_5 , t0 . sku AS sku_6 , t0 . description AS description_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . rating AS rating_10 , t0 . weight AS weight_11 , t0 . status AS status_12 , t0 . promotion AS promotion_13 , t0 . promotion_price AS promotion_price_14 , t0 . promotion_start_date AS promotion_start_date_15 , t0 . promotion_end_date AS promotion_end_date_16 , t0 . to_be_exposed AS to_be_exposed_17 , t0 . has_variants AS has_variants_18 , t0 . category_id AS category_id_19 , t0 . user_id AS user_id_20 , t0 . taxt_id AS taxt_id_21 FROM product t0 WHERE t0 . id = 39 ;
Copy
0.13 ms (7.51%)
1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . content AS content_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . is_active AS is_active_6 , t0 . slug AS slug_7 FROM policy t0
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . content AS content_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . is_active AS is_active_6 , t0 . slug AS slug_7 FROM policy t0 ;
Copy