6.34 ms (72.15%)
1
"COMMIT"
0.38 ms (4.35%)
1
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 FROM product_image t0 WHERE t0 . product_id = ? ORDER BY t0 . position ASC , t0 . id ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 FROM product_image t0 WHERE t0 . product_id = 16 ORDER BY t0 . position ASC , t0 . id ASC ;
Copy
0.35 ms (4.02%)
1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . price_amount AS price_amount_4 , t0 . price_unit AS price_unit_5 , t0 . deposit_amount AS deposit_amount_6 , t0 . manual_included AS manual_included_7 , t0 . consumables_policy AS consumables_policy_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . deleted_at AS deleted_at_11 , t0 . view_count AS view_count_12 , t0 . owner_id AS owner_id_13 , t0 . city_id AS city_id_14 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . price_amount AS price_amount_4 , t0 . price_unit AS price_unit_5 , t0 . deposit_amount AS deposit_amount_6 , t0 . manual_included AS manual_included_7 , t0 . consumables_policy AS consumables_policy_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . deleted_at AS deleted_at_11 , t0 . view_count AS view_count_12 , t0 . owner_id AS owner_id_13 , t0 . city_id AS city_id_14 FROM product t0 WHERE t0 . id = 16 ;
Copy
0.33 ms (3.72%)
1
SELECT t0 . id AS id_1 , t0 . start_at AS start_at_2 , t0 . end_at AS end_at_3 , t0 . product_id AS product_id_4 , t0 . thread_id AS thread_id_5 FROM product_booked t0 WHERE t0 . product_id = ? ORDER BY t0 . start_at ASC
SELECT t0 . id AS id_1 , t0 . start_at AS start_at_2 , t0 . end_at AS end_at_3 , t0 . product_id AS product_id_4 , t0 . thread_id AS thread_id_5 FROM product_booked t0 WHERE t0 . product_id = 16 ORDER BY t0 . start_at ASC ;
Copy
0.31 ms (3.52%)
1
UPDATE product SET view_count = ? WHERE id = ?
UPDATE product SET view_count = 6 WHERE id = 16 ;
Copy
0.31 ms (3.47%)
1
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . display_name AS display_name_5 , t0 . bio AS bio_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . deleted_at AS deleted_at_9 , t0 . street AS street_10 , t0 . postal_code AS postal_code_11 , t0 . city_id AS city_id_12 FROM `user` t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . display_name AS display_name_5 , t0 . bio AS bio_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . deleted_at AS deleted_at_9 , t0 . street AS street_10 , t0 . postal_code AS postal_code_11 , t0 . city_id AS city_id_12 FROM `user` t0 WHERE t0 . id = 2 ;
Copy
0.27 ms (3.11%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . latitude AS latitude_4 , t0 . longitude AS longitude_5 , t0 . deleted_at AS deleted_at_6 FROM city t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . latitude AS latitude_4 , t0 . longitude AS longitude_5 , t0 . deleted_at AS deleted_at_6 FROM city t0 WHERE t0 . id = 50 ;
Copy
0.27 ms (3.02%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . deleted_at AS deleted_at_5 , t0 . parent_id AS parent_id_6 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . deleted_at AS deleted_at_5 , t0 . parent_id AS parent_id_6 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 16 ;
Copy
0.23 ms (2.65%)
1
"START TRANSACTION"
"START TRANSACTION" ;
Copy