Query time 0.00443
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "55.45"
},
"ordering_operation": {
"using_filesort": true,
"grouping_operation": {
"using_temporary_table": true,
"using_filesort": false,
"nested_loop": [
{
"table": {
"table_name": "companies",
"access_type": "ALL",
"possible_keys": [
"PRIMARY"
],
"rows_examined_per_scan": 10,
"rows_produced_per_join": 1,
"filtered": "10.00",
"cost_info": {
"read_cost": "1.46",
"eval_cost": "0.10",
"prefix_cost": "1.56",
"data_read_per_join": "6K"
},
"used_columns": [
"company_id",
"status",
"company"
],
"attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`companies`.`status` = 'A')"
}
},
{
"table": {
"table_name": "c_var",
"access_type": "ref",
"possible_keys": [
"variant_id",
"lang_code",
"product_id",
"idx_product_feature_variant_id"
],
"key": "variant_id",
"used_key_parts": [
"variant_id"
],
"key_length": "3",
"ref": [
"const"
],
"rows_examined_per_scan": 107,
"rows_produced_per_join": 34,
"filtered": "32.51",
"cost_info": {
"read_cost": "26.75",
"eval_cost": "3.48",
"prefix_cost": "39.01",
"data_read_per_join": "26K"
},
"used_columns": [
"product_id",
"variant_id",
"lang_code"
],
"attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`c_var`.`lang_code` = 'ar')"
}
},
{
"table": {
"table_name": "products",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"status",
"idx_parent_product_id"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.c_var.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "5.00",
"cost_info": {
"read_cost": "8.70",
"eval_cost": "0.17",
"prefix_cost": "51.19",
"data_read_per_join": "7K"
},
"used_columns": [
"product_id",
"product_type",
"status",
"company_id",
"amount",
"usergroup_ids",
"tracking",
"parent_product_id"
],
"attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`products`.`company_id` = `softwarepirmam_hewadelivard_cscart_4`.`companies`.`company_id`) and (`softwarepirmam_hewadelivard_cscart_4`.`products`.`parent_product_id` = 0) and ((`softwarepirmam_hewadelivard_cscart_4`.`products`.`amount` > 0) or (`softwarepirmam_hewadelivard_cscart_4`.`products`.`tracking` = 'D')) and ((`softwarepirmam_hewadelivard_cscart_4`.`products`.`usergroup_ids` = '') or (0 <> find_in_set(0,`softwarepirmam_hewadelivard_cscart_4`.`products`.`usergroup_ids`)) or (0 <> find_in_set(1,`softwarepirmam_hewadelivard_cscart_4`.`products`.`usergroup_ids`))) and (`softwarepirmam_hewadelivard_cscart_4`.`products`.`status` = 'A') and (`softwarepirmam_hewadelivard_cscart_4`.`products`.`product_type` <> 'D'))"
}
},
{
"table": {
"table_name": "prices",
"access_type": "ref",
"possible_keys": [
"usergroup",
"product_id",
"lower_limit",
"usergroup_id"
],
"key": "product_id",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.c_var.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "99.93",
"cost_info": {
"read_cost": "0.43",
"eval_cost": "0.17",
"prefix_cost": "51.80",
"data_read_per_join": "41"
},
"used_columns": [
"product_id",
"lower_limit",
"usergroup_id"
],
"attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`prices`.`lower_limit` = 1) and (`softwarepirmam_hewadelivard_cscart_4`.`prices`.`usergroup_id` in (0,0,1)))"
}
},
{
"table": {
"table_name": "popularity",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"total"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.c_var.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.43",
"eval_cost": "0.17",
"prefix_cost": "52.41",
"data_read_per_join": "55"
},
"used_columns": [
"product_id",
"total"
]
}
},
{
"table": {
"table_name": "descr1",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"product_id"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id",
"lang_code"
],
"key_length": "9",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.c_var.product_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.44",
"eval_cost": "0.17",
"prefix_cost": "53.02",
"data_read_per_join": "7K"
},
"used_columns": [
"product_id",
"lang_code",
"product"
]
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "pt",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.c_var.product_id"
],
"rows_examined_per_scan": 2,
"rows_produced_per_join": 3,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.87",
"eval_cost": "0.35",
"prefix_cost": "54.24",
"data_read_per_join": "55"
},
"used_columns": [
"product_id",
"category_id"
]
}
},
{
"table": {
"table_name": "cscart_categories",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"c_status",
"p_category_id"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.products_categories.category_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 0,
"filtered": "5.00",
"cost_info": {
"read_cost": "0.87",
"eval_cost": "0.02",
"prefix_cost": "55.46",
"data_read_per_join": "557"
},
"used_columns": [
"category_id",
"storefront_id",
"usergroup_ids",
"status"
],
"attached_condition": "(((`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`usergroup_ids`))) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`status` in ('A','H')) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`storefront_id` in (0,1)))"
}
}
]
}
}
}
}
Result
| product_id |
product |
company_name |
product_type |
parent_product_id |
| 6514 |
بيبي ليس 6715DE كومباكت برو 2400 مجفف شعر - 2400 واط، محرك AC، صناعة إيطالية، أيونيك، سيراميك، فوهتان نحيفتان للغاية، موزع هواء، أسود |
Delivard Store |
P |
0 |
| 6679 |
مملس الشعر بابيليس سموث فينش 230 | صفائح من التيتانيوم والسيراميك لتمليس فعّال | إعدادات حرارة قابلة للتعديل لتصفيف متنوع |
Delivard Store |
P |
0 |
| 6675 |
مجفف الشعر بابيليس تربو سموث - 2200 واط، مزود بموزع هواء كبير، وتقنية الأيونات للعناية الخالية من التجعد، مع 3 إعدادات للحرارة ودرجتين للسرعة |
Delivard Store |
P |
0 |
| 6472 |
مجموعة تصفيف الشعر الكاملة بيبي ليس Hair Styler Complete Styling Kit |
Delivard Store |
P |
0 |
| 6471 |
بيبي ليس ستايل سموث |
Delivard Store |
P |
0 |
| 6723 |
مكواة شعر بيبيليس ستريت آند كيرل برليانس |
Delivard Store |
P |
0 |
| 6801 |
مكواة شعر بيبي ليس ST396ALE آي برو 230 بالبخار للاستخدام على الشعر المبلل والجاف بدرجة حرارة 230 درجة مئوية، بصفائح من التيتانيوم والسيراميك مع مكواة صغيرة إضافية |
Delivard Store |
P |
0 |
| 6516 |
بيبي ليس DC موتور مجفف شعر، 2200 واط، 3 إعدادات حرارة و2 سرعة مع زر هواء بارد، بتقنية الأيونات لشعر خالٍ من التجعد، تصميم خفيف ومريح باللون الأسود مع موزّع هواء، D570SDE (أسود) |
Delivard Store |
P |
0 |
| 6794 |
مكواة شعر بيبي ليس 2 في 1 للاستخدام على الشعر المبلل والجاف بدرجة حرارة 235 درجة مئوية، بطبقة سيراميكية ماسية، بوظيفة مزدوجة للفرد والتجعيد |
Delivard Store |
P |
0 |
| 6719 |
مكواة شعر بيبيليس شيمر، تسخين سريع مع صفائح مطلية بالتورمالين والسيراميك، 6 إعدادات رقمية للحرارة من 140°م إلى 235°م، تحكم أيوني لمكافحة التجعد وإيقاف تشغيل تلقائي |
Delivard Store |
P |
0 |
| 6510 |
بيبي ليس برو جهاز تجعيد الشعر - BAB-C325SDE، أسود |
Delivard Store |
P |
0 |
| 6721 |
مكواة شعر بيبيليس ST397E سليك كنترول عريضة، صفائح عريضة مطلية بالتورمالين والسيراميك، أمشاط قابلة للإزالة للشعر الطويل والكثيف، 5 مستويات حرارة [140-235 درجة مئوية] |
Delivard Store |
P |
0 |
| 6474 |
مصفف الشعر بيبي ليس 1000 Air Styler |
Delivard Store |
P |
0 |
| 6803 |
مكواة شعر بيبي ليس انتنس بروتكت سيراميك الماسي، نحيفة 28 مم، للاستخدام على الشعر المبلل والجاف، بدرجة حرارة قصوى 235 درجة مئوية |
Delivard Store |
P |
0 |
| 6676 |
مجفف الشعر بابيليس DC بقدرة 2100 واط |
Delivard Store |
P |
0 |
| 6464 |
مجفف ومصفف الشعر بيبي ليس Air Style 1000 بفرشاة دوّارة |
Delivard Store |
P |
0 |
| 6463 |
فرشاة تصفيف الشعر بيبي ليس برو |
Delivard Store |
P |
0 |
| 6800 |
مكواة شعر بيبي ليس ST326E بروتكت سليم 28 مم بدرجة حرارة 235 درجة مئوية للاستخدام على الشعر المبلل والجاف |
Delivard Store |
P |
0 |
| 6734 |
مكواة شعر بيبيليس بدرجة حرارة تصل إلى 235°، بثلاث إعدادات رقمية للحرارة، وتسخين سريع، وصفائح عائمة مطلية بالسيراميك والتيتانيوم، متعددة الجهد، مع خاصية الإيقاف التلقائي |
Delivard Store |
P |
0 |
| 6720 |
مكواة شعر بيبيليس آي برو 230 بالبخار مع تقنية اللمعان لفرد مثالي |
Delivard Store |
P |
0 |
| 6787 |
مكواة شعر بيبي ليس بيري كراش 230، بدرجات حرارة قابلة للتعديل من 140 إلى 230 درجة مئوية، مناسبة لجميع أنواع الشعر، بسلك دوّار بطول 3 أمتار وصفائح طويلة لتصفيف سريع وناعم |
Delivard Store |
P |
0 |
| 6678 |
مجفف الشعر بابيليس مصنوع في إيطاليا | أداء بقدرة 2000 واط مع محرك عالي العزم | إعدادات سرعة قابلة للتعديل وخفيف الوزن وسهل الحمل | نتائج احترافية بجودة الصنع الإيطالية |
Delivard Store |
P |
0 |
| 6733 |
مكواة شعر بيبيليس ST598E بعرض 28 ملم، برونزية، بدرجة حرارة 235 مئوية، سيراميك، باللون الأسود |
Delivard Store |
P |
0 |
| 6677 |
مجفف الشعر بابيليس AC بقدرة 2000 واط مع فوهة تركيز نحيفة، ومحرك AC يمنح نتائج سريعة واحترافية، بثلاثة إعدادات للحرارة وسرعتين |
Delivard Store |
P |
0 |