Query Time: 0.76 ms Query memory: 0.021 MB Memory before query: 1.582 MB Rows returned: 0
SELECT `data`
FROM `shin_session`
WHERE `session_id` = 'me8kv7h6qrfngmhc0cojr5f456'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_session | const | PRIMARY | PRIMARY | 194 | 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:1734 |
| 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:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.63 ms After last query: 3.77 ms Query memory: 0.013 MB Memory before query: 1.639 MB Rows returned: 0
SELECT `session_id`
FROM `shin_session`
WHERE `session_id` = 'me8kv7h6qrfngmhc0cojr5f456'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 3.06 ms After last query: 0.44 ms Query memory: 0.010 MB Memory before query: 1.656 MB
INSERT INTO `shin_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('me8kv7h6qrfngmhc0cojr5f456', 1, 1765036363, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `shin_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('me8kv7h6qrfngmhc0cojr5f456', 1, 1765036363, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| update | 0.08 ms |
| end | 0.01 ms |
| query end | 2.48 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.28 ms After last query: 7.25 ms Query memory: 0.028 MB Memory before query: 1.733 MB Rows returned: 40
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `shin_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_extensions | ref | extension | extension | 82 | const | 40 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.11 ms |
| optimizing | 0.08 ms |
| statistics | 0.09 ms |
| preparing | 0.05 ms |
| executing | 0.01 ms |
| Sending data | 0.45 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.02 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 8.14 ms Query memory: 0.015 MB Memory before query: 1.842 MB Rows returned: 5
SELECT id, rules
FROM `shin_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| Sending data | 0.12 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.09 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1500 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 0.64 ms Query memory: 0.016 MB Memory before query: 1.866 MB Rows returned: 0
SELECT b.id
FROM shin_usergroups AS a
LEFT JOIN shin_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.03 ms |
| optimizing | 0.03 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.06 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.05 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.04 ms |
| updating status | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.56 ms After last query: 1.18 ms Query memory: 0.020 MB Memory before query: 1.905 MB Rows returned: 115
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM shin_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 | shin_extensions | ref | extension | extension | 82 | const | 145 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.06 ms |
| optimizing | 0.05 ms |
| statistics | 0.17 ms |
| preparing | 0.06 ms |
| Sorting result | 0.04 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.36 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.04 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:354 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:359 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.28 ms After last query: 100.38 ms Query memory: 0.023 MB Memory before query: 3.037 MB Rows returned: 87
SELECT *
FROM shin_j2store_configurations
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_j2store_configurations | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 87 | |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.04 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.04 ms |
| executing | 0.02 ms |
| Sending data | 0.54 ms |
| end | 0.02 ms |
| query end | 0.03 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_j2store/helpers/config.php:20 |
| 13 | J2Config->__construct() | JROOT/administrator/components/com_j2store/helpers/config.php:28 |
| 12 | J2Config::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:72 |
| 11 | J2Store::config() | JROOT/plugins/system/j2store/j2store.php:165 |
| 10 | plgSystemJ2Store->onJ2StoreCronTask() | JROOT/plugins/system/j2store/j2store.php:145 |
| 9 | plgSystemJ2Store->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/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.02 ms After last query: 20.78 ms Query memory: 0.030 MB Memory before query: 3.288 MB Rows returned: 9
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 shin_menu AS m
LEFT JOIN shin_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 67 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | hoclocom_cadaovo.m.component_id | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.08 ms |
| optimizing | 0.06 ms |
| statistics | 0.17 ms |
| preparing | 0.08 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.83 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1073 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.97 ms After last query: 32.14 ms Query memory: 0.026 MB Memory before query: 3.577 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `shin_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.05 ms |
| optimizing | 0.03 ms |
| statistics | 0.18 ms |
| preparing | 0.05 ms |
| executing | 0.01 ms |
| Sending data | 0.13 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
| 19 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 18 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 15 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 14 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/j2store/j2store.php:80 |
| 9 | plgSystemJ2Store->onAfterRoute() | 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/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.07 ms After last query: 0.61 ms Query memory: 0.018 MB Memory before query: 3.585 MB
UPDATE `shin_extensions`
SET `params` = '{\"mediaversion\":\"c52f50708209c38456e5a4721ebaf463\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `shin_extensions`
SET `params` = '{\"mediaversion\":\"c52f50708209c38456e5a4721ebaf463\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.13 ms |
| updating | 0.11 ms |
| end | 0.02 ms |
| query end | 2.39 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 14 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 13 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/j2store/j2store.php:80 |
| 9 | plgSystemJ2Store->onAfterRoute() | 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/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 8.48 ms Query memory: 0.023 MB Memory before query: 3.754 MB Rows returned: 2
SELECT *
FROM shin_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.08 ms |
| optimizing | 0.04 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.13 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 13 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 12 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/components/com_k2/helpers/utilities.php:243 |
| 11 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:53 |
| 10 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:404 |
| 9 | plgSystemK2->onAfterRoute() | 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/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.10 ms After last query: 4.85 ms Query memory: 0.039 MB Memory before query: 3.877 MB Rows returned: 4
SELECT id, home, template, s.params
FROM shin_template_styles as s
LEFT JOIN shin_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 | 6 | Using where; Using join buffer (flat, BNL join) |
| Status | Duration |
|---|
| starting | 0.72 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.05 ms |
| optimizing | 0.05 ms |
| statistics | 0.12 ms |
| preparing | 0.07 ms |
| executing | 0.01 ms |
| Sending data | 0.24 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 20 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/HTML/HTMLHelper.php:365 |
| 19 | Joomla\CMS\HTML\HTMLHelper::includeRelativeFiles() | JROOT/libraries/src/HTML/HTMLHelper.php:712 |
| 18 | Joomla\CMS\HTML\HTMLHelper::script() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/libraries/cms/html/jquery.php:52 |
| 14 | JHtmlJquery::framework() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_k2/helpers/html.php:71 |
| 10 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:404 |
| 9 | plgSystemK2->onAfterRoute() | 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/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.52 ms After last query: 34.63 ms Query memory: 0.030 MB Memory before query: 4.245 MB Rows returned: 40
SELECT `id`,`name`,`rules`,`parent_id`
FROM `shin_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_cjlib','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_crosswords','com_fields','com_finder','com_installer','com_j2store','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_sppagebuilder','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 364 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.03 ms |
| init | 0.11 ms |
| optimizing | 0.03 ms |
| statistics | 0.24 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 1.43 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_sppagebuilder/models/page.php:29 |
| 14 | SppagebuilderModelPage->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:440 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_sppagebuilder/models/page.php:41 |
| 12 | SppagebuilderModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_sppagebuilder/views/page/view.html.php:24 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.10 ms After last query: 3.70 ms Query memory: 0.025 MB Memory before query: 4.356 MB Rows returned: 1
SELECT a.*,l.title AS language_title,ua.name AS author_name
FROM shin_sppagebuilder as a
LEFT JOIN `shin_languages` AS l
ON l.lang_code = a.language
LEFT JOIN shin_users AS ua
ON ua.id = a.created_by
WHERE a.id = 1
AND a.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 8 | const | 1 | |
| 1 | SIMPLE | l | const | idx_langcode | idx_langcode | 28 | const | 0 | unique row not found |
| 1 | SIMPLE | ua | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.08 ms |
| optimizing | 0.04 ms |
| statistics | 0.17 ms |
| preparing | 0.02 ms |
| Unlocking tables | 0.09 ms |
| executing | 0.02 ms |
| Sending data | 0.16 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/models/page.php:82 |
| 12 | SppagebuilderModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_sppagebuilder/views/page/view.html.php:24 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.36 ms After last query: 1.71 ms Query memory: 0.028 MB Memory before query: 4.417 MB Rows returned: 24
SHOW FULL COLUMNS
FROM `shin_sppagebuilder`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_sppagebuilder`
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.01 ms |
| Opening tables | 0.64 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Filling schema table | 0.03 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.14 ms |
| end | 0.02 ms |
| query end | 0.05 ms |
| closing tables | 0.02 ms |
| removing tmp table | 0.27 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 14 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_sppagebuilder/tables/page.php:17 |
| 13 | SppagebuilderTablePage->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 12 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_sppagebuilder/models/page.php:176 |
| 11 | SppagebuilderModelPage->hit() | JROOT/components/com_sppagebuilder/views/page/view.html.php:37 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 3.38 ms Query memory: 0.025 MB Memory before query: 4.507 MB Rows returned: 1
SELECT *
FROM shin_sppagebuilder
WHERE `id` = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_sppagebuilder | const | PRIMARY | PRIMARY | 8 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.05 ms |
| optimizing | 0.03 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| Unlocking tables | 0.06 ms |
| executing | 0.01 ms |
| Sending data | 0.17 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 12 | Joomla\CMS\Table\Table->load() | JROOT/components/com_sppagebuilder/models/page.php:177 |
| 11 | SppagebuilderModelPage->hit() | JROOT/components/com_sppagebuilder/views/page/view.html.php:37 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.46 ms After last query: 0.76 ms Query memory: 0.017 MB Memory before query: 4.542 MB
UPDATE shin_sppagebuilder
SET `hits` = (`hits` + 1)
WHERE `id` = '1'
EXPLAIN not possible on query: UPDATE shin_sppagebuilder
SET `hits` = (`hits` + 1)
WHERE `id` = '1'
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.07 ms |
| updating | 0.14 ms |
| end | 0.02 ms |
| query end | 2.72 ms |
| closing tables | 0.03 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1245 |
| 12 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_sppagebuilder/models/page.php:178 |
| 11 | SppagebuilderModelPage->hit() | JROOT/components/com_sppagebuilder/views/page/view.html.php:37 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 3.29 ms Query memory: 0.025 MB Memory before query: 4.578 MB Rows returned: 1
SELECT `template`
FROM `shin_template_styles`
WHERE `client_id` = 0
AND `home` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.04 ms |
| optimizing | 0.03 ms |
| statistics | 0.04 ms |
| preparing | 0.04 ms |
| executing | 0.01 ms |
| Sending data | 0.12 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.05 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:583 |
| 16 | AddonParser::getTemplateName() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:151 |
| 15 | AddonParser::getAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:611 |
| 14 | require_once JROOT/components/com_sppagebuilder/parser/addon-parser.php | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:14 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 44.67 ms Query memory: 0.030 MB Memory before query: 4.961 MB Rows returned: 1
SELECT `title`
FROM `shin_sppagebuilder`
WHERE id = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_sppagebuilder | const | PRIMARY | PRIMARY | 8 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.02 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.05 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/router.php:126 |
| 21 | SppagebuilderRouter->getPageSegment() | JROOT/components/com_sppagebuilder/router.php:66 |
| 20 | SppagebuilderRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:64 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.00 ms After last query: 4.46 ms Query memory: 0.025 MB Memory before query: 5.053 MB Rows returned: 1
SELECT `template`
FROM `shin_template_styles`
WHERE `client_id` = 0
AND `home` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.03 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.06 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:37 |
| 16 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:45 |
| 15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:189 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.13 ms After last query: 16.80 ms Query memory: 0.029 MB Memory before query: 5.289 MB Rows returned: 25
SELECT id, name, parent
FROM shin_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1)
ORDER BY parent
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_k2_categories | ref | category,published,access,trash | category | 2 | const | 25 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.04 ms |
| optimizing | 0.04 ms |
| statistics | 0.12 ms |
| preparing | 0.06 ms |
| Sorting result | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.30 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:1077 |
| 18 | K2ModelItemlist->getCategoriesTree() | JROOT/templates/shaper_news365/sppagebuilder/fields/k2categories.php:19 |
| 17 | require_once JROOT/templates/shaper_news365/sppagebuilder/fields/k2categories.php | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/admin.php:16 |
| 16 | require_once JROOT/templates/shaper_news365/sppagebuilder/addons/articles/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:66 |
| 15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:189 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.85 ms After last query: 23.80 ms Query memory: 0.026 MB Memory before query: 6.545 MB Rows returned: 1
SELECT a.enabled
FROM `shin_extensions` AS `a`
WHERE `a`.`name` = 'AcyMailing'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 271 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.04 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.26 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
| 18 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:458 |
| 17 | SpPgaeBuilderBase::acymailingList() | JROOT/components/com_sppagebuilder/addons/optin_form/admin.php:162 |
| 16 | require_once JROOT/components/com_sppagebuilder/addons/optin_form/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:68 |
| 15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:189 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.31 ms Query memory: 0.026 MB Memory before query: 6.574 MB Rows returned: 1
SELECT `listid`,`name`
FROM `shin_acymailing_list`
WHERE `published` = '1'
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_acymailing_list | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:469 |
| 17 | SpPgaeBuilderBase::acymailingList() | JROOT/components/com_sppagebuilder/addons/optin_form/admin.php:162 |
| 16 | require_once JROOT/components/com_sppagebuilder/addons/optin_form/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:68 |
| 15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:189 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.09 ms After last query: 39.26 ms Query memory: 0.033 MB Memory before query: 7.386 MB Rows returned: 1
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (84)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.45 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.12 ms |
| optimizing | 0.07 ms |
| statistics | 0.28 ms |
| preparing | 0.07 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.28 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.04 ms |
| updating status | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.63 ms After last query: 0.71 ms Query memory: 0.035 MB Memory before query: 7.422 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '96'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.13 ms |
| optimizing | 0.06 ms |
| statistics | 0.21 ms |
| preparing | 0.06 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.30 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.14 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 19 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.67 ms After last query: 0.65 ms Query memory: 0.035 MB Memory before query: 7.449 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (96)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.10 ms |
| optimizing | 0.06 ms |
| statistics | 0.21 ms |
| preparing | 0.07 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.37 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.06 ms |
| updating status | 0.07 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 0.69 ms Query memory: 0.036 MB Memory before query: 7.497 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '97'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.10 ms |
| optimizing | 0.06 ms |
| statistics | 0.21 ms |
| preparing | 0.20 ms |
| Sorting result | 0.04 ms |
| executing | 0.02 ms |
| Sending data | 0.08 ms |
| Creating sort index | 0.28 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.61 ms After last query: 0.78 ms Query memory: 0.035 MB Memory before query: 7.525 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '98'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.08 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.10 ms |
| optimizing | 0.06 ms |
| statistics | 0.21 ms |
| preparing | 0.06 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.27 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.07 ms |
| freeing items | 0.03 ms |
| updating status | 0.11 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.58 ms After last query: 0.55 ms Query memory: 0.035 MB Memory before query: 7.554 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '91'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.09 ms |
| optimizing | 0.06 ms |
| statistics | 0.21 ms |
| preparing | 0.06 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.29 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.10 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.31 ms After last query: 0.79 ms Query memory: 0.035 MB Memory before query: 7.551 MB Rows returned: 10
SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
WHERE `b`.`extension` = 'com_content'
AND `a`.`state` = '1'
AND `a`.`catid` IN (96,97,98,91,84)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-06 15:52:43')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-06 15:52:43')
AND `a`.`access` IN (1,1)
ORDER BY `a`.`publish_up` DESC,`a`.`created` DESC
LIMIT 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 14 | Using where; Using filesort |
| 1 | SIMPLE | b | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | hoclocom_cadaovo.a.catid | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.19 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.14 ms |
| optimizing | 0.09 ms |
| statistics | 0.30 ms |
| preparing | 0.10 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.08 ms |
| Creating sort index | 0.81 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.04 ms |
| updating status | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:98 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.12 ms After last query: 2.87 ms Query memory: 0.040 MB Memory before query: 7.697 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `shin_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_users`
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| Opening tables | 0.93 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.03 ms |
| optimizing | 0.03 ms |
| statistics | 0.03 ms |
| preparing | 0.04 ms |
| executing | 0.02 ms |
| Filling schema table | 0.04 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| closing tables | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.17 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| removing tmp table | 0.37 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 27 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 26 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 25 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:40 |
| 24 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 23 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
| 22 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:880 |
| 21 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 20 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 19 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 18 | Joomla\CMS\Factory::getUser() | JROOT/components/com_sppagebuilder/helpers/articles.php:103 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 0.90 ms Query memory: 0.035 MB Memory before query: 7.771 MB Rows returned: 1
SELECT *
FROM `shin_users`
WHERE `id` = 640
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.21 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.18 ms |
| System lock | 0.03 ms |
| Table lock | 0.03 ms |
| init | 0.09 ms |
| optimizing | 0.05 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| Unlocking tables | 0.12 ms |
| executing | 0.02 ms |
| Sending data | 0.09 ms |
| end | 0.03 ms |
| query end | 0.03 ms |
| closing tables | 0.07 ms |
| Unlocking tables | 0.05 ms |
| freeing items | 0.03 ms |
| updating status | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:86 |
| 22 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
| 21 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 20 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 19 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 18 | Joomla\CMS\Factory::getUser() | JROOT/components/com_sppagebuilder/helpers/articles.php:103 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.60 ms After last query: 7.59 ms Query memory: 0.032 MB Memory before query: 8.538 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `shin_usergroups` AS g
INNER JOIN `shin_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 640
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | hoclocom_cadaovo.m.group_id | 1 | |
| Status | Duration |
|---|
| starting | 0.20 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.03 ms |
| System lock | 0.03 ms |
| Table lock | 0.03 ms |
| init | 0.06 ms |
| optimizing | 0.06 ms |
| statistics | 0.15 ms |
| preparing | 0.12 ms |
| executing | 0.03 ms |
| Sending data | 0.19 ms |
| end | 0.03 ms |
| query end | 0.03 ms |
| closing tables | 0.07 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.03 ms |
| updating status | 0.09 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1500 |
| 23 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:111 |
| 22 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
| 21 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 20 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 19 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 18 | Joomla\CMS\Factory::getUser() | JROOT/components/com_sppagebuilder/helpers/articles.php:103 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.48 ms After last query: 5.41 ms Query memory: 0.047 MB Memory before query: 8.589 MB Rows returned: 6
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `shin_categories` AS `s`
INNER JOIN `shin_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 96
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | cat_idx | 207 | NULL | 6 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.41 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.13 ms |
| optimizing | 0.09 ms |
| statistics | 0.33 ms |
| preparing | 0.03 ms |
| Unlocking tables | 0.09 ms |
| Sorting result | 0.04 ms |
| executing | 0.02 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.41 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.04 ms |
| updating status | 0.08 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 29 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 28 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 27 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 26 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 25 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 24 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 23 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
| 22 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:102 |
| 19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:52 |
| 18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_sppagebuilder/helpers/articles.php:104 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_headline/site.php:37 |
| 16 | SppagebuilderAddonArticles_headline->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.87 ms After last query: 56.52 ms Query memory: 0.033 MB Memory before query: 8.630 MB Rows returned: 1
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (84)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.11 ms |
| optimizing | 0.07 ms |
| statistics | 0.23 ms |
| preparing | 0.07 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.35 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.04 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.79 ms After last query: 1.08 ms Query memory: 0.035 MB Memory before query: 8.665 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '96'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.09 ms |
| optimizing | 0.06 ms |
| statistics | 0.20 ms |
| preparing | 0.06 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.36 ms |
| end | 0.04 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.04 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 19 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.79 ms After last query: 1.14 ms Query memory: 0.035 MB Memory before query: 8.693 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (96)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.10 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.09 ms |
| optimizing | 0.06 ms |
| statistics | 0.19 ms |
| preparing | 0.07 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.31 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| closing tables | 0.06 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.06 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.59 ms After last query: 1.19 ms Query memory: 0.035 MB Memory before query: 8.741 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '97'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.06 ms |
| Table lock | 0.02 ms |
| init | 0.09 ms |
| optimizing | 0.06 ms |
| statistics | 0.20 ms |
| preparing | 0.06 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.25 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.12 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.77 ms After last query: 0.98 ms Query memory: 0.035 MB Memory before query: 8.769 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '98'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.09 ms |
| optimizing | 0.06 ms |
| statistics | 0.20 ms |
| preparing | 0.11 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.26 ms |
| end | 0.03 ms |
| query end | 0.03 ms |
| closing tables | 0.03 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.81 ms After last query: 1.06 ms Query memory: 0.035 MB Memory before query: 8.798 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '91'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.03 ms |
| init | 0.12 ms |
| optimizing | 0.08 ms |
| statistics | 0.21 ms |
| preparing | 0.06 ms |
| Sorting result | 0.03 ms |
| executing | 0.06 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.31 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.27 ms After last query: 0.69 ms Query memory: 0.034 MB Memory before query: 8.795 MB Rows returned: 4
SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
WHERE `b`.`extension` = 'com_content'
AND `a`.`state` = '1'
AND `a`.`catid` IN (96,97,98,91,84)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-06 15:52:43')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-06 15:52:43')
AND `a`.`access` IN (1,1)
ORDER BY `a`.`hits` DESC,`a`.`created` DESC
LIMIT 4
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 14 | Using where; Using filesort |
| 1 | SIMPLE | b | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | hoclocom_cadaovo.a.catid | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.11 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.13 ms |
| optimizing | 0.09 ms |
| statistics | 0.23 ms |
| preparing | 0.09 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.07 ms |
| Creating sort index | 0.60 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.06 ms |
| updating status | 0.05 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:98 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 15.60 ms Query memory: 0.027 MB Memory before query: 8.831 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params
FROM shin_modules AS m
WHERE m.published = 1
AND m.id = 123
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-06 15:52:43')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-06 15:52:43')
AND m.access IN (1,1)
AND m.client_id = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.06 ms |
| optimizing | 0.06 ms |
| statistics | 0.16 ms |
| preparing | 0.02 ms |
| Unlocking tables | 0.08 ms |
| executing | 0.02 ms |
| Sending data | 0.04 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.03 ms |
| updating status | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/addons/module/site.php:99 |
| 17 | SppagebuilderAddonModule::getModules() | JROOT/components/com_sppagebuilder/addons/module/site.php:28 |
| 16 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 7.31 ms Query memory: 0.036 MB Memory before query: 8.906 MB Rows returned: 0
SELECT *
FROM shin_banners
WHERE '2025-12-06 15:52:43' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.13 ms |
| optimizing | 0.11 ms |
| executing | 0.14 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| closing tables | 0.08 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
| 19 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
| 18 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_sppagebuilder/addons/module/site.php:48 |
| 16 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.08 ms After last query: 3.93 ms Query memory: 0.034 MB Memory before query: 8.989 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM shin_banners as a
LEFT JOIN shin_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-06 15:52:43')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-06 15:52:43')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.cid = 4
AND cl.state = 1
AND a.catid IN (105)
ORDER BY a.sticky DESC,a.ordering
LIMIT 5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cl | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | a | ref | idx_state,idx_banner_catid | idx_banner_catid | 4 | const | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.50 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.16 ms |
| optimizing | 0.07 ms |
| statistics | 0.16 ms |
| preparing | 0.02 ms |
| Unlocking tables | 0.07 ms |
| Sorting result | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.16 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.04 ms |
| updating status | 0.15 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:205 |
| 20 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
| 19 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 18 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_sppagebuilder/addons/module/site.php:48 |
| 16 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.18 ms After last query: 0.68 ms Query memory: 0.027 MB Memory before query: 9.028 MB
UPDATE shin_banners
SET impmade = (impmade + 1)
WHERE id IN (6)
EXPLAIN not possible on query: UPDATE shin_banners
SET impmade = (impmade + 1)
WHERE id IN (6)
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.08 ms |
| updating | 0.10 ms |
| end | 0.02 ms |
| query end | 3.35 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:249 |
| 20 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 19 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 18 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_sppagebuilder/addons/module/site.php:48 |
| 16 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.10 ms After last query: 11.24 ms Query memory: 0.033 MB Memory before query: 9.033 MB Rows returned: 1
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (84)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.13 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.02 ms |
| init | 0.09 ms |
| optimizing | 0.05 ms |
| statistics | 0.32 ms |
| preparing | 0.06 ms |
| Sorting result | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.25 ms |
| end | 0.02 ms |
| query end | 0.08 ms |
| closing tables | 0.03 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.15 ms |
| cleaning up | 0.10 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 0.99 ms Query memory: 0.035 MB Memory before query: 9.069 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '96'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.08 ms |
| optimizing | 0.05 ms |
| statistics | 0.21 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.26 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 19 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.50 ms After last query: 1.01 ms Query memory: 0.035 MB Memory before query: 9.096 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (96)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.07 ms |
| optimizing | 0.05 ms |
| statistics | 0.16 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.25 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.08 ms |
| updating status | 0.08 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.41 ms After last query: 0.94 ms Query memory: 0.035 MB Memory before query: 9.144 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '97'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.07 ms |
| optimizing | 0.05 ms |
| statistics | 0.15 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.11 ms |
| Creating sort index | 0.32 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 0.76 ms Query memory: 0.036 MB Memory before query: 9.172 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '98'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.07 ms |
| optimizing | 0.05 ms |
| statistics | 0.20 ms |
| preparing | 0.05 ms |
| Sorting result | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.20 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.44 ms After last query: 0.58 ms Query memory: 0.035 MB Memory before query: 9.201 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '91'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.07 ms |
| optimizing | 0.05 ms |
| statistics | 0.27 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.20 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.14 ms After last query: 0.49 ms Query memory: 0.034 MB Memory before query: 9.198 MB Rows returned: 6
SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
WHERE `b`.`extension` = 'com_content'
AND `a`.`state` = '1'
AND `a`.`catid` IN (96,97,98,91,84)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-06 15:52:43')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-06 15:52:43')
AND `a`.`access` IN (1,1)
ORDER BY `a`.`publish_up` DESC,`a`.`created` DESC
LIMIT 6
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 14 | Using where; Using filesort |
| 1 | SIMPLE | b | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | hoclocom_cadaovo.a.catid | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.10 ms |
| optimizing | 0.07 ms |
| statistics | 0.41 ms |
| preparing | 0.08 ms |
| Sorting result | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.62 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.07 ms |
| freeing items | 0.04 ms |
| updating status | 0.08 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:98 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.37 ms After last query: 15.29 ms Query memory: 0.033 MB Memory before query: 9.237 MB Rows returned: 1
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (84)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.15 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.20 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.30 ms After last query: 0.65 ms Query memory: 0.035 MB Memory before query: 9.273 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '96'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.21 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 19 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.00 ms After last query: 0.50 ms Query memory: 0.035 MB Memory before query: 9.300 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (96)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.09 ms |
| optimizing | 0.04 ms |
| statistics | 0.14 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.99 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.22 ms After last query: 0.82 ms Query memory: 0.035 MB Memory before query: 9.348 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '97'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.17 ms |
| preparing | 0.04 ms |
| Sorting result | 0.05 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.21 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.11 ms After last query: 0.69 ms Query memory: 0.035 MB Memory before query: 9.376 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '98'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.21 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.48 ms After last query: 0.89 ms Query memory: 0.035 MB Memory before query: 9.405 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '91'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.50 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.50 ms After last query: 0.60 ms Query memory: 0.034 MB Memory before query: 9.402 MB Rows returned: 4
SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
WHERE `b`.`extension` = 'com_content'
AND `a`.`state` = '1'
AND `a`.`catid` IN (96,97,98,91,84)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-06 15:52:43')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-06 15:52:43')
AND `a`.`access` IN (1,1)
ORDER BY `a`.`publish_up` DESC,`a`.`created` DESC
LIMIT 4
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 14 | Using where; Using filesort |
| 1 | SIMPLE | b | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | hoclocom_cadaovo.a.catid | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.09 ms |
| optimizing | 0.06 ms |
| statistics | 0.21 ms |
| preparing | 0.06 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.31 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:98 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles/site.php:52 |
| 16 | SppagebuilderAddonArticles->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.27 ms After last query: 21.03 ms Query memory: 0.033 MB Memory before query: 9.440 MB Rows returned: 1
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (84)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.07 ms |
| optimizing | 0.05 ms |
| statistics | 0.16 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.21 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.05 ms |
| updating status | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_slider/site.php:54 |
| 16 | SppagebuilderAddonArticles_slider->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.05 ms After last query: 0.61 ms Query memory: 0.035 MB Memory before query: 9.475 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '96'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.13 ms |
| preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.20 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 19 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_slider/site.php:54 |
| 16 | SppagebuilderAddonArticles_slider->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.14 ms After last query: 0.72 ms Query memory: 0.035 MB Memory before query: 9.503 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` IN (96)
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.18 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.21 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:340 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_slider/site.php:54 |
| 16 | SppagebuilderAddonArticles_slider->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 0.77 ms Query memory: 0.035 MB Memory before query: 9.550 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '97'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.13 ms |
| preparing | 0.07 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.17 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_slider/site.php:54 |
| 16 | SppagebuilderAddonArticles_slider->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.19 ms After last query: 0.63 ms Query memory: 0.036 MB Memory before query: 9.580 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '98'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.08 ms |
| optimizing | 0.06 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.22 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_slider/site.php:54 |
| 16 | SppagebuilderAddonArticles_slider->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.17 ms After last query: 0.58 ms Query memory: 0.035 MB Memory before query: 9.609 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '91'
ORDER BY `created_time` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.08 ms |
| optimizing | 0.06 ms |
| statistics | 0.17 ms |
| preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.17 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:373 |
| 20 | SppagebuilderHelperArticles::hasChildren() | JROOT/components/com_sppagebuilder/helpers/articles.php:346 |
| 19 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:347 |
| 18 | SppagebuilderHelperArticles::getCategories() | JROOT/components/com_sppagebuilder/helpers/articles.php:48 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_slider/site.php:54 |
| 16 | SppagebuilderAddonArticles_slider->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.66 ms After last query: 0.45 ms Query memory: 0.036 MB Memory before query: 9.607 MB Rows returned: 14
SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
WHERE `b`.`extension` = 'com_content'
AND `a`.`state` = '1'
AND `a`.`catid` IN (96,97,98,91,84)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-06 15:52:43')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-06 15:52:43')
AND `a`.`access` IN (1,1)
ORDER BY `a`.`publish_up` DESC,`a`.`created` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 14 | Using where; Using filesort |
| 1 | SIMPLE | b | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | hoclocom_cadaovo.a.catid | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.14 ms |
| optimizing | 0.07 ms |
| statistics | 0.16 ms |
| preparing | 0.06 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.54 ms |
| end | 0.02 ms |
| query end | 0.04 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/articles.php:98 |
| 17 | SppagebuilderHelperArticles::getArticles() | JROOT/templates/shaper_news365/sppagebuilder/addons/articles_slider/site.php:54 |
| 16 | SppagebuilderAddonArticles_slider->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.43 ms After last query: 19.07 ms Query memory: 0.027 MB Memory before query: 9.642 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params
FROM shin_modules AS m
WHERE m.published = 1
AND m.id = 131
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-06 15:52:43')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-06 15:52:43')
AND m.access IN (1,1)
AND m.client_id = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY,published | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.06 ms |
| optimizing | 0.05 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| Unlocking tables | 0.44 ms |
| executing | 0.02 ms |
| Sending data | 0.05 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.03 ms |
| updating status | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/addons/module/site.php:99 |
| 17 | SppagebuilderAddonModule::getModules() | JROOT/components/com_sppagebuilder/addons/module/site.php:28 |
| 16 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 1.77 ms Query memory: 0.036 MB Memory before query: 9.692 MB Rows returned: 0
SELECT *
FROM shin_banners
WHERE '2025-12-06 15:52:43' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| executing | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.05 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
| 19 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
| 18 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_sppagebuilder/addons/module/site.php:48 |
| 16 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 0.63 ms Query memory: 0.034 MB Memory before query: 9.725 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM shin_banners as a
LEFT JOIN shin_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-06 15:52:43')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-06 15:52:43')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.cid = 4
AND cl.state = 1
AND a.catid IN (113)
ORDER BY a.sticky DESC,a.ordering
LIMIT 5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cl | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | a | ref | idx_state,idx_banner_catid | idx_banner_catid | 4 | const | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.07 ms |
| optimizing | 0.06 ms |
| statistics | 0.13 ms |
| preparing | 0.02 ms |
| Unlocking tables | 0.06 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.14 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:205 |
| 20 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
| 19 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 18 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_sppagebuilder/addons/module/site.php:48 |
| 16 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.91 ms After last query: 0.55 ms Query memory: 0.027 MB Memory before query: 9.764 MB
UPDATE shin_banners
SET impmade = (impmade + 1)
WHERE id IN (7)
EXPLAIN not possible on query: UPDATE shin_banners
SET impmade = (impmade + 1)
WHERE id IN (7)
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.09 ms |
| updating | 0.15 ms |
| end | 0.02 ms |
| query end | 3.15 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.05 ms |
| updating status | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:249 |
| 20 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 19 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 18 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_sppagebuilder/addons/module/site.php:48 |
| 16 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:454 |
| 15 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:336 |
| 14 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:93 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.98 ms After last query: 14.81 ms Query memory: 0.028 MB Memory before query: 9.719 MB Rows returned: 4
SELECT `id`,`name`,`rules`,`parent_id`
FROM `shin_assets`
WHERE `name` LIKE 'com_sppagebuilder.%' OR `name` = 'com_sppagebuilder' OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_assets | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 364 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.04 ms |
| optimizing | 0.03 ms |
| statistics | 0.11 ms |
| preparing | 0.04 ms |
| executing | 0.01 ms |
| Sending data | 1.19 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 18 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 17 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 16 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 15 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 14 | Joomla\CMS\User\User->authorise() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:95 |
| 13 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:40 |
| 10 | SppagebuilderViewPage->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:39 |
| 8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:26 |
| 6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 128.07 ms Query memory: 0.027 MB Memory before query: 10.059 MB Rows returned: 1
SELECT id, title, module, position, content, showtitle, params
FROM shin_modules AS m
WHERE m.published = 1
AND m.id = 117
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-06 15:52:43')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-06 15:52:43')
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 | |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.05 ms |
| optimizing | 0.04 ms |
| statistics | 0.08 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.04 ms |
| cleaning up | 0.05 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/helix3/core/classes/menu.php:516 |
| 17 | Helix3Menu->load_module() | JROOT/plugins/system/helix3/core/classes/menu.php:354 |
| 16 | Helix3Menu->mega() | JROOT/plugins/system/helix3/core/classes/menu.php:214 |
| 15 | Helix3Menu->getItem() | JROOT/plugins/system/helix3/core/classes/menu.php:189 |
| 14 | Helix3Menu->navigation() | JROOT/plugins/system/helix3/core/classes/menu.php:132 |
| 13 | Helix3Menu->render() | JROOT/plugins/system/helix3/core/classes/menu.php:32 |
| 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:838 |
| 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_news365/features/menu.php:34 |
| 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:204 |
| 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:246 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.15 ms After last query: 2.60 ms Query memory: 0.037 MB Memory before query: 10.139 MB Rows returned: 3
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '96'
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.07 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.03 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.23 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_sp_tabbed_articles/helper.php:338 |
| 20 | modSpTabbedArticlesHelper::getSubcategories() | JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php:23 |
| 19 | include JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/helix3/core/classes/menu.php:531 |
| 17 | Helix3Menu->load_module() | JROOT/plugins/system/helix3/core/classes/menu.php:354 |
| 16 | Helix3Menu->mega() | JROOT/plugins/system/helix3/core/classes/menu.php:214 |
| 15 | Helix3Menu->getItem() | JROOT/plugins/system/helix3/core/classes/menu.php:189 |
| 14 | Helix3Menu->navigation() | JROOT/plugins/system/helix3/core/classes/menu.php:132 |
| 13 | Helix3Menu->render() | JROOT/plugins/system/helix3/core/classes/menu.php:32 |
| 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:838 |
| 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_news365/features/menu.php:34 |
| 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:204 |
| 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:246 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 1.35 ms Query memory: 0.038 MB Memory before query: 10.192 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '97'
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.01 ms |
| init | 0.07 ms |
| optimizing | 0.03 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_sp_tabbed_articles/helper.php:303 |
| 22 | modSpTabbedArticlesHelper::getCategories() | JROOT/modules/mod_sp_tabbed_articles/helper.php:40 |
| 21 | modSpTabbedArticlesHelper::getArticles() | JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php:27 |
| 20 | require JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php | JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php:24 |
| 19 | include JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/helix3/core/classes/menu.php:531 |
| 17 | Helix3Menu->load_module() | JROOT/plugins/system/helix3/core/classes/menu.php:354 |
| 16 | Helix3Menu->mega() | JROOT/plugins/system/helix3/core/classes/menu.php:214 |
| 15 | Helix3Menu->getItem() | JROOT/plugins/system/helix3/core/classes/menu.php:189 |
| 14 | Helix3Menu->navigation() | JROOT/plugins/system/helix3/core/classes/menu.php:132 |
| 13 | Helix3Menu->render() | JROOT/plugins/system/helix3/core/classes/menu.php:32 |
| 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:838 |
| 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_news365/features/menu.php:34 |
| 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:204 |
| 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:246 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.00 ms After last query: 0.32 ms Query memory: 0.039 MB Memory before query: 10.222 MB Rows returned: 4
SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
WHERE `b`.`extension` = 'com_content'
AND `a`.`state` = '1'
AND `a`.`catid` IN (97)
AND `a`.`access` IN (1,1)
ORDER BY `a`.`created` DESC,`a`.`created` DESC
LIMIT 4
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY,cat_idx | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | a | index_merge | idx_access,idx_state,idx_catid | idx_catid,idx_state | 4,1 | NULL | 1 | Using intersect(idx_catid,idx_state); Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.04 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.03 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.26 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_sp_tabbed_articles/helper.php:67 |
| 21 | modSpTabbedArticlesHelper::getArticles() | JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php:27 |
| 20 | require JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php | JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php:24 |
| 19 | include JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/helix3/core/classes/menu.php:531 |
| 17 | Helix3Menu->load_module() | JROOT/plugins/system/helix3/core/classes/menu.php:354 |
| 16 | Helix3Menu->mega() | JROOT/plugins/system/helix3/core/classes/menu.php:214 |
| 15 | Helix3Menu->getItem() | JROOT/plugins/system/helix3/core/classes/menu.php:189 |
| 14 | Helix3Menu->navigation() | JROOT/plugins/system/helix3/core/classes/menu.php:132 |
| 13 | Helix3Menu->render() | JROOT/plugins/system/helix3/core/classes/menu.php:32 |
| 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:838 |
| 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_news365/features/menu.php:34 |
| 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:204 |
| 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:246 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 3.07 ms Query memory: 0.038 MB Memory before query: 10.299 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '98'
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.05 ms |
| optimizing | 0.03 ms |
| statistics | 0.11 ms |
| preparing | 0.05 ms |
| Sorting result | 0.05 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.15 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_sp_tabbed_articles/helper.php:303 |
| 22 | modSpTabbedArticlesHelper::getCategories() | JROOT/modules/mod_sp_tabbed_articles/helper.php:40 |
| 21 | modSpTabbedArticlesHelper::getArticles() | JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php:27 |
| 20 | require JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php | JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php:24 |
| 19 | include JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/helix3/core/classes/menu.php:531 |
| 17 | Helix3Menu->load_module() | JROOT/plugins/system/helix3/core/classes/menu.php:354 |
| 16 | Helix3Menu->mega() | JROOT/plugins/system/helix3/core/classes/menu.php:214 |
| 15 | Helix3Menu->getItem() | JROOT/plugins/system/helix3/core/classes/menu.php:189 |
| 14 | Helix3Menu->navigation() | JROOT/plugins/system/helix3/core/classes/menu.php:132 |
| 13 | Helix3Menu->render() | JROOT/plugins/system/helix3/core/classes/menu.php:32 |
| 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:838 |
| 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_news365/features/menu.php:34 |
| 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:204 |
| 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:246 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.27 ms After last query: 0.32 ms Query memory: 0.038 MB Memory before query: 10.328 MB Rows returned: 1
SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
WHERE `b`.`extension` = 'com_content'
AND `a`.`state` = '1'
AND `a`.`catid` IN (98)
AND `a`.`access` IN (1,1)
ORDER BY `a`.`created` DESC,`a`.`created` DESC
LIMIT 4
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY,cat_idx | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | a | index_merge | idx_access,idx_state,idx_catid | idx_catid,idx_state | 4,1 | NULL | 1 | Using intersect(idx_catid,idx_state); Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.09 ms |
| optimizing | 0.05 ms |
| statistics | 0.14 ms |
| preparing | 0.02 ms |
| Unlocking tables | 0.03 ms |
| Sorting result | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.21 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_sp_tabbed_articles/helper.php:67 |
| 21 | modSpTabbedArticlesHelper::getArticles() | JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php:27 |
| 20 | require JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php | JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php:24 |
| 19 | include JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/helix3/core/classes/menu.php:531 |
| 17 | Helix3Menu->load_module() | JROOT/plugins/system/helix3/core/classes/menu.php:354 |
| 16 | Helix3Menu->mega() | JROOT/plugins/system/helix3/core/classes/menu.php:214 |
| 15 | Helix3Menu->getItem() | JROOT/plugins/system/helix3/core/classes/menu.php:189 |
| 14 | Helix3Menu->navigation() | JROOT/plugins/system/helix3/core/classes/menu.php:132 |
| 13 | Helix3Menu->render() | JROOT/plugins/system/helix3/core/classes/menu.php:32 |
| 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:838 |
| 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_news365/features/menu.php:34 |
| 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:204 |
| 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:246 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 1.37 ms Query memory: 0.038 MB Memory before query: 10.327 MB Rows returned: 0
SELECT *
FROM `shin_categories`
WHERE `extension` = 'com_content'
AND `published` = '1'
AND `access` IN (1,1)
AND `language` IN ('vi-VN', '*')
AND `parent_id` = '91'
ORDER BY `lft` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_categories | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 5 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.07 ms |
| optimizing | 0.04 ms |
| statistics | 0.16 ms |
| preparing | 0.07 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.15 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.02 ms |
| updating status | 0.13 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_sp_tabbed_articles/helper.php:303 |
| 22 | modSpTabbedArticlesHelper::getCategories() | JROOT/modules/mod_sp_tabbed_articles/helper.php:40 |
| 21 | modSpTabbedArticlesHelper::getArticles() | JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php:27 |
| 20 | require JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php | JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php:24 |
| 19 | include JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/helix3/core/classes/menu.php:531 |
| 17 | Helix3Menu->load_module() | JROOT/plugins/system/helix3/core/classes/menu.php:354 |
| 16 | Helix3Menu->mega() | JROOT/plugins/system/helix3/core/classes/menu.php:214 |
| 15 | Helix3Menu->getItem() | JROOT/plugins/system/helix3/core/classes/menu.php:189 |
| 14 | Helix3Menu->navigation() | JROOT/plugins/system/helix3/core/classes/menu.php:132 |
| 13 | Helix3Menu->render() | JROOT/plugins/system/helix3/core/classes/menu.php:32 |
| 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:838 |
| 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_news365/features/menu.php:34 |
| 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:204 |
| 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:246 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.35 ms After last query: 0.32 ms Query memory: 0.038 MB Memory before query: 10.356 MB Rows returned: 2
SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
WHERE `b`.`extension` = 'com_content'
AND `a`.`state` = '1'
AND `a`.`catid` IN (91)
AND `a`.`access` IN (1,1)
ORDER BY `a`.`created` DESC,`a`.`created` DESC
LIMIT 4
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY,cat_idx | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | a | index_merge | idx_access,idx_state,idx_catid | idx_catid,idx_state | 4,1 | NULL | 1 | Using intersect(idx_catid,idx_state); Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.23 ms |
| checking permissions | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.07 ms |
| optimizing | 0.04 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.03 ms |
| Sorting result | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.24 ms |
| end | 0.04 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_sp_tabbed_articles/helper.php:67 |
| 21 | modSpTabbedArticlesHelper::getArticles() | JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php:27 |
| 20 | require JROOT/templates/shaper_news365/html/mod_sp_tabbed_articles/default.php | JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php:24 |
| 19 | include JROOT/modules/mod_sp_tabbed_articles/mod_sp_tabbed_articles.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/helix3/core/classes/menu.php:531 |
| 17 | Helix3Menu->load_module() | JROOT/plugins/system/helix3/core/classes/menu.php:354 |
| 16 | Helix3Menu->mega() | JROOT/plugins/system/helix3/core/classes/menu.php:214 |
| 15 | Helix3Menu->getItem() | JROOT/plugins/system/helix3/core/classes/menu.php:189 |
| 14 | Helix3Menu->navigation() | JROOT/plugins/system/helix3/core/classes/menu.php:132 |
| 13 | Helix3Menu->render() | JROOT/plugins/system/helix3/core/classes/menu.php:32 |
| 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:838 |
| 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_news365/features/menu.php:34 |
| 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:204 |
| 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:246 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.03 ms After last query: 4.12 ms Query memory: 0.027 MB Memory before query: 10.394 MB Rows returned: 30
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM shin_modules AS m
LEFT JOIN shin_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN shin_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-06 15:52:43')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-06 15:52:43')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 437 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 79 | Using where; Using filesort |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | hoclocom_cadaovo.m.module,const | 1 | Using index condition; Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | hoclocom_cadaovo.m.id | 1 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.19 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.02 ms |
| System lock | 0.02 ms |
| Table lock | 0.01 ms |
| init | 0.08 ms |
| optimizing | 0.08 ms |
| statistics | 0.18 ms |
| preparing | 0.07 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 2.02 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 17 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
| 14 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
| 13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:581 |
| 11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helix3/core/helix3.php:512 |
| 10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:459 |
| 9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:268 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_news365/index.php:168 |
| 7 | require JROOT/templates/shaper_news365/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 63.09 ms Query memory: 0.026 MB Memory before query: 10.580 MB Rows returned: 136
SELECT *
FROM shin_acymailing_config
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_acymailing_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 136 | |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.35 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:481 |
| 15 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
| 14 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:438 |
| 13 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:822 |
| 12 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:22 |
| 11 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:13 |
| 10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 10.60 ms Query memory: 0.024 MB Memory before query: 11.106 MB Rows returned: 1
SELECT *
FROM shin_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_acymailing_list | ref | typeorderingindex,typeuseridindex | typeorderingindex | 1 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.05 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:481 |
| 12 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:30 |
| 11 | listClass->getLists() | JROOT/modules/mod_acymailing/mod_acymailing.php:148 |
| 10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.94 ms After last query: 37.29 ms Query memory: 0.037 MB Memory before query: 12.007 MB Rows returned: 183
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.40 ms |
| executing | 0.01 ms |
| Sending data | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
| 24 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:502 |
| 23 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/f0f/database/driver/joomla.php:251 |
| 22 | F0FDatabaseDriverJoomla->getTableList() | JROOT/libraries/f0f/table/table.php:2070 |
| 21 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
| 20 | F0FTable->__construct() | JROOT/libraries/f0f/table/table.php:433 |
| 19 | F0FTable::getAnInstance() | JROOT/libraries/f0f/model/model.php:2037 |
| 18 | F0FModel->_createTable() | JROOT/libraries/f0f/model/model.php:1994 |
| 17 | F0FModel->getTable() | JROOT/libraries/f0f/model/model.php:2061 |
| 16 | F0FModel->buildQuery() | JROOT/libraries/f0f/model/model.php:1219 |
| 15 | F0FModel->getItemList() | JROOT/libraries/f0f/model/model.php:1204 |
| 14 | F0FModel->getList() | JROOT/administrator/components/com_j2store/helpers/currency.php:33 |
| 13 | J2Currency->__construct() | JROOT/administrator/components/com_j2store/helpers/currency.php:53 |
| 12 | J2Currency::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:57 |
| 11 | J2Store::currency() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:26 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.38 ms After last query: 0.48 ms Query memory: 0.036 MB Memory before query: 12.074 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `shin_j2store_currencies`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_j2store_currencies`
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| Opening tables | 0.37 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Filling schema table | 0.03 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.17 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
| 22 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/libraries/f0f/table/table.php:2155 |
| 21 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
| 20 | F0FTable->__construct() | JROOT/libraries/f0f/table/table.php:433 |
| 19 | F0FTable::getAnInstance() | JROOT/libraries/f0f/model/model.php:2037 |
| 18 | F0FModel->_createTable() | JROOT/libraries/f0f/model/model.php:1994 |
| 17 | F0FModel->getTable() | JROOT/libraries/f0f/model/model.php:2061 |
| 16 | F0FModel->buildQuery() | JROOT/libraries/f0f/model/model.php:1219 |
| 15 | F0FModel->getItemList() | JROOT/libraries/f0f/model/model.php:1204 |
| 14 | F0FModel->getList() | JROOT/administrator/components/com_j2store/helpers/currency.php:33 |
| 13 | J2Currency->__construct() | JROOT/administrator/components/com_j2store/helpers/currency.php:53 |
| 12 | J2Currency::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:57 |
| 11 | J2Store::currency() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:26 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.55 ms After last query: 12.57 ms Query memory: 0.035 MB Memory before query: 12.285 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `shin_j2store_currencies`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_j2store_currencies`
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| Opening tables | 0.56 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Filling schema table | 0.02 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
| 22 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/administrator/components/com_j2store/models/currencies.php:117 |
| 21 | J2StoreModelCurrencies->getTableFields() | JROOT/libraries/f0f/model/behavior/filters.php:37 |
| 20 | F0FModelBehaviorFilters->onAfterBuildQuery() | Same as call in the line below. |
| 19 | call_user_func_array() | JROOT/libraries/f0f/utils/observable/event.php:63 |
| 18 | F0FUtilsObservableEvent->update() | JROOT/libraries/f0f/utils/observable/dispatcher.php:146 |
| 17 | F0FUtilsObservableDispatcher->trigger() | JROOT/libraries/f0f/model/model.php:2113 |
| 16 | F0FModel->buildQuery() | JROOT/libraries/f0f/model/model.php:1219 |
| 15 | F0FModel->getItemList() | JROOT/libraries/f0f/model/model.php:1204 |
| 14 | F0FModel->getList() | JROOT/administrator/components/com_j2store/helpers/currency.php:33 |
| 13 | J2Currency->__construct() | JROOT/administrator/components/com_j2store/helpers/currency.php:53 |
| 12 | J2Currency::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:57 |
| 11 | J2Store::currency() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:26 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 39.77 ms Query memory: 0.030 MB Memory before query: 12.583 MB Rows returned: 3
SELECT `shin_j2store_currencies`.*
FROM `shin_j2store_currencies`
WHERE (`enabled` = '1')
ORDER BY `j2store_currency_id` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_j2store_currencies | index | NULL | PRIMARY | 4 | NULL | 3 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.14 ms |
| end | 0.01 ms |
| query end | 0.05 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/f0f/database/driver/joomla.php:321 |
| 17 | F0FDatabaseDriverJoomla->loadObjectList() | JROOT/libraries/f0f/model/model.php:1953 |
| 16 | F0FModel->_getList() | JROOT/libraries/f0f/model/model.php:1225 |
| 15 | F0FModel->getItemList() | JROOT/libraries/f0f/model/model.php:1204 |
| 14 | F0FModel->getList() | JROOT/administrator/components/com_j2store/helpers/currency.php:33 |
| 13 | J2Currency->__construct() | JROOT/administrator/components/com_j2store/helpers/currency.php:53 |
| 12 | J2Currency::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:57 |
| 11 | J2Store::currency() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:26 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.91 ms After last query: 9.79 ms Query memory: 0.033 MB Memory before query: 12.819 MB Rows returned: 12
SHOW FULL COLUMNS
FROM `shin_j2store_carts`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_j2store_carts`
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.01 ms |
| Opening tables | 0.61 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Filling schema table | 0.03 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.09 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.20 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
| 20 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/libraries/f0f/table/table.php:2155 |
| 19 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
| 18 | F0FTable->__construct() | JROOT/libraries/f0f/table/table.php:433 |
| 17 | F0FTable::getAnInstance() | JROOT/libraries/f0f/table/table.php:255 |
| 16 | F0FTable::getInstance() | JROOT/administrator/components/com_j2store/models/carts.php:280 |
| 15 | J2StoreModelCarts->getCart() | JROOT/administrator/components/com_j2store/models/carts.php:310 |
| 14 | J2StoreModelCarts->getItems() | JROOT/administrator/components/com_j2store/models/orders.php:71 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 3.76 ms Query memory: 0.028 MB Memory before query: 12.898 MB Rows returned: 0
SELECT shin_j2store_carts.*
FROM shin_j2store_carts
WHERE `shin_j2store_carts`.`user_id` = '0'
AND `shin_j2store_carts`.`session_id` = 'me8kv7h6qrfngmhc0cojr5f456'
AND `shin_j2store_carts`.`cart_type` = 'cart'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_j2store_carts | ref | session_id,user_id | session_id | 767 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.05 ms |
| optimizing | 0.03 ms |
| statistics | 0.10 ms |
| preparing | 0.05 ms |
| executing | 0.01 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/f0f/database/driver/joomla.php:291 |
| 17 | F0FDatabaseDriverJoomla->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
| 16 | F0FTable->load() | JROOT/administrator/components/com_j2store/models/carts.php:282 |
| 15 | J2StoreModelCarts->getCart() | JROOT/administrator/components/com_j2store/models/carts.php:310 |
| 14 | J2StoreModelCarts->getItems() | JROOT/administrator/components/com_j2store/models/orders.php:71 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.91 ms After last query: 0.71 ms Query memory: 0.024 MB Memory before query: 12.930 MB
INSERT INTO `shin_j2store_carts`
(`user_id`,`session_id`,`cart_type`,`created_on`,`customer_ip`,`cart_browser`,`cart_analytics`)
VALUES
('0','me8kv7h6qrfngmhc0cojr5f456','cart','2025-12-06 15:52:44','216.73.216.91','mozilla','{\"is_mobile\":false}')
EXPLAIN not possible on query: INSERT INTO `shin_j2store_carts`
(`user_id`,`session_id`,`cart_type`,`created_on`,`customer_ip`,`cart_browser`,`cart_analytics`) VALUES
('0','me8kv7h6qrfngmhc0cojr5f456','cart','2025-12-06 15:52:44','216.73.216.91','mozilla','{\"is_mobile\":false}')
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.09 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| update | 0.10 ms |
| end | 0.04 ms |
| query end | 3.19 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1415 |
| 18 | JDatabaseDriver->insertObject() | JROOT/libraries/f0f/database/driver/joomla.php:281 |
| 17 | F0FDatabaseDriverJoomla->insertObject() | JROOT/libraries/f0f/table/table.php:1295 |
| 16 | F0FTable->store() | JROOT/administrator/components/com_j2store/models/carts.php:293 |
| 15 | J2StoreModelCarts->getCart() | JROOT/administrator/components/com_j2store/models/carts.php:310 |
| 14 | J2StoreModelCarts->getItems() | JROOT/administrator/components/com_j2store/models/orders.php:71 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.34 ms After last query: 46.71 ms Query memory: 0.037 MB Memory before query: 13.754 MB Rows returned: 0
SELECT tbl.*, variant.j2store_variant_id, variant.sku, variant.price, variant.pricing_calculator, variant.shipping, variant.weight, variant.length, variant.width, variant.height, variant.length_class_id, variant.weight_class_id, variant.quantity_restriction , variant.min_sale_qty, variant.max_sale_qty, variant.use_store_config_min_sale_qty, variant.use_store_config_max_sale_qty, variant.use_store_config_notify_qty, variant.manage_stock, variant.allow_backorder, product.product_type, product.product_source, product.product_source_id, product.has_options, product.up_sells, product.cross_sells, product.taxprofile_id, product.vendor_id, product.manufacturer_id, product.params as product_params, product.visibility, productimage.thumb_image, stock.on_hold as quantity_on_hold, stock.quantity as available_quantity
FROM shin_j2store_cartitems as tbl
INNER JOIN shin_j2store_variants AS variant
ON tbl.variant_id = variant.j2store_variant_id
INNER JOIN shin_j2store_products AS product
ON tbl.product_id = product.j2store_product_id
LEFT
OUTER JOIN shin_j2store_productimages AS productimage
ON product.j2store_product_id = productimage.product_id
LEFT
OUTER JOIN shin_j2store_productquantities AS stock
ON variant.j2store_variant_id = stock.variant_id
WHERE tbl.cart_id= 1351
AND product.enabled =1
AND product.visibility=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | tbl | ref | cart_id,product_id,variant_id | cart_id | 4 | const | 1 | |
| 1 | SIMPLE | variant | eq_ref | PRIMARY | PRIMARY | 4 | hoclocom_cadaovo.tbl.variant_id | 1 | Using where |
| 1 | SIMPLE | product | eq_ref | PRIMARY | PRIMARY | 4 | hoclocom_cadaovo.tbl.product_id | 1 | Using where |
| 1 | SIMPLE | productimage | ref | productimage_product_id | productimage_product_id | 5 | hoclocom_cadaovo.product.j2store_product_id | 1 | |
| 1 | SIMPLE | stock | eq_ref | stock_variant_id | stock_variant_id | 4 | hoclocom_cadaovo.variant.j2store_variant_id | 1 | |
| Status | Duration |
|---|
| starting | 0.21 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.02 ms |
| init | 0.11 ms |
| optimizing | 0.06 ms |
| statistics | 0.10 ms |
| preparing | 0.11 ms |
| executing | 0.01 ms |
| Sending data | 0.14 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.02 ms |
| updating status | 0.09 ms |
| cleaning up | 0.07 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/f0f/database/driver/joomla.php:321 |
| 18 | F0FDatabaseDriverJoomla->loadObjectList() | JROOT/libraries/f0f/model/model.php:1953 |
| 17 | F0FModel->_getList() | JROOT/libraries/f0f/model/model.php:1225 |
| 16 | F0FModel->getItemList() | JROOT/libraries/f0f/model/model.php:1204 |
| 15 | F0FModel->getList() | JROOT/administrator/components/com_j2store/models/carts.php:322 |
| 14 | J2StoreModelCarts->getItems() | JROOT/administrator/components/com_j2store/models/orders.php:71 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.98 ms After last query: 2.82 ms Query memory: 0.033 MB Memory before query: 13.878 MB Rows returned: 45
SHOW FULL COLUMNS
FROM `shin_j2store_orders`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_j2store_orders`
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.03 ms |
| closing tables | 0.02 ms |
| Opening tables | 0.68 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 0.02 ms |
| Filling schema table | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| checking permissions | 0.08 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| executing | 0.02 ms |
| Sending data | 0.22 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.27 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
| 18 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/libraries/f0f/table/table.php:2155 |
| 17 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
| 16 | F0FTable->__construct() | JROOT/libraries/f0f/table/table.php:433 |
| 15 | F0FTable::getAnInstance() | JROOT/administrator/components/com_j2store/models/orders.php:36 |
| 14 | J2StoreModelOrders->populateOrder() | JROOT/administrator/components/com_j2store/models/orders.php:73 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.52 ms After last query: 17.69 ms Query memory: 0.036 MB Memory before query: 14.251 MB Rows returned: 38
SHOW FULL COLUMNS
FROM `shin_j2store_orderinfos`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_j2store_orderinfos`
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.01 ms |
| Opening tables | 0.55 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Filling schema table | 0.03 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.02 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.14 ms |
| end | 0.02 ms |
| query end | 0.04 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.21 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
| 21 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/libraries/f0f/table/table.php:2155 |
| 20 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
| 19 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/orderinfo.php:29 |
| 18 | J2storeTableOrderinfo->__construct() | JROOT/libraries/f0f/table/table.php:433 |
| 17 | F0FTable::getAnInstance() | JROOT/administrator/components/com_j2store/tables/order.php:1113 |
| 16 | J2StoreTableOrder->setOrderInformation() | JROOT/administrator/components/com_j2store/tables/order.php:224 |
| 15 | J2StoreTableOrder->getTotals() | JROOT/administrator/components/com_j2store/models/orders.php:58 |
| 14 | J2StoreModelOrders->populateOrder() | JROOT/administrator/components/com_j2store/models/orders.php:73 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 1.23 ms Query memory: 0.035 MB Memory before query: 14.372 MB Rows returned: 6
SHOW FULL COLUMNS
FROM `shin_j2store_countries`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_j2store_countries`
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| Opening tables | 0.56 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Filling schema table | 0.03 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.24 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
| 22 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/libraries/f0f/table/table.php:2155 |
| 21 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:2353 |
| 20 | F0FTable->getQueryJoinFields() | JROOT/libraries/f0f/table/table.php:539 |
| 19 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/orderinfo.php:29 |
| 18 | J2storeTableOrderinfo->__construct() | JROOT/libraries/f0f/table/table.php:433 |
| 17 | F0FTable::getAnInstance() | JROOT/administrator/components/com_j2store/tables/order.php:1113 |
| 16 | J2StoreTableOrder->setOrderInformation() | JROOT/administrator/components/com_j2store/tables/order.php:224 |
| 15 | J2StoreTableOrder->getTotals() | JROOT/administrator/components/com_j2store/models/orders.php:58 |
| 14 | J2StoreModelOrders->populateOrder() | JROOT/administrator/components/com_j2store/models/orders.php:73 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.76 ms After last query: 0.64 ms Query memory: 0.035 MB Memory before query: 14.416 MB Rows returned: 6
SHOW FULL COLUMNS
FROM `shin_j2store_zones`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_j2store_zones`
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| Opening tables | 0.60 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| Filling schema table | 0.03 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.20 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
| 22 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/libraries/f0f/table/table.php:2155 |
| 21 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:2353 |
| 20 | F0FTable->getQueryJoinFields() | JROOT/libraries/f0f/table/table.php:539 |
| 19 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/orderinfo.php:29 |
| 18 | J2storeTableOrderinfo->__construct() | JROOT/libraries/f0f/table/table.php:433 |
| 17 | F0FTable::getAnInstance() | JROOT/administrator/components/com_j2store/tables/order.php:1113 |
| 16 | J2StoreTableOrder->setOrderInformation() | JROOT/administrator/components/com_j2store/tables/order.php:224 |
| 15 | J2StoreTableOrder->getTotals() | JROOT/administrator/components/com_j2store/models/orders.php:58 |
| 14 | J2StoreModelOrders->populateOrder() | JROOT/administrator/components/com_j2store/models/orders.php:73 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.77 ms After last query: 4.71 ms Query memory: 0.035 MB Memory before query: 14.526 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `shin_j2store_addresses`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `shin_j2store_addresses`
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| Opening tables | 0.61 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Filling schema table | 0.03 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.17 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/database/driver/joomla.php:229 |
| 21 | F0FDatabaseDriverJoomla->getTableColumns() | JROOT/libraries/f0f/table/table.php:2155 |
| 20 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
| 19 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/customer.php:18 |
| 18 | J2StoreTableCustomer->__construct() | JROOT/libraries/f0f/table/table.php:433 |
| 17 | F0FTable::getAnInstance() | JROOT/administrator/components/com_j2store/tables/order.php:514 |
| 16 | J2StoreTableOrder->getOrderProductTotals() | JROOT/administrator/components/com_j2store/tables/order.php:226 |
| 15 | J2StoreTableOrder->getTotals() | JROOT/administrator/components/com_j2store/models/orders.php:58 |
| 14 | J2StoreModelOrders->populateOrder() | JROOT/administrator/components/com_j2store/models/orders.php:73 |
| 13 | J2StoreModelOrders->initOrder() | JROOT/modules/mod_j2store_cart/helper.php:60 |
| 12 | modJ2StoreCartHelper::getOrder() | JROOT/modules/mod_j2store_cart/helper.php:30 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 21.52 ms Query memory: 0.019 MB Memory before query: 14.757 MB Rows returned: 1
SELECT params
FROM shin_modules
WHERE module='mod_j2store_cart'
AND published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | shin_modules | ref | published,newsfeeds | newsfeeds | 204 | const,const | 1 | Using index condition |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.03 ms |
| statistics | 0.09 ms |
| preparing | 0.04 ms |
| executing | 0.01 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
| 13 | JDatabaseDriver->loadResult() | JROOT/modules/mod_j2store_cart/helper.php:98 |
| 12 | modJ2StoreCartHelper::getModuleParams() | JROOT/modules/mod_j2store_cart/helper.php:31 |
| 11 | modJ2StoreCartHelper::getItems() | JROOT/modules/mod_j2store_cart/mod_j2store_cart.php:67 |
| 10 | include JROOT/modules/mod_j2store_cart/mod_j2store_cart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 2.66 ms Query memory: 0.026 MB Memory before query: 14.778 MB Rows returned: 0
SELECT *
FROM shin_banners
WHERE '2025-12-06 15:52:43' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.05 ms |
| optimizing | 0.04 ms |
| executing | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.02 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
| 11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.07 ms After last query: 0.54 ms Query memory: 0.024 MB Memory before query: 14.800 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM shin_banners as a
LEFT JOIN shin_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-06 15:52:43')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-06 15:52:43')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.cid = 4
AND cl.state = 1
AND a.catid IN (95)
ORDER BY a.sticky DESC,a.ordering
LIMIT 5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cl | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | a | ref | idx_state,idx_banner_catid | idx_banner_catid | 4 | const | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.13 ms |
| optimizing | 0.08 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:205 |
| 12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
| 11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.46 ms After last query: 0.46 ms Query memory: 0.017 MB Memory before query: 14.828 MB
UPDATE shin_banners
SET impmade = (impmade + 1)
WHERE id IN (5)
EXPLAIN not possible on query: UPDATE shin_banners
SET impmade = (impmade + 1)
WHERE id IN (5)
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| updating | 0.07 ms |
| end | 0.02 ms |
| query end | 2.88 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:249 |
| 12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
34 × SELECT *
FROM `shin_categories`
8 × SELECT a.*,`b`.`alias` AS `category_alias`,`b`.`title` AS `category`
FROM `shin_content` AS `a`
LEFT JOIN `shin_categories` AS `b`
ON (`a`.`catid` = `b`.`id`)
3 × SELECT *
FROM shin_banners
3 × SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM shin_banners as a
LEFT JOIN shin_banner_clients AS cl
ON cl.id = a.cid
2 × SELECT `template`
FROM `shin_template_styles`
2 × SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params
FROM shin_modules AS m
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `shin_assets`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `shin_extensions`
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `shin_categories` AS `s`
INNER JOIN `shin_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
1 × SELECT *
FROM `shin_users`
1 × SELECT `g`.`id`,`g`.`title`
FROM `shin_usergroups` AS g
INNER JOIN `shin_user_usergroup_map` AS m
ON m.group_id = g.id
1 × SELECT id, title, module, position, content, showtitle, params
FROM shin_modules AS m
1 × SELECT tbl.*, variant.j2store_variant_id, variant.sku, variant.price, variant.pricing_calculator, variant.shipping, variant.weight, variant.length, variant.width, variant.height, variant.length_class_id, variant.weight_class_id, variant.quantity_restriction , variant.min_sale_qty, variant.max_sale_qty, variant.use_store_config_min_sale_qty, variant.use_store_config_max_sale_qty, variant.use_store_config_notify_qty, variant.manage_stock, variant.allow_backorder, product.product_type, product.product_source, product.product_source_id, product.has_options, product.up_sells, product.cross_sells, product.taxprofile_id, product.vendor_id, product.manufacturer_id, product.params as product_params, product.visibility, productimage.thumb_image, stock.on_hold as quantity_on_hold, stock.quantity as available_quantity
FROM shin_j2store_cartitems as tbl
INNER JOIN shin_j2store_variants AS variant
ON tbl.variant_id = variant.j2store_variant_id
INNER JOIN shin_j2store_products AS product
ON tbl.product_id = product.j2store_product_id
LEFT
OUTER JOIN shin_j2store_productimages AS productimage
ON product.j2store_product_id = productimage.product_id
LEFT
OUTER JOIN shin_j2store_productquantities AS stock
ON variant.j2store_variant_id = stock.variant_id
1 × SELECT params
FROM shin_modules
1 × SELECT shin_j2store_carts.*
FROM shin_j2store_carts
1 × SELECT `shin_j2store_currencies`.*
FROM `shin_j2store_currencies`
1 × SELECT *
FROM shin_acymailing_confi
1 × SELECT *
FROM shin_acymailing_list
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM shin_modules AS m
LEFT JOIN shin_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN shin_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT a.enabled
FROM `shin_extensions` AS `a`
1 × SELECT *
FROM shin_j2store_configuration
1 × 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 shin_menu AS m
LEFT JOIN shin_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM shin_extensions
1 × SELECT b.id
FROM shin_usergroups AS a
LEFT JOIN shin_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `session_id`
FROM `shin_session`
1 × SELECT id, rules
FROM `shin_viewlevels
1 × SELECT *
FROM shin_languages
1 × SELECT id, home, template, s.params
FROM shin_template_styles as s
LEFT JOIN shin_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT id, name, parent
FROM shin_k2_categories
1 × SELECT `data`
FROM `shin_session`
1 × SELECT `title`
FROM `shin_sppagebuilder`
1 × SELECT *
FROM shin_sppagebuilder
1 × SELECT a.*,l.title AS language_title,ua.name AS author_name
FROM shin_sppagebuilder as a
LEFT JOIN `shin_languages` AS l
ON l.lang_code = a.language
LEFT JOIN shin_users AS ua
ON ua.id = a.created_by
1 × SELECT `listid`,`name`
FROM `shin_acymailing_list`