2.73 ms (41.91%)
|
13 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.reference AS reference_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.description AS description_7, t0.teasing AS teasing_8, t0.datasheet AS datasheet_9, t0.folder_file AS folder_file_10, t0.last_modified_by_id AS last_modified_by_id_11, t0.category_id AS category_id_12 FROM product t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.reference AS reference_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.description AS description_7, t0.teasing AS teasing_8, t0.datasheet AS datasheet_9, t0.folder_file AS folder_file_10, t0.last_modified_by_id AS last_modified_by_id_11, t0.category_id AS category_id_12 FROM product t0 WHERE t0.category_id = 12;
|
1.46 ms (22.42%)
|
7 |
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.updated_at AS updated_at_3, t0.product_id AS product_id_4 FROM product_image t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.updated_at AS updated_at_3, t0.product_id AS product_id_4 FROM product_image t0 WHERE t0.product_id = 2;
|
0.86 ms (13.16%)
|
6 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.phone1 AS phone1_6, t0.phone2 AS phone2_7, t0.email AS email_8 FROM company_data t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.phone1 AS phone1_6, t0.phone2 AS phone2_7, t0.email AS email_8 FROM company_data t0 WHERE t0.id = 1 LIMIT 1;
|
0.62 ms (9.50%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.image AS image_6, t0.last_modified_by_id AS last_modified_by_id_7 FROM product_category t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"dfi-systeme-ventilation"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.image AS image_6, t0.last_modified_by_id AS last_modified_by_id_7 FROM product_category t0 WHERE t0.slug = 'dfi-systeme-ventilation' LIMIT 1;
|
0.32 ms (4.94%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.image AS image_6, t0.last_modified_by_id AS last_modified_by_id_7 FROM product_category t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.image AS image_6, t0.last_modified_by_id AS last_modified_by_id_7 FROM product_category t0;
|
0.32 ms (4.85%)
|
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.link AS link_5 FROM social_network t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.link AS link_5 FROM social_network t0;
|
0.21 ms (3.22%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.reference AS reference_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.description AS description_7, t0.teasing AS teasing_8, t0.datasheet AS datasheet_9, t0.folder_file AS folder_file_10, t0.last_modified_by_id AS last_modified_by_id_11, t0.category_id AS category_id_12 FROM product t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.reference AS reference_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.description AS description_7, t0.teasing AS teasing_8, t0.datasheet AS datasheet_9, t0.folder_file AS folder_file_10, t0.last_modified_by_id AS last_modified_by_id_11, t0.category_id AS category_id_12 FROM product t0;
|