{
"query_block": {
"select_id": 1,
"cost": 0.0024134,
"nested_loop": [
{
"table": {
"table_name": "b",
"access_type": "const",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "4",
"used_key_parts": ["block_id"],
"ref": ["const"],
"rows": 1,
"filtered": 100
}
},
{
"table": {
"table_name": "d",
"access_type": "const",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "10",
"used_key_parts": ["block_id", "lang_code"],
"ref": ["const", "const"],
"rows": 1,
"filtered": 100
}
},
{
"table": {
"table_name": "c",
"access_type": "ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "4",
"used_key_parts": ["block_id"],
"ref": ["const"],
"loops": 1,
"rows": 4,
"cost": 0.0024134,
"filtered": 100,
"attached_condition": "c.block_id <=> 208 and c.lang_code = 'fr' and (c.object_id = 188 and c.object_type like 'products' or c.object_id = 0 and c.object_type like '')"
}
}
]
}
}
| block_id | type | properties | company_id | storefront_id | lang_code | name | snapping_id | object_id | object_type | content |
|---|---|---|---|---|---|---|---|---|---|---|
| 208 | safe_smarty_block | a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} | 0 | 1 | fr | Ingredients | 0 | 0 | a:1:{s:7:"content";s:168:"{if $product.ingredients} <div class="ty-wysiwyg-content"> <h3>{__("ingredients")}</h3> <p>{$product.ingredients nofilter}</p> </div> {/if}";} |