Query Time: 0.67 ms
DELETE
FROM `veneno_session`
WHERE `time` < '1762541015'
EXPLAIN not possible on query: DELETE
FROM `veneno_session`
WHERE `time` < '1762541015'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysql->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:42 |
Query Time: 0.75 ms After last query: 0.49 ms
SELECT `data`
FROM `veneno_session`
WHERE `session_id` = 'nob4ofraketa1vlaoqb85l0b83'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_session | const | PRIMARY | PRIMARY | 766 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 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:42 |
Query Time: 1.02 ms After last query: 2.71 ms
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `veneno_extensions`
WHERE `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_extensions | ref | extension | extension | 82 | const | 40 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:452 |
| 9 | JComponentHelper::{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | 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:45 |
Query Time: 0.71 ms After last query: 2.04 ms
SELECT b.id
FROM veneno_usergroups AS a
LEFT JOIN veneno_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysql->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:45 |
Query Time: 0.54 ms After last query: 0.39 ms
SELECT id, rules
FROM `veneno_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysql->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:45 |
Query Time: 1.35 ms After last query: 0.35 ms
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM veneno_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_extensions | ref | extension | extension | 82 | const | 126 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:311 |
| 9 | JPluginHelper::{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | 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:45 |
Query Time: 0.85 ms After last query: 10.41 ms
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `veneno_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 17 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
| 16 | JLibraryHelper::{closure}() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 14 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |
| 13 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |
| 12 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |
| 11 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |
| 10 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
| 9 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 8 | JFactory::getDocument() | JROOT/plugins/system/backup/backup.php:4 |
| 7 | require_once JROOT/plugins/system/backup/backup.php | JROOT/libraries/cms/plugin/helper.php:230 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:682 |
| 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:45 |
Query Time: 0.60 ms After last query: 0.35 ms
UPDATE `veneno_extensions`
SET `params` = '{\"mediaversion\":\"790ae2c501fbc60ad162f2df37313bf1\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `veneno_extensions`
SET `params` = '{\"mediaversion\":\"790ae2c501fbc60ad162f2df37313bf1\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/library/helper.php:116 |
| 12 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |
| 11 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |
| 10 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
| 9 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 8 | JFactory::getDocument() | JROOT/plugins/system/backup/backup.php:4 |
| 7 | require_once JROOT/plugins/system/backup/backup.php | JROOT/libraries/cms/plugin/helper.php:230 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:682 |
| 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:45 |
Query Time: 1.53 ms After last query: 8.22 ms
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 veneno_menu AS m
LEFT JOIN veneno_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 | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 156 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | shopguitar_home.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
| 24 | JMenuSite->{closure}() | Same as call in the line below. |
| 23 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
| 22 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
| 21 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 20 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 19 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 |
| 18 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:443 |
| 17 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
| 16 | JApplicationSite->getMenu() | JROOT/libraries/cms/application/site.php:433 |
| 15 | JApplicationSite->getTemplate() | JROOT/plugins/system/helix/core/helix.php:65 |
| 14 | Helix::themeName() | JROOT/plugins/system/helix/core/helix.php:114 |
| 13 | Helix::themePath() | JROOT/plugins/system/helix/core/helix.php:302 |
| 12 | Helix::_Import() | JROOT/plugins/system/helix/core/helix.php:290 |
| 11 | Helix::Import() | JROOT/plugins/system/helix/core/helix.php:1592 |
| 10 | Helix::loadHelixOverwrite() | JROOT/plugins/system/helix/helix.php:22 |
| 9 | plgSystemHelix->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | 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:45 |
Query Time: 1.29 ms After last query: 2.51 ms
SELECT id, home, template, s.params
FROM veneno_template_styles as s
LEFT JOIN veneno_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 | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | shopguitar_home.s.template,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |
| 15 | JApplicationSite->getTemplate() | JROOT/plugins/system/helix/core/helix.php:65 |
| 14 | Helix::themeName() | JROOT/plugins/system/helix/core/helix.php:114 |
| 13 | Helix::themePath() | JROOT/plugins/system/helix/core/helix.php:302 |
| 12 | Helix::_Import() | JROOT/plugins/system/helix/core/helix.php:290 |
| 11 | Helix::Import() | JROOT/plugins/system/helix/core/helix.php:1592 |
| 10 | Helix::loadHelixOverwrite() | JROOT/plugins/system/helix/helix.php:22 |
| 9 | plgSystemHelix->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | 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:45 |
Query Time: 2.90 ms After last query: 26.50 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_config`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_config`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 17 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 16 | JTable->__construct() | JROOT/components/com_jshopping/tables/config.php:14 |
| 15 | jshopConfig->__construct() | JROOT/components/com_jshopping/lib/factory.php:24 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 1.27 ms After last query: 4.68 ms
SELECT *
FROM veneno_jshopping_config
WHERE `id` = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_config | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 15 | JTable->load() | JROOT/components/com_jshopping/lib/factory.php:30 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 1.84 ms After last query: 1.91 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_currencies`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_currencies`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 21 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 20 | JTable->__construct() | JROOT/components/com_jshopping/tables/currency.php:14 |
| 19 | jshopCurrency->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 18 | JTable::getInstance() | JROOT/components/com_jshopping/lib/factory.php:600 |
| 17 | JSFactory::getTable() | JROOT/components/com_jshopping/lib/factory.php:548 |
| 16 | JSFactory::getAllCurrency() | JROOT/components/com_jshopping/tables/config.php:53 |
| 15 | jshopConfig->loadCurrencyValue() | JROOT/components/com_jshopping/lib/factory.php:32 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 0.85 ms After last query: 0.31 ms
SELECT currency_id, currency_name, currency_code, currency_code_iso, currency_value
FROM `veneno_jshopping_currencies`
WHERE currency_publish = '1'
ORDER BY currency_ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_currencies | ref | currency_publish | currency_publish | 1 | const | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/currency.php:22 |
| 17 | jshopCurrency->getAllCurrencies() | JROOT/components/com_jshopping/lib/factory.php:549 |
| 16 | JSFactory::getAllCurrency() | JROOT/components/com_jshopping/tables/config.php:53 |
| 15 | jshopConfig->loadCurrencyValue() | JROOT/components/com_jshopping/lib/factory.php:32 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 1.69 ms After last query: 0.69 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 21 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 20 | JTable->__construct() | JROOT/components/com_jshopping/tables/usershopbase.php:14 |
| 19 | jshopUserShopBase->__construct() | JROOT/components/com_jshopping/tables/usershop.php:15 |
| 18 | jshopUserShop->__construct() | JROOT/components/com_jshopping/lib/factory.php:47 |
| 17 | JSFactory::getUserShop() | JROOT/components/com_jshopping/tables/config.php:67 |
| 16 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 15 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 1.61 ms After last query: 1.10 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 21 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 20 | JTable->__construct() | JROOT/components/com_jshopping/tables/usershopbase.php:14 |
| 19 | jshopUserShopBase->__construct() | JROOT/components/com_jshopping/models/userguest.php:16 |
| 18 | jshopUserGust->__construct() | JROOT/components/com_jshopping/lib/factory.php:66 |
| 17 | JSFactory::getUserShopGuest() | JROOT/components/com_jshopping/tables/config.php:71 |
| 16 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 15 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 1.44 ms After last query: 1.27 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_usergroups`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_usergroups`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->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/components/com_jshopping/tables/usergroup.php:14 |
| 21 | jshopUserGroup->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 20 | JTable::getInstance() | JROOT/components/com_jshopping/lib/factory.php:600 |
| 19 | JSFactory::getTable() | JROOT/components/com_jshopping/models/userguest.php:30 |
| 18 | jshopUserGust->load() | JROOT/components/com_jshopping/lib/factory.php:67 |
| 17 | JSFactory::getUserShopGuest() | JROOT/components/com_jshopping/tables/config.php:71 |
| 16 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 15 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 1.33 ms After last query: 0.79 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_config_display_prices`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_config_display_prices`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 21 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 20 | JTable->__construct() | JROOT/components/com_jshopping/tables/configdisplayprice.php:19 |
| 19 | jshopConfigDisplayPrice->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 18 | JTable::getInstance() | JROOT/components/com_jshopping/lib/factory.php:600 |
| 17 | JSFactory::getTable() | JROOT/components/com_jshopping/tables/config.php:79 |
| 16 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 15 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 0.63 ms After last query: 0.26 ms
SELECT *
FROM `veneno_jshopping_config_display_prices`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_config_display_prices | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/configdisplayprice.php:38 |
| 17 | jshopConfigDisplayPrice->getList() | JROOT/components/com_jshopping/tables/config.php:80 |
| 16 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 15 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 14 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 13 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 12 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1546 |
| 11 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:210 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 0.97 ms After last query: 1.47 ms
select product_id as id, `alias_vi-VN` as alias
from veneno_jshopping_products
where `alias_vi-VN`!=''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_products | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 441 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/lib/factory.php:276 |
| 15 | JSFactory::getAliasProduct() | JROOT/plugins/jshoppingrouter/jshopping_product_seo/jshopping_product_seo.php:42 |
| 14 | plgJshoppingRouterJshopping_product_seo->onBeforeParseRoute() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_jshopping/router.php:216 |
| 10 | jshoppingParseRoute() | JROOT/libraries/cms/component/router/legacy.php:104 |
| 9 | JComponentRouterLegacy->parse() | JROOT/libraries/cms/router/site.php:432 |
| 8 | JRouterSite->parseSefRoute() | JROOT/libraries/cms/router/router.php:483 |
| 7 | JRouter->_parseSefRoute() | JROOT/libraries/cms/router/router.php:236 |
| 6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:133 |
| 5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1142 |
| 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:45 |
Query Time: 0.73 ms After last query: 4.69 ms
SELECT *
FROM veneno_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 |
| 5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 |
| 4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:45 |
Query Time: 1.77 ms After last query: 22.60 ms
select id,link
from veneno_menu
where `type`='component'
and published=1
and link like '%option=com_jshopping%'
and client_id=0
and (language='*' or language='vi-VN')
and access IN (1,1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_menu | ALL | idx_client_id_parent_id_alias_language,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 212 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/lib/shop_item_menu.php:130 |
| 16 | shopItemMenu->getList() | JROOT/components/com_jshopping/lib/shop_item_menu.php:41 |
| 15 | shopItemMenu->init() | JROOT/components/com_jshopping/lib/shop_item_menu.php:35 |
| 14 | shopItemMenu::getInstance() | JROOT/components/com_jshopping/lib/functions.php:387 |
| 13 | getShopMainPageItemid() | JROOT/components/com_jshopping/lib/functions.php:406 |
| 12 | getDefaultItemid() | JROOT/components/com_jshopping/lib/functions.php:464 |
| 11 | SEFLink() | JROOT/components/com_jshopping/models/cart.php:1055 |
| 10 | jshopCart->addLinkToProducts() | JROOT/components/com_jshopping/models/cart.php:31 |
| 9 | jshopCart->init() | JROOT/components/com_jshopping/controllers/wishlist.php:29 |
| 8 | JshoppingControllerWishlist->view() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_jshopping/jshopping.php:25 |
| 6 | require_once JROOT/components/com_jshopping/jshopping.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:45 |
Query Time: 0.81 ms After last query: 1.08 ms
select category_id as id, `alias_vi-VN` as alias
from veneno_jshopping_categories
where `alias_vi-VN`!=''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 44 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/lib/factory.php:242 |
| 19 | JSFactory::getAliasCategory() | JROOT/components/com_jshopping/router.php:70 |
| 18 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 17 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 16 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 15 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 14 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 13 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 12 | JRoute::_() | JROOT/components/com_jshopping/lib/functions.php:479 |
| 11 | SEFLink() | JROOT/components/com_jshopping/models/cart.php:1055 |
| 10 | jshopCart->addLinkToProducts() | JROOT/components/com_jshopping/models/cart.php:31 |
| 9 | jshopCart->init() | JROOT/components/com_jshopping/controllers/wishlist.php:29 |
| 8 | JshoppingControllerWishlist->view() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_jshopping/jshopping.php:25 |
| 6 | require_once JROOT/components/com_jshopping/jshopping.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:45 |
Query Time: 1.99 ms After last query: 5.24 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_config_seo`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_config_seo`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 15 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 14 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 13 | JTable->__construct() | JROOT/components/com_jshopping/tables/seo.php:14 |
| 12 | jshopSeo->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 11 | JTable::getInstance() | JROOT/components/com_jshopping/lib/factory.php:600 |
| 10 | JSFactory::getTable() | JROOT/components/com_jshopping/helpers/metadata.php:249 |
| 9 | JshopHelpersMetadata::wishlist() | JROOT/components/com_jshopping/controllers/wishlist.php:31 |
| 8 | JshoppingControllerWishlist->view() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_jshopping/jshopping.php:25 |
| 6 | require_once JROOT/components/com_jshopping/jshopping.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:45 |
Query Time: 2.72 ms After last query: 0.46 ms
SELECT id, alias, `title_vi-VN` as title, `keyword_vi-VN` as keyword, `description_vi-VN` as description
FROM `veneno_jshopping_config_seo`
where alias='wishlist'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_config_seo | ref | alias | alias | 194 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_jshopping/tables/seo.php:22 |
| 10 | jshopSeo->loadData() | JROOT/components/com_jshopping/helpers/metadata.php:250 |
| 9 | JshopHelpersMetadata::wishlist() | JROOT/components/com_jshopping/controllers/wishlist.php:31 |
| 8 | JshoppingControllerWishlist->view() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_jshopping/jshopping.php:25 |
| 6 | require_once JROOT/components/com_jshopping/jshopping.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:45 |
Query Time: 0.92 ms After last query: 24.50 ms
SELECT id, title, module, position, content, showtitle, params
FROM veneno_modules AS m
WHERE m.published = 1
AND m.id = 201
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-07 19:43:35')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-07 19:43:35')
AND m.access IN (1,1)
AND m.client_id = 0
ORDER BY position, ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/helix/core/classes/menu.php:649 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.38 ms After last query: 2.26 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_categories`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_categories`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 22 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 21 | JTable->__construct() | JROOT/components/com_jshopping/tables/category.php:15 |
| 20 | jshopCategory->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 19 | JTable::getInstance() | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:65 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.93 ms After last query: 0.48 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '0'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 19 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 19 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:66 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.04 ms After last query: 10.34 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.77 ms After last query: 1.76 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.76 ms After last query: 0.85 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.75 ms After last query: 0.48 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.67 ms After last query: 0.40 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.83 ms After last query: 0.36 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.91 ms After last query: 0.92 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.15 ms After last query: 0.34 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.16 ms After last query: 0.33 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.10 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.21 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.12 ms After last query: 0.40 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.19 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.54 ms After last query: 0.41 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.42 ms After last query: 0.60 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '109'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 8 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.41 ms After last query: 4.62 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '109'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 8 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.95 ms After last query: 1.00 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.86 ms After last query: 0.40 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.93 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.90 ms After last query: 0.31 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.80 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.78 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.77 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.92 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.91 ms After last query: 0.84 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.65 ms After last query: 0.24 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.61 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.62 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.60 ms After last query: 0.43 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.71 ms After last query: 0.30 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.82 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.90 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.98 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.95 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.95 ms After last query: 0.41 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.95 ms After last query: 0.41 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.83 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.94 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.93 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '112'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.05 ms After last query: 2.08 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '112'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.08 ms After last query: 1.10 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.75 ms After last query: 0.45 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.81 ms After last query: 0.36 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.77 ms After last query: 0.31 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.75 ms After last query: 0.67 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.72 ms After last query: 0.33 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.72 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.61 ms After last query: 0.45 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.61 ms After last query: 0.28 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.73 ms After last query: 0.32 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.61 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.65 ms After last query: 0.39 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.26 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.59 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.60 ms After last query: 0.26 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.71 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '150'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 1.13 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '150'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.56 ms After last query: 0.47 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.55 ms After last query: 0.30 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.62 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.65 ms After last query: 0.38 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.66 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.65 ms After last query: 0.32 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.73 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '156'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 5 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.60 ms After last query: 2.42 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '156'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 5 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.55 ms After last query: 0.58 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.55 ms After last query: 0.26 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.56 ms After last query: 0.24 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.61 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.57 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.59 ms After last query: 0.50 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.54 ms After last query: 0.24 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.56 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.54 ms After last query: 0.31 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.59 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.57 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.55 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.60 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.56 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '163'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.57 ms After last query: 0.26 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '163'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.56 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '168'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.55 ms After last query: 0.34 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '168'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '170'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.26 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '170'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.64 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '171'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 1.10 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '171'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.55 ms After last query: 0.43 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.54 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.57 ms After last query: 0.51 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.54 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.58 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 22 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.60 ms After last query: 0.26 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 24 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 22 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 21 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.56 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '172'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.53 ms After last query: 0.28 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '172'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.57 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '176'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.61 ms After last query: 0.30 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '176'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.63 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '177'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.62 ms After last query: 0.30 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '177'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.63 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '178'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.64 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '178'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.60 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '179'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.60 ms After last query: 0.32 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '179'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.64 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '181'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.64 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '181'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.63 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '183'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.60 ms After last query: 0.28 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '183'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.72 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '185'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 21 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.17 ms After last query: 0.43 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '185'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 23 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 21 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 20 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 19 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 18 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 17 | JModuleHelper::renderModule() | JROOT/plugins/system/helix/core/classes/menu.php:664 |
| 16 | HelixMenu->loadModule() | JROOT/plugins/system/helix/core/classes/menu.php:259 |
| 15 | HelixMenu->loadSubContent() | JROOT/plugins/system/helix/core/classes/menu.php:242 |
| 14 | HelixMenu->genMenuItem() | JROOT/plugins/system/helix/core/classes/menu.php:580 |
| 13 | HelixMenu->genMenuItems() | JROOT/plugins/system/helix/core/classes/menu.php:501 |
| 12 | HelixMenu->genMenu() | JROOT/plugins/system/helix/core/classes/menu.php:532 |
| 11 | HelixMenu->showMenu() | JROOT/templates/vina_veneno/features/menu.php:65 |
| 10 | HelixFeatureMenu->onPosition() | JROOT/plugins/system/helix/core/helix.php:225 |
| 9 | Helix::importFeatures() | JROOT/plugins/system/helix/core/helix.php:1173 |
| 8 | Helix::Header() | JROOT/templates/vina_veneno/index.php:32 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 1.73 ms After last query: 14.18 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM veneno_modules AS m
LEFT JOIN veneno_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN veneno_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-07 19:43:35')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-07 19:43:35')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 152 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 25 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | shopguitar_home.m.id | 1 | Using where; Using index |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | shopguitar_home.m.module,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:413 |
| 15 | JModuleHelper::getModuleList() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:356 |
| 14 | JModuleHelper::load() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:84 |
| 13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
| 12 | JDocumentHtml->countModules() | JROOT/plugins/system/helix/core/helix.php:735 |
| 11 | Helix::countModules() | JROOT/plugins/system/helix/core/helix.php:351 |
| 10 | Helix::showRow() | JROOT/plugins/system/helix/core/helix.php:448 |
| 9 | Helix::generatelayout() | JROOT/plugins/system/helix/core/helix.php:713 |
| 8 | Helix::layout() | JROOT/templates/vina_veneno/index.php:66 |
| 7 | require JROOT/templates/vina_veneno/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:45 |
Query Time: 0.95 ms After last query: 17.97 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '0'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 19 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 11 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:66 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.63 ms After last query: 1.45 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.44 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.43 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.64 ms After last query: 0.35 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.61 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.56 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '109'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 8 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.58 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '109'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 8 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.56 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.34 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.56 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.13 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '112'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.42 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '112'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.48 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.39 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.57 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.46 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '150'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.36 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '150'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.31 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.36 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '156'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 5 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.45 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '156'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 5 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.45 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.35 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '163'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '163'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '168'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '168'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '170'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '170'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '171'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.34 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '171'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.33 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.38 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.59 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '172'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '172'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '176'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '176'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '177'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '177'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '178'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '178'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '179'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '179'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '181'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.46 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '181'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '183'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '183'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '185'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '185'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.70 ms After last query: 1.77 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '0'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 19 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 11 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:66 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 1.49 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.48 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.45 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.46 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.38 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '109'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 8 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.53 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '109'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 8 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.55 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.37 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.46 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '162'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '182'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '112'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.45 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '112'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.44 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.42 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.46 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.46 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '148'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 1.30 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '149'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.52 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '150'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.35 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '150'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.34 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.46 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.41 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '169'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.46 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '173'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '156'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 5 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.55 ms After last query: 0.44 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '156'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 5 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.43 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.56 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.35 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '157'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '158'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.26 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '159'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '160'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.58 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '161'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '163'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.24 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '163'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '168'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '168'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '170'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '170'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '171'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.36 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '171'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.35 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:42 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.55 ms After last query: 0.38 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '174'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 14 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '175'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 16 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 15 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 14 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 13 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '172'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.53 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '172'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '176'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '176'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.56 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '177'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| Checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| Init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '177'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.54 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '178'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| Init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '178'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.49 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '179'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '179'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.51 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '181'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '181'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '183'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.50 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '183'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.05 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.48 ms After last query: 0.15 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '185'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,category_publish,access,category_publish_2 | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 13 | jshopCategory->getSubCategories() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.47 ms After last query: 0.24 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '185'
AND access IN (1,1)
ORDER BY category_id asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ref | category_parent_id,access | category_parent_id | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:34 |
| 15 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:36 |
| 14 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:59 |
| 13 | modVinaCMenuJShoppingHelper::getActiveState() | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21 |
| 12 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php | JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112 |
| 11 | require JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:68 |
| 10 | include JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |
Query Time: 0.76 ms After last query: 3.89 ms
SELECT `name_vi-VN` as name, category_id, category_parent_id, category_publish
FROM `veneno_jshopping_categories`
where category_publish = '1'
and access IN (1,1)
ORDER BY category_parent_id, ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_jshopping_categories | ALL | category_publish,access,category_publish_2 | NO INDEX KEY COULD BE USED | NULL | NULL | 44 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| Checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| Init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.18 ms |
| End of update loop | 0.03 ms |
| Query end | 0.02 ms |
| Commit | 0.02 ms |
| Closing tables | 0.02 ms |
| Unlocking tables | 0.01 ms |
| Closing tables | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/category.php:115 |
| 12 | jshopCategory->getAllCategories() | JROOT/components/com_jshopping/lib/functions.php:333 |
| 11 | buildTreeCategory() | JROOT/modules/mod_jshopping_ajaxsearch/mod_jshopping_ajaxsearch.php:25 |
| 10 | include JROOT/modules/mod_jshopping_ajaxsearch/mod_jshopping_ajaxsearch.php | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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:45 |