Query time 0.00196
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "6.91"
},
"grouping_operation": {
"using_filesort": false,
"nested_loop": [
{
"table": {
"table_name": "products",
"access_type": "const",
"possible_keys": [
"PRIMARY",
"status",
"idx_company_id",
"idx_usergroup_ids"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.10",
"prefix_cost": "0.00",
"data_read_per_join": "4K"
},
"used_columns": [
"product_id",
"product_code",
"product_type",
"status",
"company_id",
"list_price",
"amount",
"weight",
"length",
"width",
"height",
"shipping_freight",
"low_avail_limit",
"timestamp",
"updated_timestamp",
"usergroup_ids",
"is_edp",
"edp_shipping",
"unlimited_download",
"tracking",
"free_shipping",
"zero_price_action",
"is_pbp",
"is_op",
"is_oper",
"is_returnable",
"return_period",
"avail_since",
"out_of_stock_actions",
"localization",
"min_qty",
"max_qty",
"qty_step",
"list_qty_count",
"tax_ids",
"age_verification",
"age_limit",
"options_type",
"exceptions_type",
"details_layout",
"shipping_params",
"weight_lbs",
"weight_oz",
"product_tax_code",
"deleted_at",
"archived_at",
"position"
]
}
},
{
"table": {
"table_name": "popularity",
"access_type": "const",
"possible_keys": [
"PRIMARY",
"total"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.10",
"prefix_cost": "0.00",
"data_read_per_join": "32"
},
"used_columns": [
"product_id",
"total"
]
}
},
{
"table": {
"table_name": "cd",
"access_type": "const",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id",
"lang_code"
],
"key_length": "10",
"ref": [
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.10",
"prefix_cost": "0.00",
"data_read_per_join": "1K"
},
"used_columns": [
"company_id",
"lang_code",
"terms"
]
}
},
{
"table": {
"table_name": "product_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": [
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.46",
"eval_cost": "0.10",
"prefix_cost": "0.56",
"data_read_per_join": "24"
},
"used_columns": [
"product_id",
"price",
"percentage_discount",
"lower_limit",
"usergroup_id"
],
"attached_condition": "<if>(is_not_null_compl(product_prices), ((`goimagine`.`product_prices`.`lower_limit` = 1) and (`goimagine`.`product_prices`.`usergroup_id` in (0,0,1))), true)"
}
},
{
"table": {
"table_name": "product_descriptions",
"access_type": "const",
"possible_keys": [
"PRIMARY",
"product_id"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id",
"lang_code"
],
"key_length": "11",
"ref": [
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.63",
"eval_cost": "0.10",
"prefix_cost": "1.29",
"data_read_per_join": "5K"
},
"used_columns": [
"product_id",
"lang_code",
"product",
"shortname",
"short_description",
"full_description",
"meta_keywords",
"meta_description",
"search_words",
"page_title",
"age_warning_message",
"promo_text",
"cls_stop_words",
"how_its_made",
"custom_header"
]
}
},
{
"table": {
"table_name": "company_descr",
"access_type": "const",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id",
"lang_code"
],
"key_length": "10",
"ref": [
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.86",
"eval_cost": "0.10",
"prefix_cost": "2.25",
"data_read_per_join": "1K"
},
"used_columns": [
"company_id",
"lang_code",
"i18n_company"
]
}
},
{
"table": {
"table_name": "companies",
"access_type": "const",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id"
],
"key_length": "4",
"ref": [
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.68",
"eval_cost": "0.10",
"prefix_cost": "3.03",
"data_read_per_join": "14K"
},
"used_columns": [
"company_id",
"status"
],
"attached_condition": "<if>(found_match(companies), ((`goimagine`.`companies`.`status` = 'A') or false), true)"
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "pt",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"const"
],
"rows_examined_per_scan": 5,
"rows_produced_per_join": 5,
"filtered": "100.00",
"cost_info": {
"read_cost": "1.25",
"eval_cost": "0.50",
"prefix_cost": "4.78",
"data_read_per_join": "80"
},
"used_columns": [
"product_id",
"category_id",
"link_type",
"category_position"
]
}
},
{
"table": {
"table_name": "categories",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"c_status",
"p_category_id"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"goimagine.products_categories.category_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 0,
"filtered": "5.00",
"cost_info": {
"read_cost": "1.25",
"eval_cost": "0.03",
"prefix_cost": "6.53",
"data_read_per_join": "670"
},
"used_columns": [
"category_id",
"usergroup_ids",
"status",
"storefront_id"
],
"attached_condition": "((`goimagine`.`categories`.`storefront_id` in (0,1)) and ((`goimagine`.`categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`goimagine`.`categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`goimagine`.`categories`.`usergroup_ids`))) and (`goimagine`.`categories`.`status` in ('A','H')))"
}
},
{
"table": {
"table_name": "seo_names",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"dispatch"
],
"key": "PRIMARY",
"used_key_parts": [
"object_id",
"type",
"dispatch",
"lang_code"
],
"key_length": "206",
"ref": [
"const",
"const",
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 0,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.22",
"eval_cost": "0.03",
"prefix_cost": "6.78",
"data_read_per_join": "434"
},
"used_columns": [
"name",
"object_id",
"type",
"dispatch",
"path",
"lang_code"
]
}
},
{
"table": {
"table_name": "company_descriptions",
"access_type": "const",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id",
"lang_code"
],
"key_length": "10",
"ref": [
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 0,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.04",
"eval_cost": "0.03",
"prefix_cost": "6.85",
"data_read_per_join": "444"
},
"used_columns": [
"company_id",
"lang_code",
"company_description"
]
}
},
{
"table": {
"table_name": "discussion",
"access_type": "const",
"possible_keys": [
"object_id"
],
"key": "object_id",
"used_key_parts": [
"object_id",
"object_type"
],
"key_length": "6",
"ref": [
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 0,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.04",
"eval_cost": "0.03",
"prefix_cost": "6.91",
"data_read_per_join": "6"
},
"used_columns": [
"object_id",
"object_type",
"type"
]
}
}
]
}
}
}
Result
| product_id |
product_code |
product_type |
status |
company_id |
list_price |
amount |
weight |
length |
width |
height |
shipping_freight |
low_avail_limit |
timestamp |
updated_timestamp |
usergroup_ids |
is_edp |
edp_shipping |
unlimited_download |
tracking |
free_shipping |
zero_price_action |
is_pbp |
is_op |
is_oper |
is_returnable |
return_period |
avail_since |
out_of_stock_actions |
localization |
min_qty |
max_qty |
qty_step |
list_qty_count |
tax_ids |
age_verification |
age_limit |
options_type |
exceptions_type |
details_layout |
shipping_params |
weight_lbs |
weight_oz |
product_tax_code |
deleted_at |
archived_at |
position |
lang_code |
product |
shortname |
short_description |
full_description |
meta_keywords |
meta_description |
search_words |
page_title |
age_warning_message |
promo_text |
cls_stop_words |
how_its_made |
custom_header |
price |
category_ids |
popularity |
company_name |
terms |
seo_name |
seo_path |
company_description |
discussion_type |
| 17451 |
Chickadee |
P |
A |
138 |
18.00 |
1 |
0.000 |
0 |
0 |
0 |
0.00 |
0 |
1588257790 |
1649077216 |
0 |
N |
N |
N |
B |
Y |
R |
N |
N |
N |
Y |
10 |
0 |
B |
|
0 |
0 |
0 |
0 |
|
N |
0 |
P |
F |
|
a:5:{s:16:"min_items_in_box";i:0;s:16:"max_items_in_box";i:0;s:10:"box_length";i:9;s:9:"box_width";i:6;s:10:"box_height";i:1;} |
0.000 |
0.000 |
|
|
|
2147483647 |
en |
Retro Headwrap |
|
<p>Hand Knit kerchief, bandana, head wrap in 100% lightweight wool</p> |
<p></p>
<p>This hand knit kerchief is great for the warmer months! It can be used as a hair wrap, a bandana or a headband! Knit in 100% light weight wool, it will not weigh you down but will not only keep your hair back but keep you looking super cute in the process!</p>
<p>It has a great lace and picot edging and I-cord ties knit all one in piece so nothing to come apart or fall off. It is also knit out of a great hand dyed yarn by a super talented independent dyer. </p>
<p>See photos for exact colors from Dyers website. </p>
<p>Care is hand wash and lay flat to dry.</p>
<p>Chickadee Blush by Round Mountain Fibers is adult sized<br>Measurements are :</p>
<p>17” unstretched w/out ties<br>34” unstretched w/ties<br>23” stretched w/out ties <br>47” stretched w/ties<br>7 & 1/4” deep to point unstretched <br>10” stretched(using hair pins to keep stretched while in place/wearing)</p>
<p><br>Knutty Knitter SC<br></p> |
|
|
Kerchief, Headband, Headwrap, Wrap, Bandana, Knit Wrap, Hair Wrap, Gift for Her, Gift for Women, Gift for Child, Doorag, Knutty Knitter SC, goimagine |
|
|
<p>Ready to ship within 3 business days of purchase. </p> |
|
|
|
12.00000000 |
85M,178,557,1812,555 |
4761 |
Knutty Knitter SC |
<p>Shipping on in stock items will be done within 3 business days of payment</p>
<p><br></p>
<p>RETURNS</p>
<p>I CAN NOT REFUND/ACCEPT RETURNS But I will do what I can to make sure that if you have a valid complaint, it is addressed and fixed as quickly as possible </p>
<p>I always do my best to represent my work in my photos and descriptions. often times, it is difficult to capture the true color of the yarn. When able, I provide a stock photo from the manufacturer so I do not accept returns based on color dislike when photos like that have been provided. </p>
<p>Please read DESCRIPTIONS CAREFULLY! I always provide measurements, length, width, height...</p>
<p>If you are unhappy with an item purchased, please do not hesitate to contact me, I will do everything in my power to fix the situation .</p>
<p>I DO NOT KNIT PRODUCTS THAT INVOLVE COPYWRITTEN MATERIAL OR TRADEMARK INFRINGEMENT ie Disney characters, major league sports, etc. But if you see a knit item in a TV show and would like me to replicate it (a hat from Gilmore Girls, a wrap from Highlander etc) that I am able to do to the best of my ability!</p>
<p><br></p>
<p>CUSTOM ORDERS ARE NON-REFUNDABLE</p>
<p>I AM NOT RESPONSIBLE FOR ANY SHIPPING DELAYS. YOU WILL BE PROVIDED A TRACKING NUMBER ONCE I SHIP YOUR PURCHASE BUT I HAVE NO CONTROL OVER HOW USPS HANDLES YOUR ITEM. If there is a problem, please contact me and I am always happy to do everything I possibly can to assist!</p>
<p><br></p> |
retro-headwrap |
3/85 |
<p>Hey y'all!!! Welcome to Knutty Knitter SC!!</p>
<p>My name is Jennifer, I’m originally from Central NY but moved here to Summerville, SC because I absolutely love the lifestyle and the people here! I’m Mama to a GIGANTOR 18yr old son whom I adore & have The Big Guy, who isn’t too bad & feeds my yarn addiction. <br></p>
<p>I will knit just about anything you can think of but my favorite items are things like shawls, blankets, baby sweaters…The idea that something I’ve created can be passed down in a family & treasured does my heart good!</p>
<p>I look forward to helping your ideas become a reality!</p>
<p>Have a blessed day!</p>
<p>Jennifer</p>
<p>Knutty Knitter SC</p> |
B |