Query Time: 1.03 ms Query memory: 0.023 MB Memory before query: 4.607 MB Rows returned: 0
SELECT `data`
FROM `jos_session`
WHERE `session_id` = X'72317331627331643631327074726f716d6d396d746e39653072'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
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:1740 |
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:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
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:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.27 ms After last query: 1.23 ms Query memory: 0.020 MB Memory before query: 4.718 MB Rows returned: 0
SELECT `session_id`
FROM `jos_session`
WHERE `session_id` = X'72317331627331643631327074726f716d6d396d746e39653072'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
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:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 6.51 ms After last query: 0.13 ms Query memory: 0.004 MB Memory before query: 4.723 MB
INSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'72317331627331643631327074726f716d6d396d746e39653072', 1, 1746278087, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'72317331627331643631327074726f716d6d396d746e39653072', 1, 1746278087, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
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:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.35 ms After last query: 2.26 ms Query memory: 0.040 MB Memory before query: 4.928 MB Rows returned: 48
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | NULL | ref | extension | extension | 82 | const | 49 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.50 ms After last query: 1.96 ms Query memory: 0.021 MB Memory before query: 5.206 MB Rows returned: 5
SELECT id, rules
FROM `jos_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
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:318 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.19 ms Query memory: 0.021 MB Memory before query: 5.218 MB Rows returned: 0
SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 13
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
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:318 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 0.22 ms Query memory: 0.031 MB Memory before query: 5.239 MB Rows returned: 121
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM jos_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | NULL | ref | extension | extension | 82 | const | 150 | 0.40 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.53 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
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:356 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.46 ms After last query: 36.24 ms Query memory: 0.030 MB Memory before query: 9.847 MB Rows returned: 3
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 jos_menu AS m
LEFT JOIN jos_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 12 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | j_beta_henweekends_co_nz.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.90 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.11 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
29 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
28 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
27 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
26 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
25 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
24 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
23 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
22 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
21 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
20 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
19 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
18 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
17 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/administrator/components/com_sh404sef/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:80 |
16 | Weeblr\Wblib\V_SH4_4352\Platform\JoomlaPlatform->boot() | JROOT/administrator/components/com_sh404sef/vendor/weeblr/wblib/v2/packages/factory.php:396 |
15 | Weeblr\Wblib\V_SH4_4352\Factory->buildPlatform() | JROOT/administrator/components/com_sh404sef/vendor/weeblr/wblib/v2/packages/factory.php:281 |
14 | Weeblr\Wblib\V_SH4_4352\Factory->buildObject() | JROOT/administrator/components/com_sh404sef/vendor/weeblr/wblib/v2/packages/factory.php:228 |
13 | Weeblr\Wblib\V_SH4_4352\Factory->getObject() | JROOT/administrator/components/com_sh404sef/vendor/weeblr/wblib/v2/packages/factory.php:116 |
12 | Weeblr\Wblib\V_SH4_4352\Factory->getThe() | JROOT/administrator/components/com_sh404sef/vendor/weeblr/wblib/v2/packages/system/hook.php:169 |
11 | Weeblr\Wblib\V_SH4_4352\System\Hook->execute() | JROOT/administrator/components/com_sh404sef/vendor/weeblr/wblib/v2/packages/system/hook.php:151 |
10 | Weeblr\Wblib\V_SH4_4352\System\Hook->filter() | JROOT/administrator/components/com_sh404sef/vendor/weeblr/wblib/v2/wblib.php:136 |
9 | Weeblr\Wblib\V_SH4_4352\Wblib->boot() | JROOT/plugins/system/sh404sef/bootstrap.php:43 |
8 | include_once JROOT/plugins/system/sh404sef/bootstrap.php | JROOT/plugins/system/sh404sef/sh404sef.php:35 |
7 | plgSystemSh404sef->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.97 ms After last query: 16.34 ms Query memory: 0.023 MB Memory before query: 11.809 MB Rows returned: 32
SELECT *
FROM jos_rsform_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_rsform_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 32 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.55 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.09 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:52 |
11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:19 |
10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:104 |
9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:34 |
8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.16 ms Query memory: 0.020 MB Memory before query: 11.817 MB Rows returned: 1
SELECT enabled
from jos_extensions
WHERE element='securitycheckpro'
and type='plugin'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1931 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.77 ms After last query: 0.11 ms Query memory: 0.020 MB Memory before query: 11.821 MB Rows returned: 1
SELECT storage_value
from jos_securitycheckpro_storage
WHERE storage_key = 'locked'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_securitycheckpro_storage | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.46 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.10 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1941 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.92 ms Query memory: 0.021 MB Memory before query: 12.132 MB Rows returned: 1
SELECT `storage_value`
FROM `jos_securitycheckpro_storage`
WHERE `storage_key` = 'pro_plugin'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_securitycheckpro_storage | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_securitycheckpro/library/model.php:247 |
10 | SecuritycheckproModel->load() | JROOT/administrator/components/com_securitycheckpro/library/model.php:207 |
9 | SecuritycheckproModel->getValue() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1956 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.95 ms After last query: 0.23 ms Query memory: 0.005 MB Memory before query: 12.153 MB
DELETE
from jos_securitycheckpro_users_control
WHERE id='1'
EXPLAIN not possible on query: DELETE from jos_securitycheckpro_users_control WHERE id='1'
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.47 ms |
init | 0.01 ms |
System lock | 0.03 ms |
updating | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 3.26 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:2707 |
9 | plgSystemSecuritycheckpro->forbid_new_admins() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1978 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.21 ms Query memory: 0.020 MB Memory before query: 12.159 MB Rows returned: 0
SELECT *
FROM jos_securitycheckpro_blacklist
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_securitycheckpro_blacklist | NULL | index | NULL | PRIMARY | 767 | NULL | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.53 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.02 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_securitycheckpro/library/model.php:453 |
9 | SecuritycheckproModel->chequear_ip_en_lista() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1985 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 12.164 MB Rows returned: 0
SELECT *
FROM jos_securitycheckpro_blacklist
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_securitycheckpro_blacklist | NULL | index | NULL | PRIMARY | 767 | NULL | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_securitycheckpro/library/model.php:454 |
9 | SecuritycheckproModel->chequear_ip_en_lista() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1985 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.07 ms Query memory: 0.020 MB Memory before query: 12.169 MB Rows returned: 0
SELECT *
FROM jos_securitycheckpro_whitelist
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_securitycheckpro_whitelist | NULL | index | NULL | PRIMARY | 767 | NULL | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.45 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_securitycheckpro/library/model.php:453 |
9 | SecuritycheckproModel->chequear_ip_en_lista() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1986 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 12.175 MB Rows returned: 0
SELECT *
FROM jos_securitycheckpro_whitelist
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_securitycheckpro_whitelist | NULL | index | NULL | PRIMARY | 767 | NULL | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_securitycheckpro/library/model.php:454 |
9 | SecuritycheckproModel->chequear_ip_en_lista() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1986 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.75 ms After last query: 0.25 ms Query memory: 0.005 MB Memory before query: 12.181 MB
DELETE
FROM jos_securitycheckpro_dynamic_blacklist
WHERE (DATE_ADD(timeattempt, INTERVAL 600 SECOND)) < NOW();
EXPLAIN not possible on query: DELETE FROM jos_securitycheckpro_dynamic_blacklist WHERE (DATE_ADD(timeattempt, INTERVAL 600 SECOND)) < NOW();
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.48 ms |
init | 0.01 ms |
System lock | 0.02 ms |
updating | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 2.99 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:903 |
10 | plgSystemSecuritycheckpro->pasar_a_historico() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1182 |
9 | plgSystemSecuritycheckpro->acciones_lista_negra_dinamica() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:2034 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.20 ms Query memory: 0.021 MB Memory before query: 12.186 MB Rows returned: 1
SELECT COUNT(*)
from jos_securitycheckpro_dynamic_blacklist
WHERE (ip = '3.20.206.27'
AND counter >= 5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:867 |
10 | plgSystemSecuritycheckpro->chequear_ip_en_lista_dinamica() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1184 |
9 | plgSystemSecuritycheckpro->acciones_lista_negra_dinamica() | JROOT/plugins/system/securitycheckpro/securitycheckpro.php:2034 |
8 | plgSystemSecuritycheckpro->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.15 ms After last query: 7.34 ms Query memory: 0.025 MB Memory before query: 13.174 MB Rows returned: 1
SELECT id,template
FROM jos_template_styles
WHERE client_id=0
AND home=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 7 | 11.11 | Using where |
Status | Duration |
---|
starting | 0.18 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.63 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/widgetkit.php:23 |
16 | plgSystemWidgetkit->{closure}() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Container.php:240 |
15 | YOOtheme\Framework\Container->offsetGet() | JROOT/administrator/components/com_widgetkit/src/Application.php:49 |
14 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
12 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:149 |
11 | YOOtheme\Framework\Application->boot() | JROOT/administrator/components/com_widgetkit/widgetkit.php:91 |
10 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:6 |
9 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/system/widgetkit/widgetkit.php:9 |
8 | plgSystemWidgetkit->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 16.41 ms Query memory: 0.022 MB Memory before query: 15.214 MB Rows returned: 1
SELECT *
FROM jos_languages
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using filesort |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.68 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_sh404sef/helpers/language.php:219 |
12 | Sh404sefHelperLanguage::getAllContentLanguages() | JROOT/administrator/components/com_sh404sef/helpers/language.php:171 |
11 | Sh404sefHelperLanguage::getUrlCodeFromTag() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:85 |
10 | Sh404sefClassPageinfo->setCurrentLanguage() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:101 |
9 | Sh404sefClassPageinfo->init() | JROOT/plugins/system/sh404sef/sh404sef.php:103 |
8 | plgSystemSh404sef->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 7.44 ms Query memory: 0.023 MB Memory before query: 16.101 MB Rows returned: 1
SELECT `params`
FROM jos_extensions
WHERE `element`='com_sh404sef'
AND `type`='component';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 |
14 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 |
13 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 |
12 | ShlDbHelper::selectResult() | JROOT/administrator/components/com_sh404sef/helpers/general.php:160 |
11 | Sh404sefHelperGeneral::getComponentParams() | JROOT/administrator/components/com_sh404sef/classes/config.php:671 |
10 | Sh404sefClassConfig->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:121 |
9 | Sh404sefFactory::getConfig() | JROOT/plugins/system/sh404sef/sh404sef.php:126 |
8 | plgSystemSh404sef->onAfterInitialise() | 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:668 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.22 ms After last query: 45.13 ms Query memory: 0.024 MB Memory before query: 18.159 MB Rows returned: 0
SELECT *
FROM `jos_sh404sef_aliases`
WHERE `state` = 1
and (`alias` = 'auckland/hen-accommodation.html')
order by `ordering` asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_aliases | NULL | ref | state,alias | alias | 573 | const | 1 | 97.56 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.81 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
16 | ShlDbClass->loadObject() | JROOT/administrator/components/com_sh404sef/models/redirector.php:222 |
15 | Sh404sefModelRedirector->findHardcodedMatchedRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:116 |
14 | Sh404sefModelRedirector->loadMatchRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:87 |
13 | Sh404sefModelRedirector->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:205 |
12 | Sh404sefFactory::getRedirector() | JROOT/administrator/components/com_sh404sef/classes/router.php:706 |
11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:295 |
10 | Sh404sefClassRouterInternal->preprocessParseRule() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 1.05 ms Query memory: 0.025 MB Memory before query: 18.186 MB Rows returned: 0
SELECT *
FROM jos_sh404sef_aliases
WHERE state = 1
and (type = 1 or type = 2);
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_aliases | NULL | range | type,state | type | 1 | NULL | 2 | 97.56 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:661 |
18 | ShlDbClass->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:455 |
17 | ShlDbClass->shlLoadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:686 |
16 | ShlDbHelper::selectObjectList() | JROOT/administrator/components/com_sh404sef/models/redirector.php:287 |
15 | Sh404sefModelRedirector->findWildcardMatchedRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:117 |
14 | Sh404sefModelRedirector->loadMatchRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:87 |
13 | Sh404sefModelRedirector->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:205 |
12 | Sh404sefFactory::getRedirector() | JROOT/administrator/components/com_sh404sef/classes/router.php:706 |
11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:295 |
10 | Sh404sefClassRouterInternal->preprocessParseRule() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.43 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 18.195 MB Rows returned: 0
SELECT *
FROM jos_sh404sef_pageids
WHERE `pageid`='auckland/hen-accommodation.html';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_pageids | NULL | ref | alias | alias | 767 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.52 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.66 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
14 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
13 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
12 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/classes/router.php:2357 |
11 | Sh404sefClassRouterInternal->_checkShurls() | JROOT/administrator/components/com_sh404sef/classes/router.php:296 |
10 | Sh404sefClassRouterInternal->preprocessParseRule() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 0.58 ms Query memory: 0.024 MB Memory before query: 18.206 MB Rows returned: 1
SELECT *
FROM jos_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.71 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.75 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
17 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/administrator/components/com_sh404sef/classes/router.php:2067 |
16 | Sh404sefClassRouterInternal->_getSimpleSefLanguageSefCode() | JROOT/administrator/components/com_sh404sef/classes/router.php:2035 |
15 | Sh404sefClassRouterInternal->_isSimpleEncodingSef() | JROOT/administrator/components/com_sh404sef/classes/router.php:1978 |
14 | Sh404sefClassRouterInternal->_lookupSef() | JROOT/administrator/components/com_sh404sef/classes/router.php:1439 |
13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2664 |
12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.13 ms After last query: 2.96 ms Query memory: 0.025 MB Memory before query: 18.264 MB Rows returned: 8
SELECT `oldurl`, `newurl`, `dateadd`, `id`, `cpt`, `rank`
FROM jos_sh404sef_urls
WHERE `oldurl`='auckland/hen-accommodation.html'
ORDER BY `rank`;
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | oldurl | oldurl | 573 | const | 7 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.61 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.67 ms |
preparing | 0.03 ms |
executing | 1.57 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:661 |
18 | ShlDbClass->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:455 |
17 | ShlDbClass->shlLoadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:686 |
16 | ShlDbHelper::selectObjectList() | JROOT/administrator/components/com_sh404sef/models/sefurls.php:103 |
15 | Sh404sefModelSefurls->getNonSefUrlRecordFromDatabase() | JROOT/administrator/components/com_sh404sef/classes/router.php:1992 |
14 | Sh404sefClassRouterInternal->_lookupSef() | JROOT/administrator/components/com_sh404sef/classes/router.php:1439 |
13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2664 |
12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.51 ms After last query: 0.66 ms Query memory: 0.008 MB Memory before query: 18.304 MB
UPDATE `jos_sh404sef_urls`
SET `cpt`=825, `last_hit`='2025-05-03 13:14:47'
WHERE `id`='32'
AND `rank`=0;
EXPLAIN not possible on query: UPDATE `jos_sh404sef_urls` SET `cpt`=825, `last_hit`='2025-05-03 13:14:47' WHERE `id`='32' AND `rank`=0;
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.06 ms |
updating | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 3.14 ms |
closing tables | 0.03 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/shlib/shl_packages/system/abstractdecorator.php:41 |
17 | ShlSystem_Abstractdecorator->__call() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:478 |
16 | ShlDbClass->shlExecute() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:467 |
15 | ShlDbClass->shlQuery() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:797 |
14 | ShlDbHelper::update() | JROOT/administrator/components/com_sh404sef/classes/router.php:1458 |
13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2664 |
12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.31 ms After last query: 5.80 ms Query memory: 0.027 MB Memory before query: 18.438 MB Rows returned: 48
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_advancedmodules','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_eorisis_analytics','com_fields','com_finder','com_georadiussearch','com_installer','com_jce','com_joomlaupdate','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_regularlabsmanager','com_rsform','com_search','com_seolinks','com_sh404sef','com_tags','com_templates','com_users','com_varnishclear','com_watchfulli','com_weblinks','com_widgetkit','com_wrapper','com_zoo','com_zoolanders')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 129 | 37.98 | Using where |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.69 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.10 ms |
preparing | 0.02 ms |
executing | 0.16 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
logging slow query | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:30 |
10 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:95 |
9 | PlgSystemAdvancedModules->handleOnAfterRoute() | JROOT/libraries/regularlabs/src/SystemPlugin.php:192 |
8 | RegularLabs\Library\SystemPlugin->onAfterRoute() | 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:1190 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 3.48 ms Query memory: 0.025 MB Memory before query: 18.578 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
21 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
20 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
17 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
16 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
15 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
14 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
13 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
12 | Joomla\CMS\Factory::getDocument() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/cms/document.php:44 |
11 | com_eorisis_analytics\framework\lib\core\cms\document::get() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/cms/document.php:54 |
10 | com_eorisis_analytics\framework\lib\core\cms\document::type() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/cms/document.php:64 |
9 | com_eorisis_analytics\framework\lib\core\cms\document::is_html() | JROOT/plugins/system/eorisis_analytics/eorisis_analytics.php:88 |
8 | PlgSystemEorisis_analytics->onAfterRoute() | 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:1190 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.32 ms After last query: 0.23 ms Query memory: 0.008 MB Memory before query: 18.572 MB
UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"aec85f910c565722ffac87af96747c29\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"aec85f910c565722ffac87af96747c29\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.05 ms |
updating | 0.08 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 5.98 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
16 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
15 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
14 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
13 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
12 | Joomla\CMS\Factory::getDocument() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/cms/document.php:44 |
11 | com_eorisis_analytics\framework\lib\core\cms\document::get() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/cms/document.php:54 |
10 | com_eorisis_analytics\framework\lib\core\cms\document::type() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/cms/document.php:64 |
9 | com_eorisis_analytics\framework\lib\core\cms\document::is_html() | JROOT/plugins/system/eorisis_analytics/eorisis_analytics.php:88 |
8 | PlgSystemEorisis_analytics->onAfterRoute() | 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:1190 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 34.42 ms Query memory: 0.022 MB Memory before query: 19.326 MB Rows returned: 3
SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 9 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | j_beta_henweekends_co_nz.e.element | 1 | 77.78 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.16 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
executing | 0.10 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
12 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/administrator/components/com_widgetkit/widgetkit.php:43 |
11 | plgSystemWidgetkit->{closure}() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
9 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:132 |
8 | YOOtheme\Framework\Application->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/JoomlaPlugin.php:141 |
7 | YOOtheme\Framework\Joomla\JoomlaPlugin->init() | JROOT/libraries/joomla/event/dispatcher.php:165 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.04 ms After last query: 15.76 ms Query memory: 0.023 MB Memory before query: 20.126 MB Rows returned: 1
SELECT *
FROM jos_zoo_category
WHERE id = 8
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_zoo_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.66 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
11 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:399 |
10 | AppTable->_queryObject() | JROOT/administrator/components/com_zoo/framework/classes/table.php:189 |
9 | AppTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:136 |
8 | AppTable->get() | JROOT/administrator/components/com_zoo/helpers/zoo.php:77 |
7 | ZooHelper->getApplication() | JROOT/components/com_zoo/zoo.php:32 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.75 ms After last query: 4.61 ms Query memory: 0.022 MB Memory before query: 20.193 MB Rows returned: 1
SELECT *
FROM jos_zoo_application
WHERE id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_zoo_application | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.61 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.80 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
13 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:399 |
12 | AppTable->_queryObject() | JROOT/administrator/components/com_zoo/framework/classes/table.php:189 |
11 | AppTable->find() | JROOT/administrator/components/com_zoo/tables/application.php:131 |
10 | ApplicationTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:136 |
9 | AppTable->get() | JROOT/administrator/components/com_zoo/classes/category.php:186 |
8 | Category->getApplication() | JROOT/administrator/components/com_zoo/helpers/zoo.php:78 |
7 | ZooHelper->getApplication() | JROOT/components/com_zoo/zoo.php:32 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 12.19 ms Query memory: 0.007 MB Memory before query: 20.581 MB
SET SESSION group_concat_max_len = 1048576
EXPLAIN not possible on query: SET SESSION group_concat_max_len = 1048576
Status | Duration |
---|
starting | 0.10 ms |
Opening tables | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
14 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/tables/category.php:191 |
13 | CategoryTable->getAll() | JROOT/administrator/components/com_zoo/classes/application.php:425 |
12 | Application->getCategories() | JROOT/administrator/components/com_zoo/classes/application.php:449 |
11 | Application->getCategoryTree() | JROOT/components/com_zoo/controllers/default.php:217 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.42 ms After last query: 1.19 ms Query memory: 0.041 MB Memory before query: 20.671 MB Rows returned: 9
SELECT c.*, GROUP_CONCAT(DISTINCT i.id) as item_ids
FROM jos_zoo_category as c USE INDEX (APPLICATIONID_ID_INDEX)
LEFT JOIN jos_zoo_category_item as ci
ON ci.category_id = c.id
LEFT JOIN jos_zoo_item AS i USE INDEX (MULTI_INDEX2)
ON ci.item_id = i.id
AND i.access IN (1)
AND i.state = 1
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-05-03 13:14:47')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-05-03 13:14:47')
WHERE c.application_id = 1
AND c.published = 1
GROUP BY c.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | APPLICATIONID_ID_INDEX | APPLICATIONID_ID_INDEX | 5 | const,const | 8 | 100.00 | NULL |
1 | SIMPLE | ci | NULL | ref | PRIMARY,CATEGORYID_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.c.id | 1 | 100.00 | Using index |
1 | SIMPLE | i | NULL | ref | MULTI_INDEX2 | MULTI_INDEX2 | 9 | j_beta_henweekends_co_nz.ci.item_id,const,const | 1 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 4.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.60 ms |
statistics | 0.11 ms |
preparing | 0.06 ms |
executing | 0.33 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
17 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:425 |
16 | AppTable->_queryObjectList() | JROOT/administrator/components/com_zoo/framework/classes/table.php:192 |
15 | AppTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:165 |
14 | AppTable->all() | JROOT/administrator/components/com_zoo/tables/category.php:217 |
13 | CategoryTable->getAll() | JROOT/administrator/components/com_zoo/classes/application.php:425 |
12 | Application->getCategories() | JROOT/administrator/components/com_zoo/classes/application.php:449 |
11 | Application->getCategoryTree() | JROOT/components/com_zoo/controllers/default.php:217 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.54 ms After last query: 5.59 ms Query memory: 0.039 MB Memory before query: 20.914 MB Rows returned: 3
SELECT a.*
FROM jos_zoo_item AS a
LEFT JOIN jos_zoo_category_item AS b
ON a.id = b.item_id
WHERE a.application_id = 1
AND a.access IN (1)
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-05-03 13:14:47')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-05-03 13:14:47')
AND b.category_id = 8
GROUP BY a.id
ORDER BY a.priority DESC, a.name
LIMIT 0,15
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | PRIMARY | 4 | const | 4 | 100.00 | Using where; Using index; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | eq_ref | PRIMARY,PUBLISH_INDEX,STATE_INDEX,ACCESS_INDEX,APPLICATIONID_INDEX,MULTI_INDEX,MULTI_INDEX2,ID_APPLICATION_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.b.item_id | 1 | 15.42 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
Creating tmp table | 0.04 ms |
executing | 0.86 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
13 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:425 |
12 | AppTable->_queryObjectList() | JROOT/administrator/components/com_zoo/tables/item.php:467 |
11 | ItemTable->getByCategory() | JROOT/components/com_zoo/controllers/default.php:238 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 9.06 ms Query memory: 0.029 MB Memory before query: 21.184 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&category_id=8&lang=en&task=category';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 11 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
28 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
27 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
26 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
25 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
24 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
23 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
22 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
21 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
20 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:171 |
11 | RouteHelper->category() | JROOT/components/com_zoo/controllers/default.php:254 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.22 ms After last query: 18.01 ms Query memory: 0.029 MB Memory before query: 21.958 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM jos_fields AS a
LEFT JOIN `jos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_zoo.category.description'
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | j_beta_henweekends_co_nz.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | j_beta_henweekends_co_nz.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | j_beta_henweekends_co_nz.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | j_beta_henweekends_co_nz.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | j_beta_henweekends_co_nz.a.group_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.20 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 3.28 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.92 ms |
preparing | 0.04 ms |
Creating tmp table | 1.32 ms |
executing | 0.15 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
26 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
25 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
24 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
23 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
22 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
20 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
19 | JHtmlContent::prepare() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
17 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
16 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
15 | ZooHelper->triggerContentPlugins() | JROOT/administrator/components/com_zoo/classes/category.php:534 |
14 | Category->getText() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:44 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.03 ms After last query: 13.90 ms Query memory: 0.038 MB Memory before query: 22.531 MB Rows returned: 41
SHOW FULL COLUMNS
FROM `jos_sh404sef_metas`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_sh404sef_metas`
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.74 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.96 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
Creating tmp table | 0.05 ms |
executing | 0.07 ms |
checking permissions | 0.06 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.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 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.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 |
checking permissions | 0.01 ms |
checking permissions | 0.02 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.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
31 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
30 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
29 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
28 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_sh404sef/tables/metas.php:138 |
27 | Sh404sefTableMetas->__construct() | JROOT/libraries/src/Table/Table.php:328 |
26 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_sh404sef/models/metas.php:37 |
25 | Sh404sefModelMetas->getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:92 |
24 | Sh404sefHelperMetadata::getCustomMetaDataFromDb() | JROOT/plugins/system/sh404sef/sh404sef.php:515 |
23 | plgSystemSh404sef->searchOGPImage() | JROOT/plugins/system/sh404sef/sh404sef.php:347 |
22 | plgSystemSh404sef->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
20 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
19 | JHtmlContent::prepare() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
17 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
16 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
15 | ZooHelper->triggerContentPlugins() | JROOT/administrator/components/com_zoo/classes/category.php:534 |
14 | Category->getText() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:44 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 2.88 ms Query memory: 0.029 MB Memory before query: 22.603 MB Rows returned: 0
SELECT *
FROM jos_sh404sef_metas
WHERE `newurl`='index.php?option=com_zoo&Itemid=152&category_id=8&lang=en&layout=category&task=category&view=category';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_metas | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.22 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
28 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
27 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
26 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/models/metas.php:38 |
25 | Sh404sefModelMetas->getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:92 |
24 | Sh404sefHelperMetadata::getCustomMetaDataFromDb() | JROOT/plugins/system/sh404sef/sh404sef.php:515 |
23 | plgSystemSh404sef->searchOGPImage() | JROOT/plugins/system/sh404sef/sh404sef.php:347 |
22 | plgSystemSh404sef->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
20 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
19 | JHtmlContent::prepare() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
17 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
16 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
15 | ZooHelper->triggerContentPlugins() | JROOT/administrator/components/com_zoo/classes/category.php:534 |
14 | Category->getText() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:44 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.41 ms After last query: 1064.90 ms Query memory: 0.030 MB Memory before query: 24.137 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=31
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=31
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.21 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.71 ms |
end | 0.01 ms |
query end | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
logging slow query | 0.03 ms |
cleaning up | 0.78 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php:25 |
20 | include JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php:16 |
17 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php:28 |
15 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
14 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:67 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 2.42 ms Query memory: 0.037 MB Memory before query: 24.192 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&item_id=31&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php:25 |
20 | include JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php:16 |
17 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php:28 |
15 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
14 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:67 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 1035.07 ms Query memory: 0.030 MB Memory before query: 24.324 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=30
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=30
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php:25 |
20 | include JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php:16 |
17 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php:28 |
15 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
14 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:67 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.75 ms Query memory: 0.037 MB Memory before query: 24.345 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&item_id=30&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 5 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php:25 |
20 | include JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php:16 |
17 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php:28 |
15 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
14 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:67 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 1033.99 ms Query memory: 0.030 MB Memory before query: 24.372 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=29
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=29
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php:25 |
20 | include JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php:16 |
17 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php:28 |
15 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
14 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:67 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.88 ms Query memory: 0.037 MB Memory before query: 24.393 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&item_id=29&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 5 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php:25 |
20 | include JROOT/media/zoo/applications/product/templates/uikit-nz/renderer/item/teaser.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php:16 |
17 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_item.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php:28 |
15 | include JROOT/media/zoo/applications/product/templates/uikit-nz/_items.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
14 | AppView->partial() | JROOT/media/zoo/applications/product/templates/uikit-nz/category.php:67 |
13 | include JROOT/media/zoo/applications/product/templates/uikit-nz/category.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
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_zoo/controllers/default.php:328 |
10 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 19.01 ms Query memory: 0.021 MB Memory before query: 24.806 MB Rows returned: 0
SELECT `pageid`
FROM jos_sh404sef_pageids
WHERE `newurl`='index.php?option=com_zoo&Itemid=152&category_id=8&lang=en&layout=category&task=category&view=category';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_pageids | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 |
11 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 |
10 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 |
9 | ShlDbHelper::selectResult() | JROOT/administrator/components/com_sh404sef/helpers/shurl.php:57 |
8 | Sh404sefHelperShurl::updateShurls() | JROOT/plugins/system/sh404sef/sh404sef.php:283 |
7 | plgSystemSh404sef->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.93 ms After last query: 30.05 ms Query memory: 0.044 MB Memory before query: 25.388 MB Rows returned: 16
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM jos_modules AS m
LEFT JOIN jos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN jos_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1)
AND m.client_id = 0
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | published,newsfeeds | published | 5 | NULL | 19 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | j_beta_henweekends_co_nz.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | am | NULL | eq_ref | PRIMARY | PRIMARY | 4 | j_beta_henweekends_co_nz.m.id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.92 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.43 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:318 |
18 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:60 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_finch/layouts/theme.config.php:27 |
10 | include JROOT/templates/yoo_finch/layouts/theme.config.php | JROOT/templates/yoo_finch/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 558.60 ms Query memory: 0.033 MB Memory before query: 26.390 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=180&id=6&lang=en&view=article';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 10 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.35 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
35 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
34 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
33 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
32 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
31 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
30 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
29 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
28 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
27 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
26 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
25 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
24 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
23 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
22 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
18 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
17 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
16 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:86 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.76 ms Query memory: 0.033 MB Memory before query: 26.414 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=181&id=7&lang=en&view=article';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 11 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
35 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
34 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
33 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
32 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
31 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
30 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
29 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
28 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
27 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
26 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
25 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
24 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
23 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
22 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
18 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
17 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
16 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:86 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 5.87 ms Query memory: 0.034 MB Memory before query: 26.490 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=152&category_id=7&f=1&lang=en&task=category';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
37 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
36 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
35 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
34 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
33 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
32 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
31 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
30 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
29 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
28 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
27 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
26 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
25 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
24 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
23 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
22 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
21 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
20 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:171 |
19 | RouteHelper->category() | JROOT/modules/mod_zoocategory/helper.php:38 |
18 | CategoryModuleHelper->render() | JROOT/modules/mod_zoocategory/tmpl/uikit_list.php:12 |
17 | include JROOT/modules/mod_zoocategory/tmpl/uikit_list.php | JROOT/modules/mod_zoocategory/mod_zoocategory.php:38 |
16 | include JROOT/modules/mod_zoocategory/mod_zoocategory.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:86 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.71 ms Query memory: 0.034 MB Memory before query: 26.511 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=152&category_id=6&f=1&lang=en&task=category';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
37 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
36 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
35 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
34 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
33 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
32 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
31 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
30 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
29 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
28 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
27 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
26 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
25 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
24 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
23 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
22 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
21 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
20 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:171 |
19 | RouteHelper->category() | JROOT/modules/mod_zoocategory/helper.php:38 |
18 | CategoryModuleHelper->render() | JROOT/modules/mod_zoocategory/tmpl/uikit_list.php:12 |
17 | include JROOT/modules/mod_zoocategory/tmpl/uikit_list.php | JROOT/modules/mod_zoocategory/mod_zoocategory.php:38 |
16 | include JROOT/modules/mod_zoocategory/mod_zoocategory.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:86 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.60 ms Query memory: 0.034 MB Memory before query: 26.531 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=152&category_id=8&f=1&lang=en&task=category';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 9 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
37 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
36 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
35 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
34 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
33 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
32 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
31 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
30 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
29 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
28 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
27 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
26 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
25 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
24 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
23 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
22 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
21 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
20 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:171 |
19 | RouteHelper->category() | JROOT/modules/mod_zoocategory/helper.php:38 |
18 | CategoryModuleHelper->render() | JROOT/modules/mod_zoocategory/tmpl/uikit_list.php:12 |
17 | include JROOT/modules/mod_zoocategory/tmpl/uikit_list.php | JROOT/modules/mod_zoocategory/mod_zoocategory.php:38 |
16 | include JROOT/modules/mod_zoocategory/mod_zoocategory.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:86 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 24.03 ms Query memory: 0.092 MB Memory before query: 26.831 MB Rows returned: 9
SELECT a.*
FROM jos_zoo_item AS a
LEFT JOIN jos_zoo_category_item AS b
ON a.id = b.item_id
WHERE a.application_id = 1
AND a.access IN (1)
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-05-03 13:14:47')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-05-03 13:14:47')
AND b.category_id = 7
GROUP BY a.id
ORDER BY a.priority DESC, a.name
LIMIT 0,20
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | PRIMARY,PUBLISH_INDEX,STATE_INDEX,ACCESS_INDEX,APPLICATIONID_INDEX,MULTI_INDEX,MULTI_INDEX2,ID_APPLICATION_INDEX | STATE_INDEX | 1 | const | 28 | 35.79 | Using where; Using temporary; Using filesort |
1 | SIMPLE | b | NULL | eq_ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | PRIMARY | 8 | const,j_beta_henweekends_co_nz.a.id | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
Creating tmp table | 0.05 ms |
executing | 0.41 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
20 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:425 |
19 | AppTable->_queryObjectList() | JROOT/administrator/components/com_zoo/tables/item.php:467 |
18 | ItemTable->getByCategory() | JROOT/administrator/components/com_zoo/helpers/module.php:125 |
17 | ModuleHelper->getItems() | JROOT/modules/mod_zooitem/mod_zooitem.php:29 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 2.97 ms Query memory: 0.031 MB Memory before query: 27.376 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=67
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=67
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.08 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
logging slow query | 0.03 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.97 ms Query memory: 0.037 MB Memory before query: 27.405 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=67&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 7 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.76 ms Query memory: 0.031 MB Memory before query: 27.422 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=3
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=3
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.06 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.70 ms Query memory: 0.037 MB Memory before query: 27.444 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=3&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 7 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.68 ms Query memory: 0.031 MB Memory before query: 27.461 MB Rows returned: 2
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=51
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=51
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 2 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.06 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.16 ms |
preparing | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.59 ms Query memory: 0.037 MB Memory before query: 27.483 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=51&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.67 ms Query memory: 0.031 MB Memory before query: 27.500 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=49
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=49
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.65 ms Query memory: 0.037 MB Memory before query: 27.522 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=49&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.99 ms Query memory: 0.031 MB Memory before query: 27.539 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=59
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=59
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.62 ms Query memory: 0.042 MB Memory before query: 27.572 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=59&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.64 ms Query memory: 0.031 MB Memory before query: 27.595 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=8
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=8
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.59 ms Query memory: 0.037 MB Memory before query: 27.617 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=8&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.78 ms Query memory: 0.031 MB Memory before query: 27.635 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=58
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=58
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.57 ms Query memory: 0.037 MB Memory before query: 27.657 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=58&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 7 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.63 ms Query memory: 0.031 MB Memory before query: 27.674 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=63
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=63
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.60 ms Query memory: 0.037 MB Memory before query: 27.696 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=63&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.78 ms Query memory: 0.031 MB Memory before query: 27.713 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=69
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=69
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.57 ms Query memory: 0.037 MB Memory before query: 27.735 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=69&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.85 ms After last query: 0.73 ms Query memory: 0.128 MB Memory before query: 27.609 MB Rows returned: 13
SELECT a.*
FROM jos_zoo_item AS a
LEFT JOIN jos_zoo_category_item AS b
ON a.id = b.item_id
WHERE a.application_id = 1
AND a.access IN (1)
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-05-03 13:14:47')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-05-03 13:14:47')
AND b.category_id IN (6)
GROUP BY a.id
ORDER BY a.priority DESC, a.name
LIMIT 0,30
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | PRIMARY,PUBLISH_INDEX,STATE_INDEX,ACCESS_INDEX,APPLICATIONID_INDEX,MULTI_INDEX,MULTI_INDEX2,ID_APPLICATION_INDEX | STATE_INDEX | 1 | const | 28 | 35.79 | Using where; Using temporary; Using filesort |
1 | SIMPLE | b | NULL | eq_ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | PRIMARY | 8 | const,j_beta_henweekends_co_nz.a.id | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
Creating tmp table | 0.03 ms |
executing | 0.41 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
20 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:425 |
19 | AppTable->_queryObjectList() | JROOT/administrator/components/com_zoo/tables/item.php:467 |
18 | ItemTable->getByCategory() | JROOT/administrator/components/com_zoo/helpers/module.php:125 |
17 | ModuleHelper->getItems() | JROOT/modules/mod_zooitem/mod_zooitem.php:29 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 2.58 ms Query memory: 0.031 MB Memory before query: 28.329 MB Rows returned: 2
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=47
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=47
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 2 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.06 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.70 ms Query memory: 0.037 MB Memory before query: 28.351 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=47&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 7 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.74 ms Query memory: 0.031 MB Memory before query: 28.368 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=16
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=16
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.07 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.64 ms Query memory: 0.037 MB Memory before query: 28.390 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=16&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.67 ms Query memory: 0.031 MB Memory before query: 28.408 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=12
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=12
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.64 ms Query memory: 0.037 MB Memory before query: 28.429 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=12&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.68 ms Query memory: 0.031 MB Memory before query: 28.447 MB Rows returned: 2
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=2
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=2
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 2 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.11 ms |
freeing items | 0.02 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.61 ms Query memory: 0.037 MB Memory before query: 28.468 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=2&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 7 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.66 ms Query memory: 0.031 MB Memory before query: 28.486 MB Rows returned: 2
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=14
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=14
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 2 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.59 ms Query memory: 0.037 MB Memory before query: 28.507 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=14&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.66 ms Query memory: 0.031 MB Memory before query: 28.525 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=48
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=48
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.72 ms Query memory: 0.037 MB Memory before query: 28.546 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=48&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.65 ms Query memory: 0.031 MB Memory before query: 28.564 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=65
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=65
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.58 ms Query memory: 0.037 MB Memory before query: 28.586 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=65&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.63 ms Query memory: 0.031 MB Memory before query: 28.603 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=50
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=50
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.08 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.69 ms Query memory: 0.037 MB Memory before query: 28.625 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=50&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.64 ms Query memory: 0.031 MB Memory before query: 28.642 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=7
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=7
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.59 ms Query memory: 0.037 MB Memory before query: 28.664 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=7&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 7 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.62 ms Query memory: 0.031 MB Memory before query: 28.681 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=56
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=56
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.64 ms Query memory: 0.037 MB Memory before query: 28.703 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=56&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.64 ms Query memory: 0.031 MB Memory before query: 28.720 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=46
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=46
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.59 ms Query memory: 0.037 MB Memory before query: 28.742 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=46&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.64 ms Query memory: 0.031 MB Memory before query: 28.759 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=55
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=55
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.78 ms Query memory: 0.037 MB Memory before query: 28.787 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=55&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 7 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.62 ms Query memory: 0.031 MB Memory before query: 28.805 MB Rows returned: 1
SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=68
AND b.published = 1 UNION SELECT 0
FROM jos_zoo_category_item AS a
WHERE a.item_id=68
AND a.category_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | b | NULL | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | j_beta_henweekends_co_nz.a.category_id | 1 | 88.89 | Using where |
2 | UNION | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
3 | UNION RESULT | <union1,2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Using temporary |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
logging slow query | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:157 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:565 |
26 | Item->getRelatedCategoryIds() | JROOT/administrator/components/com_zoo/helpers/route.php:298 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.59 ms Query memory: 0.037 MB Memory before query: 28.826 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_zoo&Itemid=101&item_id=68&lang=en&task=item';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 6 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
43 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
42 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
41 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
40 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
39 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
38 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1548 |
37 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
36 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
35 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
34 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
33 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
32 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
30 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
26 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_zoo/helpers/route.php:351 |
25 | RouteHelper->item() | JROOT/media/zoo/elements/itemname/itemname.php:57 |
24 | ElementItemName->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
23 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
22 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
21 | ItemRenderer->renderPosition() | JROOT/modules/mod_zooitem/renderer/item/default.php:23 |
20 | include JROOT/modules/mod_zooitem/renderer/item/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
19 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
18 | ItemRenderer->render() | JROOT/modules/mod_zooitem/tmpl/list.php:23 |
17 | include JROOT/modules/mod_zooitem/tmpl/list.php | JROOT/modules/mod_zooitem/mod_zooitem.php:36 |
16 | include JROOT/modules/mod_zooitem/mod_zooitem.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_finch/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_finch/layouts/theme.php:204 |
9 | include JROOT/templates/yoo_finch/layouts/theme.php | JROOT/templates/yoo_finch/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_finch/index.php:16 |
7 | require JROOT/templates/yoo_finch/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 18.20 ms Query memory: 0.024 MB Memory before query: 28.744 MB Rows returned: 0
SELECT `id`,`catid`,`title`,`ordering`,`access`,`params`
FROM `jos_eorisis_analytics_trackers`
WHERE `published`=1
AND `language` IN ("*","en-GB")
AND (`publish_up`='0000-00-00 00:00:00' OR `publish_up` <= '2025-05-03 13:14:47')
AND (`publish_down`='0000-00-00 00:00:00' OR `publish_down` >= '2025-05-03 13:14:47')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.71 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
17 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/pro/model/database.php:35 |
16 | com_eorisis_analytics\framework\lib\pro\model\database::get_array_list() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/pro/cms/component.php:78 |
15 | com_eorisis_analytics\framework\lib\pro\cms\component::get_items() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/pro/model/trackers.php:36 |
14 | com_eorisis_analytics\framework\lib\pro\model\trackers->set_items() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/extension.php:61 |
13 | com_eorisis_analytics\framework\lib\core\model\extension->setup() | JROOT/plugins/system/eorisis_analytics/eorisis_analytics.php:114 |
12 | PlgSystemEorisis_analytics->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 3.04 ms Query memory: 0.024 MB Memory before query: 28.810 MB Rows returned: 1
SELECT `params`
FROM `jos_eorisis_analytics_sections`
WHERE `name`='optoutopt'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_eorisis_analytics_sections | NULL | const | name | name | 402 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.55 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/database.php:32 |
16 | com_eorisis_analytics\framework\lib\core\model\database::get_first_result() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/section.php:45 |
15 | com_eorisis_analytics\framework\lib\core\model\section::params() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/pro/model/optout.php:46 |
14 | com_eorisis_analytics\framework\lib\pro\model\optout->__construct() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/extension.php:64 |
13 | com_eorisis_analytics\framework\lib\core\model\extension->setup() | JROOT/plugins/system/eorisis_analytics/eorisis_analytics.php:114 |
12 | PlgSystemEorisis_analytics->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 8.20 ms Query memory: 0.024 MB Memory before query: 28.955 MB Rows returned: 1
SELECT `params`
FROM `jos_eorisis_analytics_sections`
WHERE `name`='pref'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_eorisis_analytics_sections | NULL | const | name | name | 402 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/database.php:32 |
16 | com_eorisis_analytics\framework\lib\core\model\database::get_first_result() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/section.php:45 |
15 | com_eorisis_analytics\framework\lib\core\model\section::params() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/params.php:104 |
14 | com_eorisis_analytics\framework\lib\core\model\params::pref() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/extension.php:77 |
13 | com_eorisis_analytics\framework\lib\core\model\extension->setup() | JROOT/plugins/system/eorisis_analytics/eorisis_analytics.php:114 |
12 | PlgSystemEorisis_analytics->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 3.61 ms Query memory: 0.025 MB Memory before query: 29.037 MB Rows returned: 1
SELECT `params`
FROM `jos_eorisis_analytics_sections`
WHERE `name`='measurementopt'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_eorisis_analytics_sections | NULL | const | name | name | 402 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/database.php:32 |
19 | com_eorisis_analytics\framework\lib\core\model\database::get_first_result() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/section.php:45 |
18 | com_eorisis_analytics\framework\lib\core\model\section::params() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/measurement.php:30 |
17 | com_eorisis_analytics\framework\lib\core\model\measurement->__construct() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/code.php:139 |
16 | com_eorisis_analytics\framework\lib\core\model\code->property() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/code.php:158 |
15 | com_eorisis_analytics\framework\lib\core\model\code->get_html() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/code.php:52 |
14 | com_eorisis_analytics\framework\lib\core\model\code->set() | JROOT/administrator/components/com_eorisis_analytics/framework/lib/core/model/extension.php:92 |
13 | com_eorisis_analytics\framework\lib\core\model\extension::set_code() | JROOT/plugins/system/eorisis_analytics/eorisis_analytics.php:115 |
12 | PlgSystemEorisis_analytics->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 4.27 ms Query memory: 0.031 MB Memory before query: 29.151 MB Rows returned: 0
SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
WHERE `newurl`='index.php?option=com_widgetkit&lang=en';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
34 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
33 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
32 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
31 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:789 |
30 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:826 |
29 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1496 |
28 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1230 |
27 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2675 |
26 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1084 |
25 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
23 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
22 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
21 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
20 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
19 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
18 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
17 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/UrlGenerator.php:35 |
16 | YOOtheme\Framework\Joomla\UrlGenerator->route() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/view/plugin.php:84 |
15 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
14 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
13 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:132 |
12 | YOOtheme\Framework\Application->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/JoomlaPlugin.php:131 |
11 | YOOtheme\Framework\Joomla\JoomlaPlugin->YOOtheme\Framework\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
32 × SELECT `oldurl`, `dateadd`
FROM jos_sh404sef_urls
25 × SELECT b.id
FROM jos_zoo_category_item AS a JOIN jos_zoo_category AS b
ON a.category_id = b.id
3 × SELECT a.*
FROM jos_zoo_item AS a
LEFT JOIN jos_zoo_category_item AS b
ON a.id = b.item_id
3 × SELECT `params`
FROM `jos_eorisis_analytics_sections`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
2 × SELECT *
FROM jos_securitycheckpro_blacklis
2 × SELECT *
FROM jos_securitycheckpro_whitelis
2 × SELECT *
FROM jos_languages
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM jos_modules AS m
LEFT JOIN jos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN jos_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT `pageid`
FROM jos_sh404sef_pageids
1 × SELECT `id`,`catid`,`title`,`ordering`,`access`,`params`
FROM `jos_eorisis_analytics_trackers`
1 × SELECT *
FROM jos_sh404sef_metas
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM jos_fields AS a
LEFT JOIN `jos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos_fields_groups AS g
ON g.id = a.group_id
1 × SELECT `oldurl`, `newurl`, `dateadd`, `id`, `cpt`, `rank`
FROM jos_sh404sef_urls
1 × SELECT c.*, GROUP_CONCAT(DISTINCT i.id) as item_ids
FROM jos_zoo_category as c USE INDEX (APPLICATIONID_ID_INDEX)
LEFT JOIN jos_zoo_category_item as ci
ON ci.category_id = c.id
LEFT JOIN jos_zoo_item AS i USE INDEX (MULTI_INDEX2)
ON ci.item_id = i.id
AND i.access IN (1)
AND i.state = 1
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-05-03 13:14:47')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-05-03 13:14:47')
1 × SELECT *
FROM jos_zoo_application
1 × SELECT *
FROM jos_zoo_category
1 × SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
1 × SELECT `data`
FROM `jos_session`
1 × SELECT *
FROM jos_sh404sef_pageids
1 × SELECT *
FROM jos_sh404sef_aliases
1 × SELECT `session_id`
FROM `jos_session`
1 × SELECT `params`
FROM jos_extensions
1 × SELECT id,template
FROM jos_template_styles
1 × SELECT COUNT(*)
from jos_securitycheckpro_dynamic_blacklist
1 × SELECT `storage_value`
FROM `jos_securitycheckpro_storage`
1 × SELECT storage_value
from jos_securitycheckpro_storage
1 × SELECT enabled
from jos_extensions
1 × SELECT *
FROM jos_rsform_confi
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 jos_menu AS m
LEFT JOIN jos_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 jos_extensions
1 × SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `jos_viewlevels
1 × SELECT *
FROM `jos_sh404sef_aliases`