2.93 ms (67.72%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"lapping-machines"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.slug = 'lapping-machines' LIMIT 1;
|
0.55 ms (12.81%)
|
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.keywords AS keywords_3, c0_.is_default AS is_default_4, c0_.homepage AS homepage_5, c0_.slug AS slug_6, c0_.faicon AS faicon_7, c0_.parent_id AS parent_id_8 FROM category c0_ WHERE c0_.parent_id = ?
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.keywords AS keywords_3, c0_.is_default AS is_default_4, c0_.homepage AS homepage_5, c0_.slug AS slug_6, c0_.faicon AS faicon_7, c0_.parent_id AS parent_id_8 FROM category c0_ WHERE c0_.parent_id = 4628;
|
0.43 ms (9.92%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.type AS type_4, t0.guid AS guid_5, t0.slug AS slug_6, t0.elastic_updated AS elastic_updated_7, t0.keywords AS keywords_8, t0.meta_keywords AS meta_keywords_9, t0.meta_description AS meta_description_10, t0.business_id AS business_id_11, t0.user_id AS user_id_12, t0.category_id AS category_id_13 FROM product t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.type AS type_4, t0.guid AS guid_5, t0.slug AS slug_6, t0.elastic_updated AS elastic_updated_7, t0.keywords AS keywords_8, t0.meta_keywords AS meta_keywords_9, t0.meta_description AS meta_description_10, t0.business_id AS business_id_11, t0.user_id AS user_id_12, t0.category_id AS category_id_13 FROM product t0 WHERE t0.category_id = 4628;
|
0.41 ms (9.55%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.id = 4621;
|