Query time 0.00048
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "3.45"
},
"nested_loop": [
{
"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.00",
"eval_cost": "0.10",
"prefix_cost": "0.00",
"data_read_per_join": "7K"
},
"used_columns": [
"company_id",
"status",
"company",
"lang_code",
"address",
"city",
"state",
"country",
"zipcode",
"email",
"phone",
"url",
"storefront",
"secure_storefront",
"entry_page",
"redirect_customer",
"countries_list",
"timestamp",
"shippings",
"logos",
"request_user_id",
"request_account_name",
"request_account_data",
"tax_number",
"registered_from_storefront_id",
"plan_id",
"pre_moderation",
"pre_moderation_edit",
"pre_moderation_edit_vendors",
"suspend_date",
"grace_period_start",
"last_time_suspended",
"last_debt_notification_time",
"p24_merchant_id",
"p24_link",
"p24_config_data",
"ss_baselinker_api_allow",
"ss_deepl_api_allow",
"ss_shipx_vendor_point",
"paypal_commerce_platform_account_id",
"ref_code",
"stripe_connect_account_id",
"stripe_connect_account_type"
]
}
},
{
"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": 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",
"company_description",
"i18n_company",
"i18n_address",
"i18n_city",
"terms"
]
}
},
{
"table": {
"table_name": "cscart_vendor_plan_descriptions",
"access_type": "const",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"plan_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": "792"
},
"used_columns": [
"plan_id",
"lang_code",
"plan"
]
}
},
{
"table": {
"table_name": "cscart_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": 2,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.50",
"eval_cost": "0.20",
"prefix_cost": "0.70",
"data_read_per_join": "3K"
},
"used_columns": [
"name",
"object_id",
"type",
"dispatch",
"path",
"lang_code"
]
}
},
{
"table": {
"table_name": "cscart_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": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.25",
"eval_cost": "0.20",
"prefix_cost": "1.15",
"data_read_per_join": "48"
},
"used_columns": [
"thread_id",
"object_id",
"object_type"
]
}
},
{
"table": {
"table_name": "cscart_discussion_posts",
"access_type": "ref",
"possible_keys": [
"thread_id",
"thread_id_2"
],
"key": "thread_id",
"used_key_parts": [
"thread_id"
],
"key_length": "3",
"ref": [
"cscartdevel.cscart_discussion.thread_id"
],
"rows_examined_per_scan": 2,
"rows_produced_per_join": 4,
"filtered": "100.00",
"cost_info": {
"read_cost": "1.00",
"eval_cost": "0.40",
"prefix_cost": "2.55",
"data_read_per_join": "1K"
},
"used_columns": [
"post_id",
"thread_id",
"status"
],
"attached_condition": "<if>(is_not_null_compl(cscart_discussion_posts), (`cscartdevel`.`cscart_discussion_posts`.`status` = 'A'), true)"
}
},
{
"table": {
"table_name": "cscart_discussion_rating",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"thread_id"
],
"key": "PRIMARY",
"used_key_parts": [
"post_id"
],
"key_length": "3",
"ref": [
"cscartdevel.cscart_discussion_posts.post_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 4,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.50",
"eval_cost": "0.40",
"prefix_cost": "3.45",
"data_read_per_join": "64"
},
"used_columns": [
"rating_value",
"post_id",
"thread_id"
],
"attached_condition": "<if>(is_not_null_compl(cscart_discussion_rating), (`cscartdevel`.`cscart_discussion_rating`.`thread_id` = `cscartdevel`.`cscart_discussion`.`thread_id`), true)"
}
}
]
}
}
Result
company_id |
lang_code |
company_description |
i18n_company |
i18n_address |
i18n_city |
terms |
status |
company |
address |
city |
state |
country |
zipcode |
email |
phone |
url |
storefront |
secure_storefront |
entry_page |
redirect_customer |
countries_list |
timestamp |
shippings |
logos |
request_user_id |
request_account_name |
request_account_data |
tax_number |
registered_from_storefront_id |
plan_id |
pre_moderation |
pre_moderation_edit |
pre_moderation_edit_vendors |
suspend_date |
grace_period_start |
last_time_suspended |
last_debt_notification_time |
p24_merchant_id |
p24_link |
p24_config_data |
ss_baselinker_api_allow |
ss_deepl_api_allow |
ss_shipx_vendor_point |
paypal_commerce_platform_account_id |
ref_code |
stripe_connect_account_id |
stripe_connect_account_type |
plan |
seo_name |
seo_path |
average_rating |
company_thread_ids |
268 |
pl |
Nasza historia zaczęła się od prostego pragnienia: życia w zgodzie z naturą. Przez lata odkrywaliśmy, jak rośliny mogą wspierać ciało i umysł, pomagając w znalezieniu wewnętrznej równowagi. Ta fascynacja przerodziła się w prawdziwą pasję do aromaterapii – sztuki, która nie tylko poprawia samopoczucie, ale i wzbogaca życie. Na początku nie zdawaliśmy sobie sprawy, jak wiele pracy i poświęcenia wymaga pozyskiwanie czystych ekstraktów roślinnych. Każdy etap, od destylacji po testowanie, otworzył przed nami tajemnice natury, które teraz dzielimy z Tobą. Aromaholik to efekt naszej podróży i miłości do roślin, które teraz chcemy wnieść do Twojego domu. |
Aromaholik |
16 Fabryczna |
Wolsztyn |
|
A |
Aromaholik |
16 Fabryczna |
Wolsztyn |
|
|
|
jfinvestingzasoby@gmail.com |
+48500100971 |
|
|
|
none |
Y |
|
1753952492 |
|
|
0 |
|
a:4:{s:14:"company_fields";a:9:{i:55;s:1:"1";i:56;s:24:"J&F Investing Sp. z o.o.";i:37;s:5:"Filip";i:38;s:5:"Wacke";i:60;s:1:"Y";i:61;s:1:"Y";i:62;s:1:"Y";i:54;s:18:"@JFPracownik12345@";i:63;s:2:"70";}s:15:"admin_firstname";s:5:"Filip";s:14:"admin_lastname";s:5:"Wacke";s:6:"fields";a:0:{}} |
6222833376 |
1 |
2 |
N |
N |
N |
0 |
0 |
0 |
0 |
0 |
|
|
Y |
N |
|
|
|
acct_1Rqstt2Fteft7lkL |
S |
Standard |
jfinvesting |
|
|
268_0 |