Iteanye le rona
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-06-06 05:35:57 HTTP/2.0 GET : trade.313t.com/st/contact_us.html
- 运行时间 : 2.195990s [ 吞吐率:0.46req/s ] 内存消耗:5,928.37kb 文件加载:181
- 查询信息 : 138 queries 1 writes
- 缓存信息 : 18 reads,2 writes
- 配置加载 : 78
- 会话信息 : SESSION_ID=7t1oa8latjthv2vbejgallq4db
- [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000052s ]
- [ CACHE ] INIT File
- [ DB ] INIT mysql
- [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
- [ BEHAVIOR ] Run \addons\ldcms\Ldcms @app_init [ RunTime:1.963701s ]
- [ BEHAVIOR ] Run Closure @app_init [ RunTime:1.963727s ]
- [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000469s ]
- [ LANG ] /www/wwwroot/trade.313t.com/thinkphp/lang/zh-cn.php
- [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000017s ]
- [ ROUTE ] array (
'type' => 'method',
'method' =>
array (
0 => '\\think\\addons\\Route',
1 => 'execute',
),
'var' =>
array (
'addon' => 'ldcms',
'controller' => 'lists',
'action' => 'index',
'lg' => 'st',
),
)
- [ HEADER ] array (
'cookie' => 'PHPSESSID=7t1oa8latjthv2vbejgallq4db; server_name_session=f056f9268bfbed76a16db9c32124f492; backend_language=zh-cn',
'x-forwarded-proto' => 'https',
'cf-visitor' => '{"scheme":"https"}',
'cf-ipcountry' => 'US',
'cf-connecting-ip' => '216.73.216.237',
'cdn-loop' => 'cloudflare; loops=1',
'cf-ray' => 'a0724f612d4b962d-CMH',
'accept-encoding' => 'gzip, br',
'accept' => '*/*',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])',
'x-forwarded-for' => '216.73.216.237',
'host' => 'trade.313t.com',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
'category' => 'contact_us',
)
- [ RUN ] think\addons\Route->execute[ /www/wwwroot/trade.313t.com/vendor/karsonzhang/fastadmin-addons/src/addons/Route.php ]
- [ LANG ] /www/wwwroot/trade.313t.com/public/../application/common/lang/zh-cn/addon.php
- [ BEHAVIOR ] Run app\common\behavior\Common @addon_begin [ RunTime:0.000999s ]
- [ BEHAVIOR ] Run \addons\ldcms\Ldcms @config_init [ RunTime:0.000030s ]
- [ BEHAVIOR ] Run \addons\summernote\Summernote @config_init [ RunTime:0.000121s ]
- [ LANG ] /www/wwwroot/trade.313t.com/addons/ldcms/lang/st.php
- [ VIEW ] /www/wwwroot/trade.313t.com/template/en/detail_contact.html [ array (
0 => 'user',
1 => 'site',
2 => 'config',
3 => 'category',
4 => 'parentsid',
5 => 'childids',
6 => 'content',
7 => 'ld',
8 => 'addonconfig',
9 => 'topid',
) ]
- [ DB ] CONNECT:[ UseTime:0.000501s ] mysql:host=localhost;dbname=trade_313t_com;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `fa_ldcms_category` [ RunTime:0.000727s ]
- [ SQL ] SELECT `lang` FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `catcontent` ON `catcontent`.`category_id`=`category`.`id` WHERE `urlname` = 'contact_us' AND `lang` = 'st' LIMIT 1 [ RunTime:0.000418s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `fa_ldcms_langs` [ RunTime:0.000447s ]
- [ SQL ] SELECT `code`,`title`,`flags`,`sub_title`,`lgdir`,`status`,`is_default`,`domain` FROM `fa_ldcms_langs` WHERE `status` = 1 [ RunTime:0.000314s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'fa_ldcms_langs',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 121,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`catcontent`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `catcontent` ON `catcontent`.`category_id`=`category`.`id` WHERE `category`.`status` = 1 AND `catcontent`.`lang` = 'st' ORDER BY `sort` ASC,`id` DESC [ RunTime:0.001054s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `id`,`pid`,`name`,`mid` FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `content` ON `category`.`id`=`content`.`category_id` WHERE `category`.`status` = 1 AND `content`.`lang` = 'st' [ RunTime:0.001094s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `id`,`pid`,`name`,`mid` FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `content` ON `content`.`category_id`=`category`.`id` WHERE `content`.`lang` = 'st' AND `category`.`status` = 1 [ RunTime:0.000603s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `fa_ldcms_models` [ RunTime:0.001287s ]
- [ SQL ] SELECT `id`,`name`,`table_name` FROM `fa_ldcms_models` ORDER BY `id` DESC [ RunTime:0.000497s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'fa_ldcms_models',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 5,
'filtered' => 100.0,
'extra' => 'Using filesort',
) ]
- [ SQL ] SELECT * FROM `fa_ldcms_category` WHERE `id` = 11 LIMIT 1 [ RunTime:0.000399s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'fa_ldcms_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `fa_ldcms_document` [ RunTime:0.001020s ]
- [ SQL ] SELECT `document`.*,`doc`.*,catcontent.name cname,category.urlname curlname,category.type ctype FROM `fa_ldcms_document` `document` LEFT JOIN `fa_ldcms_category` `category` ON `category`.`id`=`document`.`cid` LEFT JOIN `fa_ldcms_category_content` `catcontent` ON `catcontent`.`category_id`=`document`.`cid` LEFT JOIN `fa_ldcms_document_content` `doc` ON `doc`.`document_id`=`document`.`id` WHERE ( `document`.`status` = 1 AND `document`.`show_time` <= 1780695359 AND `document`.`cid` = 11 AND `doc`.`lang` = 'st' ) AND `document`.`delete_time` IS NULL ORDER BY `sort` ASC,`id` DESC LIMIT 1 [ RunTime:0.001005s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'document',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY,id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 77,
'filtered' => 1.298701286315918,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] UPDATE `fa_ldcms_document` SET `visits`=`visits`+1 WHERE `id` = 1 [ RunTime:0.003539s ]
- [ SQL ] SHOW COLUMNS FROM `fa_ldcms_document_content` [ RunTime:0.001080s ]
- [ SQL ] SELECT * FROM `fa_ldcms_document_content` `content` LEFT JOIN `fa_ldcms_document_page` `extend` ON `extend`.`document_id`=`content`.`document_id` WHERE `content`.`document_id` = 1 AND `content`.`lang` = 'st' LIMIT 1 [ RunTime:0.000756s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'content',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '771',
'ref' => 'const,const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'st' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.001283s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'zh-cn' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000667s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'en' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000688s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'hi' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000621s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'es' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000395s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'fr' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000556s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ar' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000520s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'bn' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000303s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'pt-pt' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000361s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ru' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000297s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ur' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000280s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'id' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000292s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'de' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000689s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ja' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000446s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mr' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000322s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'te' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000294s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'tr' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000330s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ta' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000286s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'af' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000312s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'am' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000387s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'as' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000359s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'az' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000312s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ba' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000266s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'bg' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000249s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'bho' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000292s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'bo' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000483s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'brx' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000308s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'bs' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000314s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ca' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000328s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'cs' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000382s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'cy' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000323s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'da' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000275s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'doi' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000275s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'dsb' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000294s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'dv' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000253s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'el' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000263s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'et' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000276s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'eu' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000252s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'fa' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000268s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'fi' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000238s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'fil' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000243s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'fj' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000263s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'fo' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000283s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'fr-ca' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000251s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ga' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000510s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'gl' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000464s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'gom' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000408s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'gu' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000321s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ha' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000258s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'he' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000346s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'hne' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000308s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'hr' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000262s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'hsb' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000343s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ht' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000332s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'hu' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000385s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'hy' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000339s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ig' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000356s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ikt' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000545s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'is' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000711s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'it' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000455s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'iu' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000718s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'iu-latn' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000735s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ka' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000829s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'kk' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000714s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'km' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000793s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'kmr' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000701s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'kn' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000384s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ko' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000480s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ks' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000719s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ku' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000334s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ky' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000522s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ln' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000300s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'lo' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000303s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'lt' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000354s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'lv' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000318s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mai' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000567s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mg' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000710s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mi' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000720s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mk' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000539s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ml' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000815s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mn-cyrl' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000965s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mn-mong' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000512s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ms' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000547s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mt' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000479s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'mww' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000652s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'my' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000613s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'nb' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000586s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ne' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000661s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'nl' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000819s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'or' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000399s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'otq' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000424s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'pa' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000351s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'pl' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000552s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ps' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000570s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'pt' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000475s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ro' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000419s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'rw' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000403s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'sd' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000261s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'si' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000296s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'sk' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000221s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'sl' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000304s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'sn' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000215s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'so' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000203s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'sq' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000189s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'sr-latn' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000191s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'st' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000187s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'sv' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000242s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'sw' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000210s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'th' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000209s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ti' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000477s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'tk' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000344s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'tn' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000254s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'to' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000298s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'tt' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000287s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ty' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000279s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'ug' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000278s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'uk' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000238s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'uz' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000285s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'vi' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000226s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'xh' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000261s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'yo' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000215s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `category`.*,`cat`.* FROM `fa_ldcms_category` `category` LEFT JOIN `fa_ldcms_category_content` `cat` ON `cat`.`category_id`=`category`.`id` WHERE `cat`.`lang` = 'zu' AND `category`.`urlname` = 'contact_us' LIMIT 1 [ RunTime:0.000266s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `fa_ldcms_links` [ RunTime:0.000710s ]
- [ SQL ] SELECT * FROM `fa_ldcms_links` WHERE `type` = 'link' AND `status` = 1 AND `lang` = 'st' ORDER BY `sort` ASC,`id` DESC [ RunTime:0.000386s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'fa_ldcms_links',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 3,
'filtered' => 33.333335876464844,
'extra' => 'Using where; Using filesort',
) ]

2.204673s