Query Time: 0.91 ms Query memory: 0.008 MB Memory before query: 0.902 MB
DELETE
FROM `veneno_session`
WHERE `time` < '1768963289'
EXPLAIN not possible on query: DELETE
FROM `veneno_session`
WHERE `time` < '1768963289'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:818 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:42 |
Query Time: 0.50 ms After last query: 0.26 ms Query memory: 0.021 MB Memory before query: 0.925 MB Rows returned: 0
SELECT `data`
FROM `veneno_session`
WHERE `session_id` = 'p9jpiha8dbav81dt24dreqvgj0'
| 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 | JDatabaseDriverMysqli->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: 0.45 ms After last query: 0.39 ms Query memory: 0.012 MB Memory before query: 0.978 MB Rows returned: 0
SELECT `session_id`
FROM `veneno_session`
WHERE `session_id` = 'p9jpiha8dbav81dt24dreqvgj0'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_session | const | PRIMARY | PRIMARY | 766 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
| 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:827 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:42 |
Query Time: 0.69 ms After last query: 0.13 ms Query memory: 0.009 MB Memory before query: 0.993 MB
INSERT INTO `veneno_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('p9jpiha8dbav81dt24dreqvgj0', 1, '1768966889', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `veneno_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('p9jpiha8dbav81dt24dreqvgj0', 1, '1768966889', 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:216 |
| 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:827 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:42 |
Query Time: 0.78 ms After last query: 0.50 ms Query memory: 0.019 MB Memory before query: 1.046 MB Rows returned: 38
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 | 38 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->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.60 ms After last query: 0.69 ms Query memory: 0.015 MB Memory before query: 1.137 MB Rows returned: 1
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 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:978 |
| 9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:1047 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:45 |
Query Time: 0.48 ms After last query: 0.14 ms Query memory: 0.015 MB Memory before query: 1.157 MB Rows returned: 5
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 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1064 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
| 1 | JApplicationCms->execute() | JROOT/index.php:45 |
Query Time: 1.23 ms After last query: 0.20 ms Query memory: 0.021 MB Memory before query: 1.197 MB Rows returned: 98
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 | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 260 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->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.70 ms After last query: 8.97 ms Query memory: 0.014 MB Memory before query: 2.004 MB Rows returned: 1
SELECT `enabled`
FROM `veneno_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/backuponupdate/backuponupdate.php:80 |
| 7 | require_once JROOT/plugins/system/backuponupdate/backuponupdate.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.61 ms After last query: 0.40 ms Query memory: 0.024 MB Memory before query: 2.045 MB Rows returned: 1
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 | JDatabaseDriverMysqli->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.82 ms After last query: 0.27 ms Query memory: 0.016 MB Memory before query: 2.051 MB
UPDATE `veneno_extensions`
SET `params` = '{\"mediaversion\":\"13fb47e7190cf76819e7053d924f225a\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `veneno_extensions`
SET `params` = '{\"mediaversion\":\"13fb47e7190cf76819e7053d924f225a\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->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.12 ms After last query: 4.05 ms Query memory: 0.040 MB Memory before query: 2.462 MB Rows returned: 23
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 | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 194 | Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | dwdohemwhosting_dochoimaugiao.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->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: 0.86 ms After last query: 0.73 ms Query memory: 0.039 MB Memory before query: 2.608 MB Rows returned: 3
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 | e | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | Using index condition; Using where |
| 1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->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: 0.65 ms After last query: 8.38 ms Query memory: 0.014 MB Memory before query: 3.381 MB Rows returned: 1
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 | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->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.21 ms After last query: 7.39 ms Query memory: 0.030 MB Memory before query: 3.624 MB Rows returned: 38
SELECT `id`,`name`,`rules`,`parent_id`
FROM `veneno_assets`
WHERE `name` IN ('com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_imagerecycle','com_installer','com_jcomments','com_joomlaupdate','com_jshopping','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_search','com_sitemapgenerator','com_tags','com_templates','com_users','com_weblinks','com_wrapper') OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | veneno_assets | index_merge | idx_asset_name,idx_parent_id | idx_asset_name,idx_parent_id | 202,4 | NULL | 39 | Using sort_union(idx_asset_name,idx_parent_id); Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
| 19 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
| 18 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
| 17 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
| 16 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 15 | JUser->authorise() | JROOT/components/com_content/models/articles.php:113 |
| 14 | ContentModelArticles->populateState() | JROOT/components/com_content/models/featured.php:42 |
| 13 | ContentModelFeatured->populateState() | JROOT/libraries/legacy/model/legacy.php:434 |
| 12 | JModelLegacy->getState() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
| 11 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:54 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->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.36 ms After last query: 2.47 ms Query memory: 0.033 MB Memory before query: 3.767 MB Rows returned: 0
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM veneno_content AS a
LEFT JOIN veneno_categories AS c
ON c.id = a.catid
LEFT JOIN veneno_users AS ua
ON ua.id = a.created_by
LEFT JOIN veneno_users AS uam
ON uam.id = a.modified_by
LEFT JOIN veneno_categories as parent
ON parent.id = c.parent_id
LEFT JOIN veneno_content_rating AS v
ON a.id = v.content_id
WHERE a.featured = 1
AND a.access IN (1,1)
AND c.access IN (1,1)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-21 03:41:29')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-21 03:41:29')
AND a.catid IN (2)
ORDER BY c.lft,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created DESC
LIMIT 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,idx_featured_catid | idx_featured_catid | 5 | const,const | 1 | Using where; Using filesort |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | dwdohemwhosting_dochoimaugiao.a.created_by | 1 | Using where |
| 1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | dwdohemwhosting_dochoimaugiao.a.modified_by | 1 | Using where |
| 1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | const | 1 | Using where |
| 1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | dwdohemwhosting_dochoimaugiao.a.id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 15 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 14 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:536 |
| 13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:100 |
| 12 | ContentModelFeatured->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
| 11 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->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.97 ms After last query: 3.24 ms Query memory: 0.022 MB Memory before query: 3.804 MB Rows returned: 1
SELECT COUNT(*)
FROM veneno_content AS a
LEFT JOIN veneno_categories AS c
ON c.id = a.catid
LEFT JOIN veneno_users AS ua
ON ua.id = a.created_by
LEFT JOIN veneno_users AS uam
ON uam.id = a.modified_by
LEFT JOIN veneno_categories as parent
ON parent.id = c.parent_id
LEFT JOIN veneno_content_rating AS v
ON a.id = v.content_id
WHERE a.featured = 1
AND a.access IN (1,1)
AND c.access IN (1,1)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-21 03:41:29')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-21 03:41:29')
AND a.catid IN (2)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,idx_featured_catid | idx_featured_catid | 5 | const,const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/legacy/model/legacy.php:334 |
| 14 | JModelLegacy->_getListCount() | JROOT/libraries/legacy/model/list.php:281 |
| 13 | JModelList->getTotal() | JROOT/libraries/legacy/model/list.php:231 |
| 12 | JModelList->getPagination() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
| 11 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
| 10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->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.82 ms After last query: 16.50 ms Query memory: 0.051 MB Memory before query: 4.475 MB Rows returned: 140
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 |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 29 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 28 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 27 | JTable->__construct() | JROOT/components/com_jshopping/tables/config.php:14 |
| 26 | jshopConfig->__construct() | JROOT/components/com_jshopping/lib/factory.php:24 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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: 3.25 ms Query memory: 0.077 MB Memory before query: 4.941 MB Rows returned: 1
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 |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |
| 27 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:729 |
| 26 | JTable->load() | JROOT/components/com_jshopping/lib/factory.php:30 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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.97 ms After last query: 1.43 ms Query memory: 0.046 MB Memory before query: 4.966 MB Rows returned: 8
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 |
|---|
| 35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 33 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 32 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 31 | JTable->__construct() | JROOT/components/com_jshopping/tables/currency.php:14 |
| 30 | jshopCurrency->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 29 | JTable::getInstance() | JROOT/components/com_jshopping/lib/factory.php:600 |
| 28 | JSFactory::getTable() | JROOT/components/com_jshopping/lib/factory.php:548 |
| 27 | JSFactory::getAllCurrency() | JROOT/components/com_jshopping/tables/config.php:53 |
| 26 | jshopConfig->loadCurrencyValue() | JROOT/components/com_jshopping/lib/factory.php:32 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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.30 ms Query memory: 0.039 MB Memory before query: 5.025 MB Rows returned: 1
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 |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/currency.php:22 |
| 28 | jshopCurrency->getAllCurrencies() | JROOT/components/com_jshopping/lib/factory.php:549 |
| 27 | JSFactory::getAllCurrency() | JROOT/components/com_jshopping/tables/config.php:53 |
| 26 | jshopConfig->loadCurrencyValue() | JROOT/components/com_jshopping/lib/factory.php:32 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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: 0.45 ms Query memory: 0.049 MB Memory before query: 5.111 MB Rows returned: 53
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 |
|---|
| 35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 33 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 32 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 31 | JTable->__construct() | JROOT/components/com_jshopping/tables/usershopbase.php:14 |
| 30 | jshopUserShopBase->__construct() | JROOT/components/com_jshopping/tables/usershop.php:15 |
| 29 | jshopUserShop->__construct() | JROOT/components/com_jshopping/lib/factory.php:47 |
| 28 | JSFactory::getUserShop() | JROOT/components/com_jshopping/tables/config.php:67 |
| 27 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 26 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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.14 ms After last query: 1.09 ms Query memory: 0.049 MB Memory before query: 5.290 MB Rows returned: 53
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 |
|---|
| 35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 33 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 32 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 31 | JTable->__construct() | JROOT/components/com_jshopping/tables/usershopbase.php:14 |
| 30 | jshopUserShopBase->__construct() | JROOT/components/com_jshopping/models/userguest.php:16 |
| 29 | jshopUserGust->__construct() | JROOT/components/com_jshopping/lib/factory.php:66 |
| 28 | JSFactory::getUserShopGuest() | JROOT/components/com_jshopping/tables/config.php:71 |
| 27 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 26 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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.00 ms After last query: 1.29 ms Query memory: 0.049 MB Memory before query: 5.471 MB Rows returned: 10
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 |
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 36 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 35 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 34 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 33 | JTable->__construct() | JROOT/components/com_jshopping/tables/usergroup.php:14 |
| 32 | jshopUserGroup->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 31 | JTable::getInstance() | JROOT/components/com_jshopping/lib/factory.php:600 |
| 30 | JSFactory::getTable() | JROOT/components/com_jshopping/models/userguest.php:30 |
| 29 | jshopUserGust->load() | JROOT/components/com_jshopping/lib/factory.php:67 |
| 28 | JSFactory::getUserShopGuest() | JROOT/components/com_jshopping/tables/config.php:71 |
| 27 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 26 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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.68 ms Query memory: 0.046 MB Memory before query: 5.559 MB Rows returned: 4
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 |
|---|
| 35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 33 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |
| 32 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |
| 31 | JTable->__construct() | JROOT/components/com_jshopping/tables/configdisplayprice.php:19 |
| 30 | jshopConfigDisplayPrice->__construct() | JROOT/libraries/joomla/table/table.php:311 |
| 29 | JTable::getInstance() | JROOT/components/com_jshopping/lib/factory.php:600 |
| 28 | JSFactory::getTable() | JROOT/components/com_jshopping/tables/config.php:79 |
| 27 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 26 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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.26 ms Query memory: 0.038 MB Memory before query: 5.607 MB Rows returned: 1
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 |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/configdisplayprice.php:38 |
| 28 | jshopConfigDisplayPrice->getList() | JROOT/components/com_jshopping/tables/config.php:80 |
| 27 | jshopConfig->getDisplayPriceFront() | JROOT/components/com_jshopping/tables/config.php:288 |
| 26 | jshopConfig->parseConfigVars() | JROOT/components/com_jshopping/lib/factory.php:35 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:143 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:166 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1550 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:14 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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.34 ms Query memory: 0.033 MB Memory before query: 5.608 MB Rows returned: 5
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 | 194 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/lib/shop_item_menu.php:130 |
| 24 | shopItemMenu->getList() | JROOT/components/com_jshopping/lib/shop_item_menu.php:41 |
| 23 | shopItemMenu->init() | JROOT/components/com_jshopping/lib/shop_item_menu.php:35 |
| 22 | shopItemMenu::getInstance() | JROOT/components/com_jshopping/router.php:15 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/plugins/system/helix/core/classes/menu.php:194 |
| 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:33 |
| 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.97 ms Query memory: 0.025 MB Memory before query: 5.665 MB Rows returned: 1
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 <= '2026-01-21 03:41:29')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-01-21 03:41:29')
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 | JDatabaseDriverMysqli->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:33 |
| 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.02 ms After last query: 2.56 ms Query memory: 0.037 MB Memory before query: 5.792 MB Rows returned: 25
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 | JDatabaseDriverMysqli->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:129 |
| 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:33 |
| 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.86 ms Query memory: 0.030 MB Memory before query: 5.927 MB Rows returned: 7
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->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:131 |
| 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:33 |
| 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.55 ms Query memory: 0.039 MB Memory before query: 5.973 MB Rows returned: 34
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 | 34 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/lib/factory.php:242 |
| 28 | JSFactory::getAliasCategory() | JROOT/components/com_jshopping/router.php:58 |
| 27 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 26 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:519 |
| 25 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:489 |
| 24 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:282 |
| 23 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
| 22 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 21 | JRoute::_() | JROOT/components/com_jshopping/lib/functions.php:479 |
| 20 | SEFLink() | JROOT/components/com_jshopping/tables/category.php:36 |
| 19 | jshopCategory->getSubCategories() | JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:131 |
| 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:33 |
| 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: 1.91 ms Query memory: 0.033 MB Memory before query: 6.026 MB Rows returned: 6
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | 6 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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: 1.60 ms Query memory: 0.035 MB Memory before query: 6.092 MB Rows returned: 6
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | 6 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->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:71 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.70 ms Query memory: 0.036 MB Memory before query: 6.152 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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 Query memory: 0.036 MB Memory before query: 6.186 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '151'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.50 ms After last query: 0.24 ms Query memory: 0.036 MB Memory before query: 6.219 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '165'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.51 ms After last query: 0.21 ms Query memory: 0.036 MB Memory before query: 6.253 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '166'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.12 ms Query memory: 0.036 MB Memory before query: 6.286 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '167'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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 Query memory: 0.036 MB Memory before query: 6.320 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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 Query memory: 0.034 MB Memory before query: 6.320 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.17 ms After last query: 0.25 ms Query memory: 0.036 MB Memory before query: 6.358 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.18 ms Query memory: 0.034 MB Memory before query: 6.385 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '151'
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 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.15 ms After last query: 0.25 ms Query memory: 0.036 MB Memory before query: 6.423 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '151'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.17 ms Query memory: 0.034 MB Memory before query: 6.450 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '165'
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 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.14 ms After last query: 0.23 ms Query memory: 0.036 MB Memory before query: 6.488 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '165'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.69 ms After last query: 0.17 ms Query memory: 0.034 MB Memory before query: 6.515 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '166'
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 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.24 ms Query memory: 0.036 MB Memory before query: 6.553 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '166'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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 Query memory: 0.034 MB Memory before query: 6.581 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '167'
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 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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 Query memory: 0.036 MB Memory before query: 6.618 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '167'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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 Query memory: 0.034 MB Memory before query: 6.646 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 24 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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 Query memory: 0.036 MB Memory before query: 6.683 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.19 ms Query memory: 0.033 MB Memory before query: 6.688 MB Rows returned: 3
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '152'
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 | 3 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.68 ms After last query: 1.12 ms Query memory: 0.035 MB Memory before query: 6.738 MB Rows returned: 3
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '152'
AND access IN (1,1)
ORDER BY category_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 | 3 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->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:71 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.50 ms Query memory: 0.036 MB Memory before query: 6.787 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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 Query memory: 0.036 MB Memory before query: 6.820 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.51 ms After last query: 0.25 ms Query memory: 0.036 MB Memory before query: 6.854 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.25 ms Query memory: 0.034 MB Memory before query: 6.865 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 24 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.13 ms After last query: 0.24 ms Query memory: 0.036 MB Memory before query: 6.903 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.19 ms Query memory: 0.034 MB Memory before query: 6.930 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.52 ms After last query: 0.24 ms Query memory: 0.036 MB Memory before query: 6.968 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.50 ms After last query: 0.19 ms Query memory: 0.034 MB Memory before query: 6.995 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 24 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.51 ms After last query: 0.24 ms Query memory: 0.036 MB Memory before query: 7.033 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.20 ms Query memory: 0.033 MB Memory before query: 7.049 MB Rows returned: 7
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '193'
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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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: 2.00 ms Query memory: 0.035 MB Memory before query: 7.116 MB Rows returned: 7
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '193'
AND access IN (1,1)
ORDER BY category_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 | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->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:71 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.51 ms After last query: 0.47 ms Query memory: 0.036 MB Memory before query: 7.179 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.51 ms After last query: 0.18 ms Query memory: 0.036 MB Memory before query: 7.213 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.50 ms After last query: 0.13 ms Query memory: 0.036 MB Memory before query: 7.246 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.48 ms After last query: 0.16 ms Query memory: 0.036 MB Memory before query: 7.280 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '180'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.49 ms After last query: 0.20 ms Query memory: 0.036 MB Memory before query: 7.313 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 |
|---|
| 26 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.49 ms After last query: 0.14 ms Query memory: 0.036 MB Memory before query: 7.347 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.46 ms After last query: 0.13 ms Query memory: 0.036 MB Memory before query: 7.381 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '192'
AND access IN (1,1)
ORDER BY category_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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83 |
| 22 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.51 ms After last query: 0.16 ms Query memory: 0.034 MB Memory before query: 7.379 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | JDatabaseDriverMysqli->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:135 |
| 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:33 |
| 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.48 ms After last query: 0.14 ms Query memory: 0.036 MB Memory before query: 7.417 MB Rows returned: 0
SELECT `name_vi-VN` as name,`description_vi-VN` 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 | JDatabaseDriverMysqli->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:71 |
| 23 | modVinaCMenuJShoppingHelper::getChildCategory() | JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117 |
| 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:135 |
| 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:33 |
| 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.52 ms After last query: 0.14 ms Query memory: 0.034 MB Memory before query: 7.445 MB Rows returned: 0