**زمان پرس و جو: 0.29 ms** **حافظه پرس و جو: 0.003 MB حافظه قبل از پرس و جوی: 2.663 MB**
DELETE
FROM `jm3_session`
WHERE `time` < '1745912445'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_session | range | time | time | 59 | NULL | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:818 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**زمان پرس و جو: 0.41 ms** **پس از آخرین پرس و جو: 0.27 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 2.678 MB** **سطرهای بازگشتی: 0**
SELECT `data`
FROM `jm3_session`
WHERE `session_id` = 'b41d2174bfcd292f3db5b4cd8d5dc5c8'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | **به نظر می رسد خط زیر فراخونده شده باشد.** |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:82 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:648 |
9 | JSession->_start() | JROOT/libraries/joomla/session/session.php:608 |
8 | JSession->start() | JROOT/libraries/joomla/session/session.php:486 |
7 | JSession->get() | JROOT/libraries/joomla/session/session.php:443 |
6 | JSession->isNew() | JROOT/libraries/cms/application/cms.php:825 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**زمان پرس و جو: 0.16 ms** **پس از آخرین پرس و جو: 0.92 ms** **حافظه پرس و جو: 0.004 MB حافظه قبل از پرس و جوی: 2.758 MB** **سطرهای بازگشتی: 0**
SELECT `session_id`
FROM `jm3_session`
WHERE `session_id` = 'b41d2174bfcd292f3db5b4cd8d5dc5c8'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:827 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**زمان پرس و جو: 0.18 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.003 MB حافظه قبل از پرس و جوی: 2.762 MB**
INSERT INTO `jm3_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('b41d2174bfcd292f3db5b4cd8d5dc5c8', 1, '1745942445', 0, '', 0)
**توضیحات در جستجو ممکن نیست: INSERT INTO `jm3_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('b41d2174bfcd292f3db5b4cd8d5dc5c8', 1, '1745942445', 0, '', 0)**
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:216 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:827 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**زمان پرس و جو: 0.38 ms** **پس از آخرین پرس و جو: 1.93 ms** **حافظه پرس و جو: 0.005 MB حافظه قبل از پرس و جوی: 2.994 MB** **سطرهای بازگشتی: 47**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jm3_extensions`
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_extensions | ref | extension | extension | 82 | const | 38 | 100.00 | Using index condition |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:452 |
8 | JComponentHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:460 |
6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:111 |
4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:593 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 2.22 ms** **حافظه پرس و جو: 0.005 MB حافظه قبل از پرس و جوی: 3.182 MB** **سطرهای بازگشتی: 2**
SELECT b.id
FROM jm3_usergroups AS a
LEFT JOIN jm3_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:978 |
9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:1047 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.53 ms** **حافظه پرس و جو: 0.005 MB حافظه قبل از پرس و جوی: 3.227 MB** **سطرهای بازگشتی: 5**
SELECT id, rules
FROM `jm3_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_viewlevels | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 5 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1064 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.57 ms** **پس از آخرین پرس و جو: 0.07 ms** **حافظه پرس و جو: 0.005 MB حافظه قبل از پرس و جوی: 3.254 MB** **سطرهای بازگشتی: 104**
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM jm3_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_extensions | ALL | extension | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 278 | 58.99 | Using where; **با استفاده از مرتب سازی فایل** |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:311 |
8 | JPluginHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/plugin/helper.php:316 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.78 ms** **پس از آخرین پرس و جو: 26.92 ms** **حافظه پرس و جو: 0.005 MB حافظه قبل از پرس و جوی: 5.736 MB** **سطرهای بازگشتی: 227**
SHOW TABLES
**توضیحات در جستجو ممکن نیست: SHOW TABLES**
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jdownloads/jdownloads.php:78 |
8 | plgSystemjdownloads->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:683 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.16 ms** **حافظه پرس و جو: 0.005 MB حافظه قبل از پرس و جوی: 5.766 MB** **سطرهای بازگشتی: 0**
SELECT file_id
from jm3_jdownloads_files
WHERE published = 1
AND use_timeframe = 1
AND publish_to != '0000-00-00 00:00:00'
AND publish_to <= '2025-04-29 20:30:45'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_jdownloads_files | ref | idx_published | idx_published | 1 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jdownloads/jdownloads.php:106 |
8 | plgSystemjdownloads->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:683 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.005 MB حافظه قبل از پرس و جوی: 5.771 MB** **سطرهای بازگشتی: 0**
SELECT file_id
from jm3_jdownloads_files
WHERE published = 0
AND use_timeframe = 1
AND publish_from != '0000-00-00 00:00:00'
AND publish_from <= '2025-04-29 20:30:45'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_jdownloads_files | ref | idx_published | idx_published | 1 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jdownloads/jdownloads.php:114 |
8 | plgSystemjdownloads->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:683 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 1.85 ms** **پس از آخرین پرس و جو: 2.96 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 6.065 MB** **سطرهای بازگشتی: 234**
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM jm3_menu AS m
LEFT JOIN jm3_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 245 | 70.61 | Using index condition; Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.m.component_id | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
16 | JMenuSite->{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
15 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:443 |
10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:59 |
8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:198 |
7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:548 |
6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:402 |
5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1141 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 18.11 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 8.501 MB** **سطرهای بازگشتی: 1**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jm3_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using index condition |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
17 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
16 | JLibraryHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
15 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |
14 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |
13 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |
12 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |
11 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
10 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
9 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:40 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.45 ms** **پس از آخرین پرس و جو: 0.09 ms** **حافظه پرس و جو: 0.006 MB حافظه قبل از پرس و جوی: 8.494 MB**
UPDATE `jm3_extensions`
SET `params` = '{\"mediaversion\":\"866d2b0a67458926cfdc4e11824beda4\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_extensions | range | element_clientid,element_folder_clientid,extension | extension | 484 | NULL | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:116 |
13 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |
12 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |
11 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
10 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
9 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:40 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.43 ms** **پس از آخرین پرس و جو: 2.39 ms** **حافظه پرس و جو: 0.006 MB حافظه قبل از پرس و جوی: 8.794 MB** **سطرهای بازگشتی: 2**
SELECT *
FROM jm3_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_languages | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 2 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 |
12 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 |
11 | JApplicationSite->getParams() | JROOT/components/com_k2/helpers/utilities.php:305 |
10 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:56 |
9 | K2HelperHTML::loadjQuery() | JROOT/plugins/system/k2/k2.php:45 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 1.15 ms** **پس از آخرین پرس و جو: 1.72 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 8.980 MB** **سطرهای بازگشتی: 7**
SELECT id, home, template, s.params
FROM jm3_template_styles as s
LEFT JOIN jm3_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 6 | 100.00 | Using index condition; Using where |
1 | SIMPLE | s | ref | idx_template | idx_template | 202 | tajhizaf_maindb.e.element | 2 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |
17 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:359 |
16 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:706 |
15 | JHtml::script() | JROOT/libraries/cms/html/html.php:233 |
14 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
13 | JHtml::_() | JROOT/libraries/cms/html/jquery.php:52 |
12 | JHtmlJquery::framework() | JROOT/libraries/cms/html/html.php:233 |
11 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
10 | JHtml::_() | JROOT/administrator/components/com_k2/helpers/html.php:79 |
9 | K2HelperHTML::loadjQuery() | JROOT/plugins/system/k2/k2.php:45 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.71 ms** **پس از آخرین پرس و جو: 3.26 ms** **حافظه پرس و جو: 0.006 MB حافظه قبل از پرس و جوی: 9.031 MB** **سطرهای بازگشتی: 227**
SHOW TABLES
**توضیحات در جستجو ممکن نیست: SHOW TABLES**
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jdownloads/jdownloads.php:353 |
8 | plgSystemjdownloads->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.58 ms** **پس از آخرین پرس و جو: 1.46 ms** **حافظه پرس و جو: 0.006 MB حافظه قبل از پرس و جوی: 9.090 MB** **سطرهای بازگشتی: 47**
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jm3_assets`
WHERE `name` IN ('com_acymailing','com_admin','com_advancedmodules','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_creativecontactform','com_easyfrontendseo','com_fields','com_finder','com_installer','com_jdownloads','com_joomlaupdate','com_k2','com_k2additionalcategories','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_rsfiles','com_rsform','com_search','com_sigpro','com_sppagebuilder','com_spsimpleportfolio','com_tags','com_tcpdf','com_templates','com_users','com_virtuemart','com_virtuemart_allinone','com_wrapper') OR `parent_id` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_assets | index_merge | idx_asset_name,idx_parent_id | idx_asset_name,idx_parent_id | 202,4 | NULL | 48 | 100.00 | Using sort_union(idx_asset_name,idx_parent_id); Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
11 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
10 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
9 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
8 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.38 ms** **پس از آخرین پرس و جو: 9.20 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 10.070 MB** **سطرهای بازگشتی: 219**
SELECT id
FROM jm3_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | category,published,access,trash | category | 8 | NULL | 209 | 100.00 | Using where; Using index |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
13 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/helpers/permissions.php:274 |
12 | K2HelperPermissions::canAddItem() | JROOT/components/com_k2/views/itemlist/view.html.php:29 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.53 ms** **پس از آخرین پرس و جو: 0.64 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 10.110 MB** **سطرهای بازگشتی: 14**
SHOW FULL COLUMNS
FROM `jm3_k2_categories`
**توضیحات در جستجو ممکن نیست: SHOW FULL COLUMNS FROM `jm3_k2_categories`**
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
15 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
14 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2category.php:36 |
13 | TableK2Category->__construct() | JROOT/libraries/joomla/table/table.php:311 |
12 | JTable::getInstance() | JROOT/components/com_k2/views/itemlist/view.html.php:41 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.64 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 10.150 MB** **سطرهای بازگشتی: 1**
SELECT *
FROM jm3_k2_categories
WHERE id = '55'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
13 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:67 |
12 | TableK2Category->load() | JROOT/components/com_k2/views/itemlist/view.html.php:42 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.26 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 10.180 MB** **سطرهای بازگشتی: 1**
SELECT *
FROM jm3_k2_categories
WHERE id = '10'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
13 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:67 |
12 | TableK2Category->load() | JROOT/components/com_k2/views/itemlist/view.html.php:116 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.46 ms** **پس از آخرین پرس و جو: 7.61 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 10.784 MB** **سطرهای بازگشتی: 0**
SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state
FROM jm3_fields AS a
LEFT JOIN `jm3_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jm3_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jm3_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jm3_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jm3_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_k2.category'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | tajhizaf_maindb.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.checked_out | 1 | 100.00 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.group_id | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
18 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:327 |
17 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
16 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_k2/views/itemlist/view.html.php:137 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 3.83 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.148 MB** **سطرهای بازگشتی: 6**
SELECT *
FROM jm3_k2_categories
WHERE parent=55
AND published=1
AND trash=0
AND access IN(1,1,5)
ORDER BY id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,access,trash | parent | 5 | const | 6 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:754 |
12 | K2ModelItemlist->getCategoryFirstChildren() | JROOT/components/com_k2/views/itemlist/view.html.php:173 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.40 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.209 MB** **سطرهای بازگشتی: 10**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (56)
AND id NOT IN (56)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | PRIMARY,category,parent,published,access,trash | parent | 5 | const | 10 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.217 MB** **سطرهای بازگشتی: 0**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (57,106,107,108,109,110,111,112,113,114)
AND id NOT IN (57,106,107,108,109,110,111,112,113,114)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | PRIMARY,category,parent,published,access,trash | parent | 5 | NULL | 10 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.224 MB** **سطرهای بازگشتی: 1**
SELECT COUNT(*)
FROM jm3_k2_items
WHERE catid IN (56,57,106,107,108,109,110,111,112,113,114)
AND published=1
AND trash=0
AND access IN(1,1,5)
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-04-29 16:00:45' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-04-29 16:00:45' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | range | item,catid | catid | 4 | NULL | 13 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/itemlist.php:796 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.65 ms** **پس از آخرین پرس و جو: 0.54 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.243 MB** **سطرهای بازگشتی: 219**
SELECT id, name, parent
FROM jm3_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1,5)
ORDER BY parent
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,published,access,trash | category | 2 | const | 209 | 100.00 | Using index condition; Using where; **با استفاده از مرتب سازی فایل** |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:1245 |
14 | K2ModelItemlist->getCategoriesTree() | JROOT/components/com_k2/helpers/route.php:314 |
13 | K2HelperRoute::_findItem() | JROOT/components/com_k2/helpers/route.php:58 |
12 | K2HelperRoute::getCategoryRoute() | JROOT/components/com_k2/views/itemlist/view.html.php:184 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 3.15 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.394 MB** **سطرهای بازگشتی: 2**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (115)
AND id NOT IN (115)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | PRIMARY,category,parent,published,access,trash | parent | 5 | const | 2 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.401 MB** **سطرهای بازگشتی: 0**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (116,117)
AND id NOT IN (116,117)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | PRIMARY,category,parent,published,access,trash | parent | 5 | NULL | 2 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.408 MB** **سطرهای بازگشتی: 1**
SELECT COUNT(*)
FROM jm3_k2_items
WHERE catid IN (115,116,117)
AND published=1
AND trash=0
AND access IN(1,1,5)
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-04-29 16:00:45' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-04-29 16:00:45' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | range | item,catid | catid | 4 | NULL | 3 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/itemlist.php:796 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.38 ms** **پس از آخرین پرس و جو: 0.37 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.416 MB** **سطرهای بازگشتی: 3**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (118)
AND id NOT IN (118)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | PRIMARY,category,parent,published,access,trash | parent | 5 | const | 3 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 11.430 MB** **سطرهای بازگشتی: 0**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (119,120,121)
AND id NOT IN (119,120,121)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | PRIMARY,category,parent,published,access,trash | parent | 5 | NULL | 3 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.438 MB** **سطرهای بازگشتی: 1**
SELECT COUNT(*)
FROM jm3_k2_items
WHERE catid IN (118,119,120,121)
AND published=1
AND trash=0
AND access IN(1,1,5)
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-04-29 16:00:45' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-04-29 16:00:45' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | range | item,catid | catid | 4 | NULL | 4 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/itemlist.php:796 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.35 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.446 MB** **سطرهای بازگشتی: 9**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (122)
AND id NOT IN (122)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | PRIMARY,category,parent,published,access,trash | parent | 5 | const | 9 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.454 MB** **سطرهای بازگشتی: 0**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (123,124,125,126,127,128,129,130,131)
AND id NOT IN (123,124,125,126,127,128,129,130,131)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | PRIMARY,category,parent,published,access,trash | parent | 5 | NULL | 9 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.461 MB** **سطرهای بازگشتی: 1**
SELECT COUNT(*)
FROM jm3_k2_items
WHERE catid IN (122,123,124,125,126,127,128,129,130,131)
AND published=1
AND trash=0
AND access IN(1,1,5)
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-04-29 16:00:45' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-04-29 16:00:45' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | range | item,catid | catid | 4 | NULL | 10 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/itemlist.php:796 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 0.38 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.469 MB** **سطرهای بازگشتی: 6**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (132)
AND id NOT IN (132)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | PRIMARY,category,parent,published,access,trash | parent | 5 | const | 6 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.476 MB** **سطرهای بازگشتی: 0**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (133,134,135,136,137,138)
AND id NOT IN (133,134,135,136,137,138)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | PRIMARY,category,parent,published,access,trash | parent | 5 | NULL | 6 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.483 MB** **سطرهای بازگشتی: 1**
SELECT COUNT(*)
FROM jm3_k2_items
WHERE catid IN (132,133,134,135,136,137,138)
AND published=1
AND trash=0
AND access IN(1,1,5)
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-04-29 16:00:45' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-04-29 16:00:45' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | range | item,catid | catid | 4 | NULL | 7 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/itemlist.php:796 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.36 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.491 MB** **سطرهای بازگشتی: 6**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (139)
AND id NOT IN (139)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | PRIMARY,category,parent,published,access,trash | parent | 5 | const | 6 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.498 MB** **سطرهای بازگشتی: 0**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (140,141,142,143,144,145)
AND id NOT IN (140,141,142,143,144,145)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | PRIMARY,category,parent,published,access,trash | parent | 5 | NULL | 6 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:777 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.505 MB** **سطرهای بازگشتی: 1**
SELECT COUNT(*)
FROM jm3_k2_items
WHERE catid IN (139,140,141,142,143,144,145)
AND published=1
AND trash=0
AND access IN(1,1,5)
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-04-29 16:00:45' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-04-29 16:00:45' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | range | item,catid | catid | 4 | NULL | 7 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/itemlist.php:796 |
12 | K2ModelItemlist->countCategoryItems() | JROOT/components/com_k2/views/itemlist/view.html.php:180 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.83 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.598 MB** **سطرهای بازگشتی: 6**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (55)
AND id NOT IN (55)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | PRIMARY,category,parent,published,access,trash | parent | 5 | const | 6 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:122 |
12 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.606 MB** **سطرهای بازگشتی: 36**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (56,115,118,122,132,139)
AND id NOT IN (56,115,118,122,132,139)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | PRIMARY,category,parent,published,access,trash | parent | 5 | NULL | 36 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:122 |
12 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.619 MB** **سطرهای بازگشتی: 0**
SELECT id
FROM jm3_k2_categories
WHERE parent IN (57,106,107,108,109,110,111,112,113,114,116,117,119,120,121,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,140,141,142,143,144,145)
AND id NOT IN (57,106,107,108,109,110,111,112,113,114,116,117,119,120,121,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,140,141,142,143,144,145)
AND published=1
AND trash=0
AND access IN(1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | range | PRIMARY,category,parent,published,access,trash | parent | 5 | NULL | 36 | 100.00 | Using index condition; Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:648 |
13 | K2ModelItemlist->getCategoryTree() | JROOT/components/com_k2/models/itemlist.php:122 |
12 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 311.53 ms** **پس از آخرین پرس و جو: 0.12 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.623 MB** **سطرهای بازگشتی: 4**
SELECT DISTINCT i.`id`,i.*, c.name as categoryname,c.id as categoryid, c.alias as categoryalias, c.params as categoryparams
FROM jm3_k2_items as i RIGHT JOIN jm3_k2_categories AS c
ON c.id = i.catid
LEFT JOIN jm3_k2_additional_categories AS ca
ON ca.`itemID` = i.`id`
WHERE i.published = 1
AND i.access IN(1,1,5)
AND i.trash = 0
AND c.published = 1
AND c.access IN(1,1,5)
AND c.trash = 0
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-04-29 16:00:45' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-04-29 16:00:45' )
AND (c.id IN (55,56,115,118,122,132,139,57,106,107,108,109,110,111,112,113,114,116,117,119,120,121,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,140,141,142,143,144,145) OR ca.`catid` IN (55,56,115,118,122,132,139,57,106,107,108,109,110,111,112,113,114,116,117,119,120,121,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,140,141,142,143,144,145))
ORDER BY i.id DESC
LIMIT 0, 4
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | i | ref | item,catid | item | 2 | const | 420 | 100.00 | Using index condition; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | c | eq_ref | PRIMARY,category,published,access,trash | PRIMARY | 4 | tajhizaf_maindb.i.catid | 1 | 100.00 | Using where |
1 | SIMPLE | ca | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:360 |
12 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:387 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 97.83 ms** **پس از آخرین پرس و جو: 1.21 ms** **حافظه پرس و جو: 0.007 MB حافظه قبل از پرس و جوی: 11.671 MB** **سطرهای بازگشتی: 1**
SELECT COUNT(DISTINCT i.`id`)
FROM jm3_k2_items as i RIGHT JOIN jm3_k2_categories c
ON c.id = i.catid
LEFT JOIN jm3_k2_additional_categories AS ca
ON ca.`itemID` = i.`id`
WHERE i.published = 1
AND i.access IN(1,1,5)
AND i.trash = 0
AND c.published = 1
AND c.access IN(1,1,5)
AND c.trash = 0
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-04-29 16:00:45' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-04-29 16:00:45' )
AND (c.id IN (55,56,115,118,122,132,139,57,106,107,108,109,110,111,112,113,114,116,117,119,120,121,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,140,141,142,143,144,145) OR ca.`catid` IN (55,56,115,118,122,132,139,57,106,107,108,109,110,111,112,113,114,116,117,119,120,121,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,140,141,142,143,144,145))
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | i | ref | item,catid | item | 2 | const | 420 | 100.00 | Using index condition |
1 | SIMPLE | c | eq_ref | PRIMARY,category,published,access,trash | PRIMARY | 4 | tajhizaf_maindb.i.catid | 1 | 100.00 | Using where |
1 | SIMPLE | ca | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/itemlist.php:598 |
12 | K2ModelItemlist->getTotal() | JROOT/components/com_k2/views/itemlist/view.html.php:415 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 1.37 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 11.755 MB** **سطرهای بازگشتی: 1**
SELECT *
FROM jm3_k2_categories
WHERE id = '46'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
16 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:67 |
15 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 1.43 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 11.826 MB** **سطرهای بازگشتی: 1**
SELECT tag.*
FROM jm3_k2_tags AS tag
JOIN jm3_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 286
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | 100.00 | Using where |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | tajhizaf_maindb.xref.tagID | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1403 |
15 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.61 ms** **پس از آخرین پرس و جو: 1.66 ms** **حافظه پرس و جو: 0.011 MB حافظه قبل از پرس و جوی: 11.899 MB** **سطرهای بازگشتی: 16**
SHOW FULL COLUMNS
FROM `jm3_users`
**توضیحات در جستجو ممکن نیست: SHOW FULL COLUMNS FROM `jm3_users`**
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
23 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
22 | JTable->__construct() | JROOT/libraries/joomla/table/user.php:39 |
21 | JTableUser->__construct() | JROOT/libraries/joomla/table/table.php:311 |
20 | JTable::getInstance() | JROOT/libraries/joomla/user/user.php:598 |
19 | JUser::getTable() | JROOT/libraries/joomla/user/user.php:875 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.10 ms** **حافظه پرس و جو: 0.010 MB حافظه قبل از پرس و جوی: 11.943 MB** **سطرهای بازگشتی: 1**
SELECT *
FROM `jm3_users`
WHERE `id` = 823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_users | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:878 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 3.10 ms** **حافظه پرس و جو: 0.010 MB حافظه قبل از پرس و جوی: 12.696 MB** **سطرهای بازگشتی: 1**
SELECT `g`.`id`,`g`.`title`
FROM `jm3_usergroups` AS g
INNER JOIN `jm3_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.m.group_id | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:878 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:248 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 1.60 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 12.817 MB** **سطرهای بازگشتی: 0**
SELECT id, gender, description, image, url, `
group`, plugins
FROM jm3_k2_users
WHERE userID=823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1874 |
15 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:251 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.17 ms** **پس از آخرین پرس و جو: 0.15 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 12.826 MB** **سطرهای بازگشتی: 0**
SELECT id, gender, description, image, url, `
group`, plugins
FROM jm3_k2_users
WHERE userID=823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1874 |
16 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:55 |
15 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:252 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.74 ms** **پس از آخرین پرس و جو: 4.52 ms** **حافظه پرس و جو: 0.010 MB حافظه قبل از پرس و جوی: 12.943 MB** **سطرهای بازگشتی: 0**
SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state
FROM jm3_fields AS a
LEFT JOIN `jm3_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jm3_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jm3_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jm3_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jm3_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jm3_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_k2.itemlist'
AND (fc.category_id IS NULL OR fc.category_id IN (46,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
GROUP BY a.id, l.title, l.image, uc.name, ag.title, ua.name, g.title, g.access, g.state
ORDER BY a.ordering DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | tajhizaf_maindb.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.checked_out | 1 | 100.00 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.group_id | 1 | 100.00 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.a.id | 1 | 100.00 | Using where; Using index |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
19 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:327 |
18 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
17 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
16 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
15 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:741 |
12 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:473 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 1.06 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.025 MB** **سطرهای بازگشتی: 1**
SELECT tag.*
FROM jm3_k2_tags AS tag
JOIN jm3_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 285
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | 100.00 | Using where |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | tajhizaf_maindb.xref.tagID | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1403 |
15 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 0.64 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.036 MB** **سطرهای بازگشتی: 0**
SELECT id, gender, description, image, url, `
group`, plugins
FROM jm3_k2_users
WHERE userID=823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1874 |
15 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:251 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.17 ms** **پس از آخرین پرس و جو: 0.18 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.044 MB** **سطرهای بازگشتی: 0**
SELECT id, gender, description, image, url, `
group`, plugins
FROM jm3_k2_users
WHERE userID=823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1874 |
16 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:55 |
15 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:252 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 2.59 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.084 MB** **سطرهای بازگشتی: 1**
SELECT tag.*
FROM jm3_k2_tags AS tag
JOIN jm3_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 284
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | 100.00 | Using where |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | tajhizaf_maindb.xref.tagID | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1403 |
15 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.19 ms** **پس از آخرین پرس و جو: 0.63 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.095 MB** **سطرهای بازگشتی: 0**
SELECT id, gender, description, image, url, `
group`, plugins
FROM jm3_k2_users
WHERE userID=823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1874 |
15 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:251 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.19 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.103 MB** **سطرهای بازگشتی: 0**
SELECT id, gender, description, image, url, `
group`, plugins
FROM jm3_k2_users
WHERE userID=823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1874 |
16 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:55 |
15 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:252 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 2.49 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.144 MB** **سطرهای بازگشتی: 1**
SELECT tag.*
FROM jm3_k2_tags AS tag
JOIN jm3_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 283
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | 100.00 | Using where |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | tajhizaf_maindb.xref.tagID | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1403 |
15 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.18 ms** **پس از آخرین پرس و جو: 0.62 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.155 MB** **سطرهای بازگشتی: 0**
SELECT id, gender, description, image, url, `
group`, plugins
FROM jm3_k2_users
WHERE userID=823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1874 |
15 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:251 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.17 ms** **پس از آخرین پرس و جو: 0.17 ms** **حافظه پرس و جو: 0.014 MB حافظه قبل از پرس و جوی: 13.172 MB** **سطرهای بازگشتی: 0**
SELECT id, gender, description, image, url, `
group`, plugins
FROM jm3_k2_users
WHERE userID=823
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1874 |
16 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:55 |
15 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:252 |
14 | K2ModelItem->prepareItem() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
13 | JCacheControllerCallback->get() | JROOT/libraries/joomla/cache/controller/callback.php:41 |
12 | JCacheControllerCallback->call() | JROOT/components/com_k2/views/itemlist/view.html.php:462 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 2.44 ms** **پس از آخرین پرس و جو: 4.05 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.345 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#67select distinct jm3_k2_items.*, jm3_k2_categories.id as k2_cat_id, jm3_k2_categories.name as k2_cat_name, jm3_k2_categories.alias as k2_cat_alias
from jm3_k2_items
left join jm3_k2_additional_categories
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
left join jm3_k2_categories
on jm3_k2_additional_categories.catid = jm3_k2_categories.id
where jm3_k2_items.catid = 43
AND (select id
from jm3_k2_additional_categories
where catid = 55
and itemID = jm3_k2_items.id) > 0
group by jm3_k2_items.id
order by jm3_k2_items.id
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | jm3_k2_items | ref | catid | catid | 4 | const | 3 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | PRIMARY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | jm3_k2_categories | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.catid | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:267 |
15 | getBrandOtherData() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:31 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 2.31 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.353 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#66select distinct jm3_k2_items.*, jm3_k2_categories.id as k2_cat_id, jm3_k2_categories.name as k2_cat_name, jm3_k2_categories.alias as k2_cat_alias
from jm3_k2_items
left join jm3_k2_additional_categories
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
left join jm3_k2_categories
on jm3_k2_additional_categories.catid = jm3_k2_categories.id
where jm3_k2_items.catid = 43
AND (select id
from jm3_k2_additional_categories
where catid = 55
and itemID = jm3_k2_items.id) > 0
group by jm3_k2_items.id
order by jm3_k2_items.id
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | jm3_k2_items | ref | catid | catid | 4 | const | 3 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | PRIMARY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | jm3_k2_categories | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.catid | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:268 |
15 | getBrandOtherData() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:31 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.67 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.361 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#69select *
from jm3_k2_categories
where name = 'گواهینامه'
order by id desc
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:186 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:36 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.44 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.369 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#68select *
from jm3_k2_categories
where name = 'گواهینامه'
order by id desc
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:187 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:36 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.59 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.378 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#71select distinct jm3_k2_items.*, jm3_k2_categories.id as k2_cat_id, jm3_k2_categories.name as k2_cat_name, jm3_k2_categories.alias as k2_cat_alias
from jm3_k2_items
left join jm3_k2_additional_categories
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
left join jm3_k2_categories
on jm3_k2_additional_categories.catid = jm3_k2_categories.id
where jm3_k2_items.catid = 0
AND (select id
from jm3_k2_additional_categories
where catid = 55
and itemID = jm3_k2_items.id) > 0
group by jm3_k2_items.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | PRIMARY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | jm3_k2_categories | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.catid | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:202 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:36 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.60 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.386 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#70select distinct jm3_k2_items.*, jm3_k2_categories.id as k2_cat_id, jm3_k2_categories.name as k2_cat_name, jm3_k2_categories.alias as k2_cat_alias
from jm3_k2_items
left join jm3_k2_additional_categories
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
left join jm3_k2_categories
on jm3_k2_additional_categories.catid = jm3_k2_categories.id
where jm3_k2_items.catid = 0
AND (select id
from jm3_k2_additional_categories
where catid = 55
and itemID = jm3_k2_items.id) > 0
group by jm3_k2_items.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | PRIMARY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | jm3_k2_categories | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.catid | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:203 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:36 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.48 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.395 MB** **سطرهای بازگشتی: 1**
**پرس و جوی تکراری**:
#73select *
from jm3_k2_categories
where name = 'کاتالوگ'
order by id desc
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:186 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:37 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.42 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.403 MB** **سطرهای بازگشتی: 1**
**پرس و جوی تکراری**:
#72select *
from jm3_k2_categories
where name = 'کاتالوگ'
order by id desc
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:187 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:37 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 1.48 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.417 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#75select distinct jm3_k2_items.*, jm3_k2_categories.id as k2_cat_id, jm3_k2_categories.name as k2_cat_name, jm3_k2_categories.alias as k2_cat_alias
from jm3_k2_items
left join jm3_k2_additional_categories
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
left join jm3_k2_categories
on jm3_k2_additional_categories.catid = jm3_k2_categories.id
where jm3_k2_items.catid = 41
AND (select id
from jm3_k2_additional_categories
where catid = 55
and itemID = jm3_k2_items.id) > 0
group by jm3_k2_items.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | jm3_k2_items | ref | catid | catid | 4 | const | 2 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | PRIMARY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | jm3_k2_categories | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.catid | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:202 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:37 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 1.87 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.425 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#74select distinct jm3_k2_items.*, jm3_k2_categories.id as k2_cat_id, jm3_k2_categories.name as k2_cat_name, jm3_k2_categories.alias as k2_cat_alias
from jm3_k2_items
left join jm3_k2_additional_categories
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
left join jm3_k2_categories
on jm3_k2_additional_categories.catid = jm3_k2_categories.id
where jm3_k2_items.catid = 41
AND (select id
from jm3_k2_additional_categories
where catid = 55
and itemID = jm3_k2_items.id) > 0
group by jm3_k2_items.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | jm3_k2_items | ref | catid | catid | 4 | const | 2 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | PRIMARY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | jm3_k2_categories | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.catid | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:203 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:37 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.39 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.428 MB** **سطرهای بازگشتی: 1**
**پرس و جوی تکراری**:
#77select *
from jm3_k2_categories
where name = 'ویدئو'
order by id desc
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:186 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:45 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.45 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.436 MB** **سطرهای بازگشتی: 1**
**پرس و جوی تکراری**:
#76select *
from jm3_k2_categories
where name = 'ویدئو'
order by id desc
limit 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:187 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:45 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 1.73 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.450 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#79select distinct jm3_k2_items.*, jm3_k2_categories.id as k2_cat_id, jm3_k2_categories.name as k2_cat_name, jm3_k2_categories.alias as k2_cat_alias
from jm3_k2_items
left join jm3_k2_additional_categories
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
left join jm3_k2_categories
on jm3_k2_additional_categories.catid = jm3_k2_categories.id
where jm3_k2_items.catid = 45
AND (select id
from jm3_k2_additional_categories
where catid = 55
and itemID = jm3_k2_items.id) > 0
group by jm3_k2_items.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | jm3_k2_items | ref | catid | catid | 4 | const | 2 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | PRIMARY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | jm3_k2_categories | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.catid | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:202 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:45 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 1.56 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.458 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#78select distinct jm3_k2_items.*, jm3_k2_categories.id as k2_cat_id, jm3_k2_categories.name as k2_cat_name, jm3_k2_categories.alias as k2_cat_alias
from jm3_k2_items
left join jm3_k2_additional_categories
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
left join jm3_k2_categories
on jm3_k2_additional_categories.catid = jm3_k2_categories.id
where jm3_k2_items.catid = 45
AND (select id
from jm3_k2_additional_categories
where catid = 55
and itemID = jm3_k2_items.id) > 0
group by jm3_k2_items.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | jm3_k2_items | ref | catid | catid | 4 | const | 2 | 100.00 | Using where; Using temporary; **با استفاده از مرتب سازی فایل** |
1 | PRIMARY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; Using join buffer (flat, BNL join) |
1 | PRIMARY | jm3_k2_categories | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.catid | 1 | 100.00 | Using where |
2 | DEPENDENT SUBQUERY | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:203 |
15 | getBrandTabContent() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:45 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.39 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.008 MB حافظه قبل از پرس و جوی: 13.461 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#81select *
from jm3_k2_categories
where parent = 55
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 6 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.60 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.469 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#80select *
from jm3_k2_categories
where parent = 55
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 6 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.506 MB** **سطرهای بازگشتی: 10**
**پرس و جوی تکراری**:
#83select *
from jm3_k2_categories
where parent = 56
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 10 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.39 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.514 MB** **سطرهای بازگشتی: 10**
**پرس و جوی تکراری**:
#82select *
from jm3_k2_categories
where parent = 56
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 10 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.52 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.570 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#85select *
from jm3_k2_categories
where parent = 57
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.579 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#84select *
from jm3_k2_categories
where parent = 57
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.589 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#87select *
from jm3_k2_categories
where parent = 106
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.597 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#86select *
from jm3_k2_categories
where parent = 106
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.607 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#89select *
from jm3_k2_categories
where parent = 107
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.616 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#88select *
from jm3_k2_categories
where parent = 107
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.625 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#91select *
from jm3_k2_categories
where parent = 108
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.634 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#90select *
from jm3_k2_categories
where parent = 108
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.643 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#93select *
from jm3_k2_categories
where parent = 109
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.42 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.652 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#92select *
from jm3_k2_categories
where parent = 109
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.40 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.661 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#95select *
from jm3_k2_categories
where parent = 110
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.670 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#94select *
from jm3_k2_categories
where parent = 110
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.680 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#97select *
from jm3_k2_categories
where parent = 111
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.41 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.689 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#96select *
from jm3_k2_categories
where parent = 111
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.698 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#99select *
from jm3_k2_categories
where parent = 112
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.707 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#98select *
from jm3_k2_categories
where parent = 112
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.716 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#101select *
from jm3_k2_categories
where parent = 113
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.06 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.725 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#100select *
from jm3_k2_categories
where parent = 113
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.734 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#103select *
from jm3_k2_categories
where parent = 114
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.743 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#102select *
from jm3_k2_categories
where parent = 114
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.753 MB** **سطرهای بازگشتی: 2**
**پرس و جوی تکراری**:
#105select *
from jm3_k2_categories
where parent = 115
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 2 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.761 MB** **سطرهای بازگشتی: 2**
**پرس و جوی تکراری**:
#104select *
from jm3_k2_categories
where parent = 115
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 2 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.780 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#107select *
from jm3_k2_categories
where parent = 116
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.789 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#106select *
from jm3_k2_categories
where parent = 116
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.798 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#109select *
from jm3_k2_categories
where parent = 117
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.807 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#108select *
from jm3_k2_categories
where parent = 117
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.42 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.816 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#111select *
from jm3_k2_categories
where parent = 118
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 3 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.825 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#110select *
from jm3_k2_categories
where parent = 118
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 3 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.848 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#113select *
from jm3_k2_categories
where parent = 119
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.857 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#112select *
from jm3_k2_categories
where parent = 119
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.866 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#115select *
from jm3_k2_categories
where parent = 120
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.875 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#114select *
from jm3_k2_categories
where parent = 120
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.884 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#117select *
from jm3_k2_categories
where parent = 121
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.893 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#116select *
from jm3_k2_categories
where parent = 121
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.903 MB** **سطرهای بازگشتی: 9**
**پرس و جوی تکراری**:
#119select *
from jm3_k2_categories
where parent = 122
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 9 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.911 MB** **سطرهای بازگشتی: 9**
**پرس و جوی تکراری**:
#118select *
from jm3_k2_categories
where parent = 122
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 9 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.07 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.962 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#121select *
from jm3_k2_categories
where parent = 123
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.971 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#120select *
from jm3_k2_categories
where parent = 123
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.980 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#123select *
from jm3_k2_categories
where parent = 124
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.989 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#122select *
from jm3_k2_categories
where parent = 124
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.36 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 13.998 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#125select *
from jm3_k2_categories
where parent = 125
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.007 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#124select *
from jm3_k2_categories
where parent = 125
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.017 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#127select *
from jm3_k2_categories
where parent = 126
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.026 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#126select *
from jm3_k2_categories
where parent = 126
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.035 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#129select *
from jm3_k2_categories
where parent = 127
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.013 MB حافظه قبل از پرس و جوی: 14.055 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#128select *
from jm3_k2_categories
where parent = 127
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.069 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#131select *
from jm3_k2_categories
where parent = 128
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.078 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#130select *
from jm3_k2_categories
where parent = 128
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.087 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#133select *
from jm3_k2_categories
where parent = 129
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.096 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#132select *
from jm3_k2_categories
where parent = 129
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.105 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#135select *
from jm3_k2_categories
where parent = 130
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.114 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#134select *
from jm3_k2_categories
where parent = 130
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.123 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#137select *
from jm3_k2_categories
where parent = 131
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.132 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#136select *
from jm3_k2_categories
where parent = 131
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.141 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#139select *
from jm3_k2_categories
where parent = 132
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 6 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.38 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.150 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#138select *
from jm3_k2_categories
where parent = 132
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 6 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.187 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#141select *
from jm3_k2_categories
where parent = 133
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.196 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#140select *
from jm3_k2_categories
where parent = 133
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.205 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#143select *
from jm3_k2_categories
where parent = 134
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.214 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#142select *
from jm3_k2_categories
where parent = 134
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.223 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#145select *
from jm3_k2_categories
where parent = 135
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.232 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#144select *
from jm3_k2_categories
where parent = 135
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.36 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.241 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#147select *
from jm3_k2_categories
where parent = 136
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.250 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#146select *
from jm3_k2_categories
where parent = 136
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.260 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#149select *
from jm3_k2_categories
where parent = 137
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.269 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#148select *
from jm3_k2_categories
where parent = 137
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.278 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#151select *
from jm3_k2_categories
where parent = 138
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.287 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#150select *
from jm3_k2_categories
where parent = 138
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.296 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#153select *
from jm3_k2_categories
where parent = 139
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 6 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.37 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.305 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#152select *
from jm3_k2_categories
where parent = 139
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 6 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.342 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#155select *
from jm3_k2_categories
where parent = 140
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.350 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#154select *
from jm3_k2_categories
where parent = 140
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.360 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#157select *
from jm3_k2_categories
where parent = 141
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.369 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#156select *
from jm3_k2_categories
where parent = 141
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.378 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#159select *
from jm3_k2_categories
where parent = 142
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.387 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#158select *
from jm3_k2_categories
where parent = 142
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.396 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#161select *
from jm3_k2_categories
where parent = 143
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.405 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#160select *
from jm3_k2_categories
where parent = 143
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.414 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#163select *
from jm3_k2_categories
where parent = 144
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.423 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#162select *
from jm3_k2_categories
where parent = 144
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.18 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.433 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#165select *
from jm3_k2_categories
where parent = 145
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:409 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.442 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#164select *
from jm3_k2_categories
where parent = 145
AND (published = 1
AND trash != 1);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_categories | ref | category,parent,published,trash | parent | 5 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:410 |
17 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
16 | getCategoryTree() | JROOT/templates/flex/helpers.php:415 |
15 | getCategoryTree() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:271 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.450 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#167select *
from jm3_k2_items
where catid = 56
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.18 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.459 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#166select *
from jm3_k2_items
where catid = 56
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.468 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#169select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 56
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.36 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.477 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#168select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 56
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 2.82 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.547 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#171select *
from jm3_k2_items
where catid = 57
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 3 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.556 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#170select *
from jm3_k2_items
where catid = 57
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 3 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.07 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.587 MB** **سطرهای بازگشتی: 4**
**پرس و جوی تکراری**:
#173select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 57
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.596 MB** **سطرهای بازگشتی: 4**
**پرس و جوی تکراری**:
#172select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 57
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 2.27 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.638 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#175select *
from jm3_k2_items
where catid = 106
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.647 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#174select *
from jm3_k2_items
where catid = 106
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.37 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.657 MB** **سطرهای بازگشتی: 5**
**پرس و جوی تکراری**:
#177select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 106
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.36 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.666 MB** **سطرهای بازگشتی: 5**
**پرس و جوی تکراری**:
#176select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 106
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 1.62 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.714 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#179select *
from jm3_k2_items
where catid = 107
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.723 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#178select *
from jm3_k2_items
where catid = 107
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.732 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#181select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 107
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.741 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#180select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 107
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.95 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.774 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#183select *
from jm3_k2_items
where catid = 108
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.783 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#182select *
from jm3_k2_items
where catid = 108
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.792 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#185select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 108
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.801 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#184select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 108
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.75 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.834 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#187select *
from jm3_k2_items
where catid = 109
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.843 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#186select *
from jm3_k2_items
where catid = 109
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.852 MB** **سطرهای بازگشتی: 2**
**پرس و جوی تکراری**:
#189select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 109
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.861 MB** **سطرهای بازگشتی: 2**
**پرس و جوی تکراری**:
#188select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 109
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.49 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.886 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#191select *
from jm3_k2_items
where catid = 110
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.895 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#190select *
from jm3_k2_items
where catid = 110
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.905 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#193select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 110
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.914 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#192select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 110
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 0.77 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.947 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#195select *
from jm3_k2_items
where catid = 111
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.18 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.955 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#194select *
from jm3_k2_items
where catid = 111
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.965 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#197select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 111
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 14.974 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#196select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 111
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.70 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.007 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#199select *
from jm3_k2_items
where catid = 112
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.19 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.015 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#198select *
from jm3_k2_items
where catid = 112
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.025 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#201select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 112
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.034 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#200select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 112
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 2.08 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.105 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#203select *
from jm3_k2_items
where catid = 113
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.114 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#202select *
from jm3_k2_items
where catid = 113
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.123 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#205select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 113
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.132 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#204select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 113
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 1.85 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.188 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#207select *
from jm3_k2_items
where catid = 114
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.197 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#206select *
from jm3_k2_items
where catid = 114
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.206 MB** **سطرهای بازگشتی: 1**
**پرس و جوی تکراری**:
#209select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 114
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.215 MB** **سطرهای بازگشتی: 1**
**پرس و جوی تکراری**:
#208select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 114
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 0.35 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.232 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#211select *
from jm3_k2_items
where catid = 115
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.240 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#210select *
from jm3_k2_items
where catid = 115
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.37 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.249 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#213select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 115
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.258 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#212select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 115
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.38 ms** **پس از آخرین پرس و جو: 2.27 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.328 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#215select *
from jm3_k2_items
where catid = 116
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.337 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#214select *
from jm3_k2_items
where catid = 116
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.36 ms** **پس از آخرین پرس و جو: 0.06 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.347 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#217select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 116
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.356 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#216select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 116
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 2.81 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.427 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#219select *
from jm3_k2_items
where catid = 117
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.435 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#218select *
from jm3_k2_items
where catid = 117
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.445 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#221select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 117
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.454 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#220select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 117
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 2.32 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.524 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#223select *
from jm3_k2_items
where catid = 118
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.533 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#222select *
from jm3_k2_items
where catid = 118
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.542 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#225select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 118
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.37 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.551 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#224select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 118
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 1.86 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.621 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#227select *
from jm3_k2_items
where catid = 119
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.630 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#226select *
from jm3_k2_items
where catid = 119
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.640 MB** **سطرهای بازگشتی: 4**
**پرس و جوی تکراری**:
#229select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 119
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.649 MB** **سطرهای بازگشتی: 4**
**پرس و جوی تکراری**:
#228select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 119
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 1.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.689 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#231select *
from jm3_k2_items
where catid = 120
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.698 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#230select *
from jm3_k2_items
where catid = 120
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.708 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#233select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 120
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.51 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.717 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#232select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 120
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 1.95 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.788 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#235select *
from jm3_k2_items
where catid = 121
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.796 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#234select *
from jm3_k2_items
where catid = 121
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.806 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#237select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 121
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.815 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#236select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 121
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 1.62 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.886 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#239select *
from jm3_k2_items
where catid = 122
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
**عدم نمایش مشخصات (شاید بدلیل وجود بیش از 100 پرس و جوی)**
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.894 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#238select *
from jm3_k2_items
where catid = 122
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.903 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#241select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 122
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.912 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#240select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 122
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 2.50 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.982 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#243select *
from jm3_k2_items
where catid = 123
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 15.991 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#242select *
from jm3_k2_items
where catid = 123
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.38 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.001 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#245select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 123
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.02 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.010 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#244select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 123
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 1.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.043 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#247select *
from jm3_k2_items
where catid = 124
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.07 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.052 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#246select *
from jm3_k2_items
where catid = 124
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.02 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.061 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#249select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 124
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.070 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#248select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 124
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.86 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.103 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#251select *
from jm3_k2_items
where catid = 125
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.112 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#250select *
from jm3_k2_items
where catid = 125
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.121 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#253select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 125
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.03 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.130 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#252select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 125
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 2.14 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.202 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#255select *
from jm3_k2_items
where catid = 126
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.01 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.210 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#254select *
from jm3_k2_items
where catid = 126
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.12 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.220 MB** **سطرهای بازگشتی: 1**
**پرس و جوی تکراری**:
#257select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 126
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.017 MB حافظه قبل از پرس و جوی: 16.253 MB** **سطرهای بازگشتی: 1**
**پرس و جوی تکراری**:
#256select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 126
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.50 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.277 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#259select *
from jm3_k2_items
where catid = 127
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.06 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.286 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#258select *
from jm3_k2_items
where catid = 127
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.08 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.37 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.296 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#261select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 127
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.305 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#260select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 127
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.81 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.337 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#263select *
from jm3_k2_items
where catid = 128
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.346 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#262select *
from jm3_k2_items
where catid = 128
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.356 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#265select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 128
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.03 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.14 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.365 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#264select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 128
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 2.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.436 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#267select *
from jm3_k2_items
where catid = 129
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.445 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#266select *
from jm3_k2_items
where catid = 129
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.454 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#269select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 129
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.463 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#268select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 129
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 1.85 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.534 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#271select *
from jm3_k2_items
where catid = 130
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.543 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#270select *
from jm3_k2_items
where catid = 130
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.553 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#273select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 130
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.14 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.37 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.562 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#272select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 130
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 2.12 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.633 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#275select *
from jm3_k2_items
where catid = 131
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.642 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#274select *
from jm3_k2_items
where catid = 131
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.36 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.651 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#277select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 131
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.03 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.660 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#276select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 131
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 1.72 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.730 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#279select *
from jm3_k2_items
where catid = 132
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.739 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#278select *
from jm3_k2_items
where catid = 132
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.748 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#281select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 132
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.37 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.757 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#280select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 132
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.23 ms** **پس از آخرین پرس و جو: 1.99 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.827 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#283select *
from jm3_k2_items
where catid = 133
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.07 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.836 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#282select *
from jm3_k2_items
where catid = 133
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.846 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#285select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 133
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.855 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#284select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 133
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 1.31 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.910 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#287select *
from jm3_k2_items
where catid = 134
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.919 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#286select *
from jm3_k2_items
where catid = 134
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.33 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.929 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#289select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 134
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 16.938 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#288select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 134
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 1.86 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.009 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#291select *
from jm3_k2_items
where catid = 135
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.018 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#290select *
from jm3_k2_items
where catid = 135
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.37 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.027 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#293select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 135
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.036 MB** **سطرهای بازگشتی: 6**
**پرس و جوی تکراری**:
#292select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 135
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 1.74 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.092 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#295select *
from jm3_k2_items
where catid = 136
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 0.06 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.101 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#294select *
from jm3_k2_items
where catid = 136
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.44 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.110 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#297select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 136
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.04 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.07 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.38 ms** **پس از آخرین پرس و جو: 0.06 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.119 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#296select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 136
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.04 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.66 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.152 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#299select *
from jm3_k2_items
where catid = 137
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.19 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.161 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#298select *
from jm3_k2_items
where catid = 137
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.05 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.170 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#301select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 137
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.179 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#300select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 137
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 0.65 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.212 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#303select *
from jm3_k2_items
where catid = 138
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 0.07 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.221 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#302select *
from jm3_k2_items
where catid = 138
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.230 MB** **سطرهای بازگشتی: 2**
**پرس و جوی تکراری**:
#305select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 138
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.27 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.239 MB** **سطرهای بازگشتی: 2**
**پرس و جوی تکراری**:
#304select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 138
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.45 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.264 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#307select *
from jm3_k2_items
where catid = 139
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.03 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.19 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.272 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#306select *
from jm3_k2_items
where catid = 139
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.32 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.282 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#309select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 139
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.06 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.290 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#308select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 139
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
16 | loadItems() | JROOT/templates/flex/helpers.php:434 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.26 ms** **پس از آخرین پرس و جو: 1.94 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.361 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#311select *
from jm3_k2_items
where catid = 140
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.21 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.370 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#310select *
from jm3_k2_items
where catid = 140
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.379 MB** **سطرهای بازگشتی: 2**
**پرس و جوی تکراری**:
#313select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 140
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.388 MB** **سطرهای بازگشتی: 2**
**پرس و جوی تکراری**:
#312select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 140
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 0.61 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.413 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#315select *
from jm3_k2_items
where catid = 141
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.422 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#314select *
from jm3_k2_items
where catid = 141
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.432 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#317select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 141
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.28 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.441 MB** **سطرهای بازگشتی: 3**
**پرس و جوی تکراری**:
#316select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 141
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 0.69 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.473 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#319select *
from jm3_k2_items
where catid = 142
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.19 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.482 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#318select *
from jm3_k2_items
where catid = 142
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.31 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.492 MB** **سطرهای بازگشتی: 7**
**پرس و جوی تکراری**:
#321select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 142
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.501 MB** **سطرهای بازگشتی: 7**
**پرس و جوی تکراری**:
#320select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 142
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.24 ms** **پس از آخرین پرس و جو: 1.63 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.564 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#323select *
from jm3_k2_items
where catid = 143
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.573 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#322select *
from jm3_k2_items
where catid = 143
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.582 MB** **سطرهای بازگشتی: 5**
**پرس و جوی تکراری**:
#325select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 143
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.30 ms** **پس از آخرین پرس و جو: 0.02 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.591 MB** **سطرهای بازگشتی: 5**
**پرس و جوی تکراری**:
#324select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 143
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.10 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.22 ms** **پس از آخرین پرس و جو: 1.25 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.639 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#327select *
from jm3_k2_items
where catid = 144
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.20 ms** **پس از آخرین پرس و جو: 0.03 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.648 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#326select *
from jm3_k2_items
where catid = 144
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.658 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#329select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 144
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.16 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.34 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.667 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#328select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 144
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.25 ms** **پس از آخرین پرس و جو: 1.84 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.737 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#331select *
from jm3_k2_items
where catid = 145
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:456 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.19 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.746 MB** **سطرهای بازگشتی: 0**
**پرس و جوی تکراری**:
#330select *
from jm3_k2_items
where catid = 145
order by id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_items | ref | catid | catid | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:457 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.01 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.756 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#333select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 145
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.14 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/templates/flex/helpers.php:463 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.35 ms** **پس از آخرین پرس و جو: 0.04 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 17.765 MB** **سطرهای بازگشتی: 8**
**پرس و جوی تکراری**:
#332select *
from jm3_k2_additional_categories right join jm3_k2_items
on jm3_k2_items.id = jm3_k2_additional_categories.itemID
where jm3_k2_additional_categories.catid = 145
order by jm3_k2_items.id desc
limit 8;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_k2_additional_categories | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1241 | 100.00 | Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | jm3_k2_items | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.jm3_k2_additional_categories.itemID | 1 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/templates/flex/helpers.php:464 |
17 | loadItems() | JROOT/templates/flex/helpers.php:434 |
16 | categoryTreeFetchItems() | JROOT/templates/flex/helpers.php:441 |
15 | categoryTreeFetchItems() | JROOT/templates/flex/html/com_k2/singlebrand/category.php:272 |
14 | include JROOT/templates/flex/html/com_k2/singlebrand/category.php | JROOT/libraries/legacy/view/legacy.php:694 |
13 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:229 |
12 | JViewLegacy->display() | JROOT/components/com_k2/views/itemlist/view.html.php:770 |
11 | K2ViewItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:49 |
8 | K2ControllerItemlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 1.07 ms** **پس از آخرین پرس و جو: 125.23 ms** **حافظه پرس و جو: 0.009 MB حافظه قبل از پرس و جوی: 18.519 MB** **سطرهای بازگشتی: 33**
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM jm3_modules AS m
LEFT JOIN jm3_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN jm3_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1,5)
AND m.client_id = 0
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | published,newsfeeds | published | 1 | const | 39 | 50.65 | Using index condition; Using where; **با استفاده از مرتب سازی فایل** |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | tajhizaf_maindb.m.module,const | 1 | 100.00 | Using index condition; Using where |
1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | tajhizaf_maindb.m.id | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.06 ms |
Statistics | 0.05 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.56 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.06 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:402 |
17 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:123 |
16 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
15 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
14 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/module/helper.php:355 |
13 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
12 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
11 | JDocumentHtml->countModules() | JROOT/plugins/system/helix3/core/helix3.php:600 |
10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:547 |
9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:258 |
8 | Helix3::generatelayout() | JROOT/templates/flex/index.php:214 |
7 | require JROOT/templates/flex/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.29 ms** **پس از آخرین پرس و جو: 10.10 ms** **حافظه پرس و جو: 0.006 MB حافظه قبل از پرس و جوی: 18.981 MB** **سطرهای بازگشتی: 0**
SELECT *
FROM `jm3_plg_easyfrontendseo`
WHERE `url` = 'index.php?option=com_k2&view=itemlist&layout=category&task=category&id=55&Itemid=355'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_plg_easyfrontendseo | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
13 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:476 |
12 | PlgSystemEasyFrontendSeo->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
9 | JApplicationBase->triggerEvent() | JROOT/libraries/joomla/document/renderer/html/head.php:63 |
8 | JDocumentRendererHtmlHead->fetchHead() | JROOT/libraries/joomla/document/renderer/html/head.php:34 |
7 | JDocumentRendererHtmlHead->render() | JROOT/libraries/joomla/document/html.php:486 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:777 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:552 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1112 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.19 ms** **پس از آخرین پرس و جو: 4.51 ms** **حافظه پرس و جو: 0.006 MB حافظه قبل از پرس و جوی: 19.596 MB** **سطرهای بازگشتی: 81**
SELECT *
FROM jm3_acymailing_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jm3_acymailing_config | ALL | NULL | **کلید شاخصی برای استفاده نیست** | NULL | NULL | 81 | 100.00 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
10 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:454 |
9 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1128 |
8 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/plugins/system/regacymailing/regacymailing.php:139 |
7 | plgSystemRegacymailing->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1118 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**زمان پرس و جو: 0.82 ms** **پس از آخرین پرس و جو: 29.03 ms** **حافظه پرس و جو: 0.005 MB حافظه قبل از پرس و جوی: 20.020 MB** **سطرهای بازگشتی: 227**
**پرس و جوی تکراری**:
#9 #17SHOW TABLES
**توضیحات در جستجو ممکن نیست: SHOW TABLES**
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
checking permissions | 0.47 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | **فراخوانده** | **فایل و شماره خط** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
9 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
8 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jdownloads/jdownloads.php:253 |
7 | plgSystemjdownloads->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1118 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |