Query time 0.00138
JSON explain
{
"query_block": {
"select_id": 1,
"cost": 0.013212699,
"filesort": {
"sort_key": "cscart_banner_descriptions.banner",
"temporary_table": {
"nested_loop": [
{
"table": {
"table_name": "cscart_banners",
"access_type": "range",
"possible_keys": ["PRIMARY", "status"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["banner_id"],
"loops": 1,
"rows": 3,
"cost": 0.00436909,
"filtered": 100,
"attached_condition": "cscart_banners.banner_id in (21,24,25) and cscart_banners.`status` = 'A'"
}
},
{
"table": {
"table_name": "cscart_banner_descriptions",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "9",
"used_key_parts": ["banner_id", "lang_code"],
"ref": ["u985510652_ecartify_dev.cscart_banners.banner_id", "const"],
"loops": 3,
"rows": 1,
"cost": 0.00350252,
"filtered": 100,
"attached_condition": "trigcond(cscart_banner_descriptions.lang_code = 'en')"
}
},
{
"table": {
"table_name": "cscart_banner_images",
"access_type": "eq_ref",
"possible_keys": ["banner"],
"key": "banner",
"key_length": "9",
"used_key_parts": ["banner_id", "lang_code"],
"ref": ["u985510652_ecartify_dev.cscart_banners.banner_id", "const"],
"loops": 3,
"rows": 1,
"cost": 0.003442415,
"filtered": 100,
"attached_condition": "trigcond(cscart_banners.`type` <> 'G' or cscart_banner_images.banner_image_id is not null) and trigcond(cscart_banner_images.lang_code = 'en')",
"using_index": true
}
}
]
}
}
}
}
Result
| banner_id |
type |
target |
status |
timestamp |
banner |
description |
url |
banner_image_id |
| 21 |
T |
T |
A |
1744700400 |
store banner 1 |
<div class="store-banner-1">
<div class="content-area">
<div class="text">Boost conversions with</div>
<div class="text-2">AI-Powered <br>recommendations</div>
<a href="#">Try AI add ons</a>
</div>
<div class="right-img">
<img src="https://dev.ecartify.com/images/promo/8/store-banner-img-1.png">
</div>
</div> |
index.php?dispatch=pages.view&page_id=25 |
42 |
| 25 |
T |
T |
A |
1753772400 |
store banner 3 |
<div class="store-banner-3">
<div class="content-area">
<div class="text"><strong>From</strong> cart to customer <strong>-Simplified</strong> shipping logic</div>
<a href="#">Explore Shipping Addons</a>
</div>
<div class="right"><img src="https://dev.ecartify.com/images/promo/8/store-banner-3.png"></div>
</div> |
|
|
| 24 |
T |
T |
A |
1753772400 |
store-banner-2 |
<div class="store-banner-2">
<div class="content-area">
<div class="text"><strong>Smooth</strong> checkouts.<br><strong>Secure</strong> payments.<br><strong>Seamless</strong> growth.</div>
<a href="#">View Payment Extensions</a>
</div>
<div class="right-img">
<img src="https://dev.ecartify.com/images/promo/8/store-banner-2.png">
</div>
</div> |
|
|