Query Time: 0.86 ms Query memory: 0.020 MB Memory before query: 4.224 MB Rows returned: 0
SELECT `session_id`
FROM `odgal_session`
WHERE `session_id` = X'703666716a746574687663353376637338306e6670383662386f'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 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.01 ms |
| Opening tables | 0.15 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | 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: 0.24 ms After last query: 0.17 ms Query memory: 0.004 MB Memory before query: 4.229 MB
INSERT INTO `odgal_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'703666716a746574687663353376637338306e6670383662386f', 1, 1765446382, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `odgal_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'703666716a746574687663353376637338306e6670383662386f', 1, 1765446382, 0, '', 0)
| 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 |
| update | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php: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.02 ms After last query: 4.23 ms Query memory: 0.040 MB Memory before query: 4.418 MB Rows returned: 43
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `odgal_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 | odgal_extensions | NULL | ref | extension | extension | 82 | const | 45 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| executing | 0.20 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | 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: 0.46 ms After last query: 4.00 ms Query memory: 0.021 MB Memory before query: 4.691 MB Rows returned: 5
SELECT id, rules
FROM `odgal_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| 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.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.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | 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.72 ms After last query: 0.18 ms Query memory: 0.021 MB Memory before query: 4.703 MB Rows returned: 2
SELECT b.id
FROM odgal_usergroups AS a
LEFT JOIN odgal_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where |
| 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 |
| 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.01 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/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: 1.52 ms After last query: 1.07 ms Query memory: 0.035 MB Memory before query: 4.771 MB Rows returned: 155
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM odgal_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_extensions | NULL | ref | extension | extension | 82 | const | 203 | 0.60 | 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.08 ms |
| preparing | 0.02 ms |
| executing | 1.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 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: 0.83 ms After last query: 10.05 ms Query memory: 0.021 MB Memory before query: 5.456 MB Rows returned: 0
SELECT `path`
FROM odgal_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
| 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.20 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 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.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:56 |
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
| 7 | plgSystemRsfirewall->__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: 1.59 ms After last query: 0.17 ms Query memory: 0.021 MB Memory before query: 5.461 MB Rows returned: 0
SELECT `file`
FROM odgal_rsfirewall_hashes
WHERE `type`='protect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_rsfirewall_hashes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 415 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.15 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 1.02 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 |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:63 |
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
| 7 | plgSystemRsfirewall->__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.64 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 5.467 MB Rows returned: 64
SELECT *
FROM odgal_rsfirewall_configuration
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_rsfirewall_configuration | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 64 | 100.00 | NULL |
| 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.13 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.18 ms |
| end | 0.00 ms |
| query end | 0.00 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:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:71 |
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
| 7 | plgSystemRsfirewall->__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: 1.57 ms After last query: 6.77 ms Query memory: 0.024 MB Memory before query: 5.917 MB Rows returned: 10
SHOW FULL COLUMNS
FROM `odgal_rsfirewall_logs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `odgal_rsfirewall_logs`
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.67 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.04 ms |
| executing | 0.08 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.04 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_rsfirewall/tables/logs.php:38 |
| 11 | RsfirewallTableLogs->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:31 |
| 9 | RSFirewallLogger->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:84 |
| 8 | RSFirewallLogger::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:63 |
| 7 | plgSystemRsfirewall->__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.91 ms After last query: 86.01 ms Query memory: 0.065 MB Memory before query: 9.976 MB Rows returned: 25
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 odgal_menu AS m
LEFT JOIN odgal_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 | 17 | 10.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cnritadrinkscom.m.component_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 |
| Opening tables | 0.20 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.03 ms |
| executing | 0.24 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 20 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{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/Menu/SiteMenu.php:101 |
| 17 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 16 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 15 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 14 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 13 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 12 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 11 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 10 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 9 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 8 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/wbamp/wbamp.php:210 |
| 7 | plgSystemWbamp->__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.90 ms After last query: 41.80 ms Query memory: 0.022 MB Memory before query: 13.117 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 214 | const,const | 1 | 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.17 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 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.02 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 12 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 11 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 10 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
| 9 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
| 8 | Nextend\SmartSlider3\Settings::get() | JROOT/plugins/system/smartslider3/smartslider3.php:16 |
| 7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 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: 1.80 ms After last query: 89.49 ms Query memory: 0.021 MB Memory before query: 17.229 MB Rows returned: 4
SELECT *
FROM odgal_rsfirewall_hashes
WHERE (`type`='3.10.12' OR `type`='protect')
AND (`flag`!='C' OR `flag` IS NULL)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_rsfirewall_hashes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 415 | 17.29 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 1.07 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 |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1078 |
| 8 | plgSystemRsfirewall->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.72 ms After last query: 1.38 ms Query memory: 0.021 MB Memory before query: 17.265 MB Rows returned: 0
SELECT *
FROM odgal_rsfirewall_snapshots
WHERE `type`='protect'
| 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.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.19 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 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.02 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/administrator/components/com_rsfirewall/helpers/snapshot.php:49 |
| 9 | RSFirewallSnapshot::get() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1101 |
| 8 | plgSystemRsfirewall->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.50 ms After last query: 0.17 ms Query memory: 0.021 MB Memory before query: 17.270 MB Rows returned: 0
SELECT `ip`,`reason`
FROM odgal_rsfirewall_lists
WHERE (`ip`='216.73.216.161' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='1'
AND `published`='1'
| 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.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.16 ms |
| init | 0.00 ms |
| System lock | 0.01 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:172 |
| 10 | plgSystemRsfirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:151 |
| 9 | plgSystemRsfirewall->isWhitelisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1137 |
| 8 | plgSystemRsfirewall->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.20 ms After last query: 0.13 ms Query memory: 0.021 MB Memory before query: 17.276 MB Rows returned: 0
SELECT `ip`,`reason`
FROM odgal_rsfirewall_lists
WHERE (`ip`='216.73.216.161' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='0'
AND `published`='1'
| 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.05 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.01 ms |
| executing | 0.01 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 |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:172 |
| 10 | plgSystemRsfirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:141 |
| 9 | plgSystemRsfirewall->isBlacklisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1141 |
| 8 | plgSystemRsfirewall->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.49 ms After last query: 1.07 ms Query memory: 0.021 MB Memory before query: 17.321 MB Rows returned: 0
SELECT *
FROM odgal_rsfirewall_exceptions
WHERE `published`='1'
| 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.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.14 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| executing | 0.01 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 |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:729 |
| 9 | plgSystemRsfirewall->isException() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1272 |
| 8 | plgSystemRsfirewall->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.52 ms After last query: 2.44 ms Query memory: 0.025 MB Memory before query: 17.409 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `odgal_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| 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.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 19 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 18 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 15 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 14 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/zooseo/zooseo.php:511 |
| 9 | plgSystemZooSeo->addOpenGraphTags() | JROOT/plugins/system/zooseo/zooseo.php:100 |
| 8 | plgSystemZooSeo->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.36 ms After last query: 0.23 ms Query memory: 0.006 MB Memory before query: 17.402 MB
UPDATE `odgal_extensions`
SET `params` = '{\"mediaversion\":\"5a073e1634f43175a682288463805619\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `odgal_extensions`
SET `params` = '{\"mediaversion\":\"5a073e1634f43175a682288463805619\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.10 ms |
| updating | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 14 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 13 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/zooseo/zooseo.php:511 |
| 9 | plgSystemZooSeo->addOpenGraphTags() | JROOT/plugins/system/zooseo/zooseo.php:100 |
| 8 | plgSystemZooSeo->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: 1.02 ms After last query: 11.39 ms Query memory: 0.170 MB Memory before query: 17.962 MB Rows returned: 3
SELECT id, home, template, s.params
FROM odgal_template_styles as s
LEFT JOIN odgal_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 | 4 | 1.25 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | cnritadrinkscom.e.element | 1 | 50.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| executing | 0.15 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 |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/jqueryeasy/helper.php:24 |
| 9 | plgJQueryEasyHelper::isEnabledOnPage() | JROOT/plugins/system/jqueryeasy/jqueryeasy.php:73 |
| 8 | plgSystemJqueryeasy->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: 3.17 ms Query memory: 0.019 MB Memory before query: 18.073 MB Rows returned: 1
SELECT *
FROM odgal_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 | odgal_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using filesort |
| 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.17 ms |
| init | 0.00 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.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 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: 10.60 ms Query memory: 0.022 MB Memory before query: 18.450 MB Rows returned: 1
SELECT *
FROM odgal_zoo_application
WHERE id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_zoo_application | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.20 ms |
| init | 0.01 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 |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
| 12 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:399 |
| 11 | AppTable->_queryObject() | JROOT/administrator/components/com_zoo/framework/classes/table.php:189 |
| 10 | AppTable->find() | JROOT/administrator/components/com_zoo/tables/application.php:131 |
| 9 | ApplicationTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:136 |
| 8 | AppTable->get() | JROOT/administrator/components/com_zoo/helpers/zoo.php:83 |
| 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.09 ms After last query: 11.03 ms Query memory: 0.029 MB Memory before query: 18.866 MB Rows returned: 43
SELECT `id`,`name`,`rules`,`parent_id`
FROM `odgal_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_content','com_contenthistory','com_cpanel','com_finder','com_installer','com_jce','com_jchoptimize','com_jmap','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_nobossajax','com_offlajn_installer','com_phocagallery','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsfirewall','com_slideshowck','com_smartslider3','com_sppagebuilder','com_tags','com_templates','com_users','com_widgetkit','com_wrapper','com_zoo')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 44 | 100.00 | Using index condition |
| 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.18 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.28 ms |
| end | 0.00 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/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:222 |
| 14 | UserAppHelper->isJoomlaSuperAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:54 |
| 13 | UserAppHelper->get() | JROOT/components/com_zoo/controllers/default.php:218 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.28 ms After last query: 2.85 ms Query memory: 0.008 MB Memory before query: 19.020 MB
SET SESSION group_concat_max_len = 1048576
EXPLAIN not possible on query: SET SESSION group_concat_max_len = 1048576
| Status | Duration |
|---|
| starting | 0.07 ms |
| Opening tables | 0.02 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 |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
| 16 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/tables/category.php:191 |
| 15 | CategoryTable->getAll() | JROOT/administrator/components/com_zoo/classes/application.php:425 |
| 14 | Application->getCategories() | JROOT/administrator/components/com_zoo/classes/application.php:449 |
| 13 | Application->getCategoryTree() | JROOT/components/com_zoo/controllers/default.php:218 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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: 4.64 ms After last query: 0.75 ms Query memory: 0.074 MB Memory before query: 19.048 MB Rows returned: 12
SELECT c.*, GROUP_CONCAT(DISTINCT i.id) as item_ids
FROM odgal_zoo_category as c USE INDEX (APPLICATIONID_ID_INDEX)
LEFT JOIN odgal_zoo_category_item as ci
ON ci.category_id = c.id
LEFT JOIN odgal_zoo_item AS i USE INDEX (MULTI_INDEX2)
ON ci.item_id = i.id
AND i.access IN (1,5)
AND i.state = 1
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-12-11 09:46:22')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-12-11 09:46:22')
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 | 11 | 100.00 | NULL |
| 1 | SIMPLE | ci | NULL | ref | PRIMARY,CATEGORYID_INDEX | PRIMARY | 4 | cnritadrinkscom.c.id | 281 | 100.00 | Using index |
| 1 | SIMPLE | i | NULL | ref | MULTI_INDEX2 | MULTI_INDEX2 | 4 | cnritadrinkscom.ci.item_id | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.13 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.29 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.06 ms |
| executing | 3.52 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
| 19 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:425 |
| 18 | AppTable->_queryObjectList() | JROOT/administrator/components/com_zoo/framework/classes/table.php:192 |
| 17 | AppTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:165 |
| 16 | AppTable->all() | JROOT/administrator/components/com_zoo/tables/category.php:217 |
| 15 | CategoryTable->getAll() | JROOT/administrator/components/com_zoo/classes/application.php:425 |
| 14 | Application->getCategories() | JROOT/administrator/components/com_zoo/classes/application.php:449 |
| 13 | Application->getCategoryTree() | JROOT/components/com_zoo/controllers/default.php:218 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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: 18.99 ms After last query: 5.78 ms Query memory: 0.343 MB Memory before query: 19.478 MB Rows returned: 16
SELECT a.*
FROM odgal_zoo_item AS a
LEFT JOIN odgal_zoo_category_item AS b
ON a.id = b.item_id
WHERE a.application_id = 1
AND a.access IN (1,5)
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-11 09:46:22')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-11 09:46:22')
AND b.category_id = 0
GROUP BY a.id
ORDER BY a.priority DESC, a.created DESC
LIMIT 0,16
| 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 | APPLICATIONID_INDEX | 4 | const | 1737 | 39.77 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | PRIMARY | 8 | const,cnritadrinkscom.a.id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.14 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.09 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| executing | 17.86 ms |
| end | 0.02 ms |
| query end | 0.26 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
| 15 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:425 |
| 14 | AppTable->_queryObjectList() | JROOT/administrator/components/com_zoo/tables/item.php:467 |
| 13 | ItemTable->getByCategory() | JROOT/components/com_zoo/controllers/default.php:239 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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: 10.42 ms After last query: 4.50 ms Query memory: 0.077 MB Memory before query: 20.024 MB Rows returned: 1728
SELECT a.id
FROM odgal_zoo_item AS a
LEFT JOIN odgal_zoo_category_item AS b
ON a.id = b.item_id
WHERE a.application_id = 1
AND b.category_id = 0
AND a.access IN (1,5)
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-11 09:46:22')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-11 09:46:22')
GROUP BY a.id
| 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 | APPLICATIONID_INDEX | 4 | const | 1737 | 39.77 | Using where; Using temporary |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | PRIMARY | 8 | const,cnritadrinkscom.a.id | 1 | 100.00 | Using index |
| 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 |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.04 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| executing | 9.05 ms |
| end | 0.01 ms |
| query end | 0.04 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 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/item.php:672 |
| 13 | ItemTable->getItemCountFromCategory() | JROOT/components/com_zoo/controllers/default.php:240 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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: 2.41 ms After last query: 10.55 ms Query memory: 0.062 MB Memory before query: 20.516 MB Rows returned: 29
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM odgal_modules AS m
LEFT JOIN odgal_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN odgal_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-11 09:46:22')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-11 09:46:22')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 121 OR mm.menuid <= 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 | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 83 | 1.27 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | cnritadrinkscom.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | cnritadrinkscom.m.id | 3 | 40.00 | Using where; Using index |
| 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.01 ms |
| Opening tables | 0.33 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.04 ms |
| statistics | 0.08 ms |
| preparing | 0.04 ms |
| executing | 1.10 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 18 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 17 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 16 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:60 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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: 1.66 ms Query memory: 0.027 MB Memory before query: 20.610 MB Rows returned: 0
SELECT *
FROM odgal_zoo_item
WHERE id = 0
| 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.08 ms |
| Executing hook on transaction | 0.01 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.03 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.02 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
| 23 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:399 |
| 22 | AppTable->_queryObject() | JROOT/administrator/components/com_zoo/framework/classes/table.php:189 |
| 21 | AppTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:136 |
| 20 | AppTable->get() | JROOT/modules/mod_zoocategory/helper.php:21 |
| 19 | CategoryModuleHelper->render() | JROOT/modules/mod_zoocategory/tmpl/list.php:15 |
| 18 | include JROOT/modules/mod_zoocategory/tmpl/list.php | JROOT/modules/mod_zoocategory/mod_zoocategory.php:38 |
| 17 | include JROOT/modules/mod_zoocategory/mod_zoocategory.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:62 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.45 ms After last query: 22.75 ms Query memory: 0.379 MB Memory before query: 21.229 MB Rows returned: 1
SELECT *
FROM `odgal_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '403'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 115 | 0.87 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.24 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.79 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 |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:40 |
| 21 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:16 |
| 20 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:19 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.47 ms After last query: 4.30 ms Query memory: 0.029 MB Memory before query: 21.579 MB Rows returned: 1
SELECT `template`
FROM `odgal_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 | odgal_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | 16.67 | 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.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.03 ms |
| executing | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:1036 |
| 23 | AddonParser::getTemplateName() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:190 |
| 22 | AddonParser::getAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:1168 |
| 21 | require_once JROOT/components/com_sppagebuilder/parser/addon-parser.php | JROOT/modules/mod_sppagebuilder/tmpl/default.php:16 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.49 ms After last query: 56.95 ms Query memory: 0.028 MB Memory before query: 25.193 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
| 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 | element_clientid | 402 | const | 1 | 100.00 | NULL |
| 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.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.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 |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:1051 |
| 22 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:1035 |
| 21 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:34 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.31 ms After last query: 0.23 ms Query memory: 0.029 MB Memory before query: 25.212 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
| 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 | element_clientid | 402 | const | 1 | 100.00 | NULL |
| 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.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:1051 |
| 22 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:1035 |
| 21 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:39 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.48 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 25.226 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `odgal_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
| 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.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.15 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 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 |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/helper.php:1082 |
| 21 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:43 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.31 ms After last query: 0.15 ms Query memory: 0.028 MB Memory before query: 25.238 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
| 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 | element_clientid | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 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.08 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:1051 |
| 21 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:46 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.25 ms After last query: 0.49 ms Query memory: 0.028 MB Memory before query: 25.250 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
| 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 | element_clientid | 402 | const | 1 | 100.00 | NULL |
| 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.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:1051 |
| 21 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:47 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.53 ms After last query: 21.45 ms Query memory: 0.028 MB Memory before query: 26.575 MB Rows returned: 1
SELECT `template`
FROM `odgal_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 | odgal_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | 16.67 | Using where |
| Status | Duration |
|---|
| starting | 0.10 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.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:84 |
| 23 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:98 |
| 22 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:261 |
| 21 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:55 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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: 818.93 ms After last query: 9.33 ms Query memory: 0.107 MB Memory before query: 26.950 MB Rows returned: 526
SELECT DISTINCT a.id, a.title, a.level, a.published, a.lft, a.parent_id
FROM (
SELECT id,title,level,published,parent_id,lft,rgt
FROM odgal_tags
WHERE `published` = '1') AS a
LEFT JOIN `odgal_tags` AS b
ON a.lft > b.lft
AND a.rgt < b.rgt
WHERE `a`.`level` != '0'
ORDER BY a.lft ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_tags | NULL | ALL | tag_idx | NO INDEX KEY COULD BE USED | NULL | NULL | 532 | 88.82 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | b | NULL | ALL | idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 532 | 100.00 | Range checked for each record (index map: 0x10); Distinct |
| 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.34 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.04 ms |
| executing | 811.94 ms |
| end | 0.02 ms |
| query end | 0.03 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/builder/classes/base.php:325 |
| 24 | SpPgaeBuilderBase::getArticleTags() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:56 |
| 23 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
| 22 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:261 |
| 21 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:55 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.39 ms After last query: 1.18 ms Query memory: 0.029 MB Memory before query: 27.022 MB Rows returned: 0
SELECT a.enabled
FROM `odgal_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 344 | 10.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.02 ms |
| preparing | 0.03 ms |
| executing | 0.92 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 |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 25 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/builder/classes/base.php:869 |
| 24 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:66 |
| 23 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
| 22 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:261 |
| 21 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:55 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.36 ms After last query: 0.32 ms Query memory: 0.029 MB Memory before query: 27.051 MB Rows returned: 0
SELECT a.enabled
FROM `odgal_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 344 | 10.00 | Using where |
| 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 1.05 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 |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 25 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/builder/classes/base.php:869 |
| 24 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:297 |
| 23 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
| 22 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:261 |
| 21 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:55 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.79 ms After last query: 1.91 ms Query memory: 0.029 MB Memory before query: 27.178 MB Rows returned: 0
SELECT a.enabled
FROM `odgal_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 344 | 10.00 | Using where |
| 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.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 1.00 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 |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 25 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/builder/classes/base.php:869 |
| 24 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php:68 |
| 23 | require_once JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
| 22 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:261 |
| 21 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:55 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.69 ms After last query: 35.73 ms Query memory: 0.029 MB Memory before query: 29.434 MB Rows returned: 0
SELECT a.enabled
FROM `odgal_extensions` AS `a`
WHERE (`a`.`element` = 'com_acymailing' OR `a`.`element` = 'com_acym')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 2 | 100.00 | Using index condition |
| 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.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 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 |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 25 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/builder/classes/base.php:773 |
| 24 | SpPgaeBuilderBase::acymailingList() | JROOT/components/com_sppagebuilder/addons/optin_form/admin.php:76 |
| 23 | require_once JROOT/components/com_sppagebuilder/addons/optin_form/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
| 22 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:261 |
| 21 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:55 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.44 ms After last query: 162.37 ms Query memory: 0.029 MB Memory before query: 32.325 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params
FROM odgal_modules AS m
WHERE m.published = 1
AND m.id = 432
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-11 09:46:22')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-11 09:46:22')
AND m.access IN (1,1,5)
AND m.client_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published | PRIMARY | 4 | const | 1 | 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.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.05 ms |
| preparing | 0.02 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 |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/addons/module/site.php:137 |
| 24 | SppagebuilderAddonModule::getModules() | JROOT/components/com_sppagebuilder/addons/module/site.php:31 |
| 23 | SppagebuilderAddonModule->render() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:742 |
| 22 | AddonParser::getAddonHtmlView() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:415 |
| 21 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:55 |
| 20 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 19 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/media/zoo/applications/product/templates/default/_categories.php:140 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_categories.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:105 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.49 ms After last query: 24.81 ms Query memory: 0.034 MB Memory before query: 33.006 MB Rows returned: 1
SELECT params
FROM odgal_extensions AS e
WHERE e.element='com_widgetkit'
| 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 | element_clientid | 402 | const | 1 | 100.00 | NULL |
| 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.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 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.01 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_widgetkit/helpers/system.php:278 |
| 34 | SystemWidgetkitHelper->_getParams() | JROOT/administrator/components/com_widgetkit/helpers/system.php:54 |
| 33 | SystemWidgetkitHelper->__construct() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:129 |
| 32 | Widgetkit->loadHelper() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:76 |
| 31 | Widgetkit->getHelper() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:137 |
| 30 | Widgetkit->offsetGet() | JROOT/administrator/components/com_widgetkit/widgetkit.php:17 |
| 29 | require_once JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/plugins/system/zlframework/zlframework/elements/pro/tmpl/render/widgetkit.php:14 |
| 28 | include JROOT/plugins/system/zlframework/zlframework/elements/pro/tmpl/render/widgetkit.php | JROOT/media/zoo/elements/element/element.php:290 |
| 27 | Element->renderLayout() | JROOT/plugins/system/zlframework/zlframework/elements/repeatablepro/repeatablepro.php:245 |
| 26 | ElementRepeatablePro->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
| 25 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
| 24 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
| 23 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/product/templates/default/renderer/item/teaser.php:34 |
| 22 | include JROOT/media/zoo/applications/product/templates/default/renderer/item/teaser.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
| 21 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
| 20 | ItemRenderer->render() | JROOT/media/zoo/applications/product/templates/default/_item.php:16 |
| 19 | include JROOT/media/zoo/applications/product/templates/default/_item.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 18 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/_items.php:53 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_items.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:115 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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: 1.06 ms Query memory: 0.032 MB Memory before query: 33.027 MB Rows returned: 1
SELECT id,template
FROM odgal_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 | odgal_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | 16.67 | Using where |
| 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.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.07 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 31 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/helpers/system.php:78 |
| 30 | SystemWidgetkitHelper->init() | JROOT/administrator/components/com_widgetkit/widgetkit.php:17 |
| 29 | require_once JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/plugins/system/zlframework/zlframework/elements/pro/tmpl/render/widgetkit.php:14 |
| 28 | include JROOT/plugins/system/zlframework/zlframework/elements/pro/tmpl/render/widgetkit.php | JROOT/media/zoo/elements/element/element.php:290 |
| 27 | Element->renderLayout() | JROOT/plugins/system/zlframework/zlframework/elements/repeatablepro/repeatablepro.php:245 |
| 26 | ElementRepeatablePro->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
| 25 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
| 24 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
| 23 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/product/templates/default/renderer/item/teaser.php:34 |
| 22 | include JROOT/media/zoo/applications/product/templates/default/renderer/item/teaser.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
| 21 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
| 20 | ItemRenderer->render() | JROOT/media/zoo/applications/product/templates/default/_item.php:16 |
| 19 | include JROOT/media/zoo/applications/product/templates/default/_item.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 18 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/_items.php:53 |
| 17 | include JROOT/media/zoo/applications/product/templates/default/_items.php | JROOT/administrator/components/com_zoo/framework/classes/view.php:81 |
| 16 | AppView->partial() | JROOT/media/zoo/applications/product/templates/default/frontpage.php:115 |
| 15 | include JROOT/media/zoo/applications/product/templates/default/frontpage.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:329 |
| 12 | DefaultController->category() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_zoo/controllers/default.php:57 |
| 10 | DefaultController->display() | 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.06 ms After last query: 204.45 ms Query memory: 0.022 MB Memory before query: 33.964 MB Rows returned: 1
SELECT template_style_id
FROM odgal_menu
WHERE id = 121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 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.18 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 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 |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:184 |
| 10 | YtFrameworkTemplate->isOverrideTemplate() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:30 |
| 9 | YtFrameworkTemplate->YtFrameworkTemplate() | JROOT/templates/sj_shoppystore/includes/frame_inc.php:31 |
| 8 | include_once JROOT/templates/sj_shoppystore/includes/frame_inc.php | JROOT/templates/sj_shoppystore/index.php:24 |
| 7 | require JROOT/templates/sj_shoppystore/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.10 ms Query memory: 0.022 MB Memory before query: 33.970 MB Rows returned: 1
SELECT id
FROM odgal_template_styles
WHERE home = 1
AND client_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | 16.67 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 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.02 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 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/yt/includes/site/lib/yt_template.php:188 |
| 10 | YtFrameworkTemplate->isOverrideTemplate() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:30 |
| 9 | YtFrameworkTemplate->YtFrameworkTemplate() | JROOT/templates/sj_shoppystore/includes/frame_inc.php:31 |
| 8 | include_once JROOT/templates/sj_shoppystore/includes/frame_inc.php | JROOT/templates/sj_shoppystore/index.php:24 |
| 7 | require JROOT/templates/sj_shoppystore/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: 2.24 ms Query memory: 0.021 MB Memory before query: 34.000 MB Rows returned: 1
SELECT home
FROM odgal_menu
WHERE id=121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 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.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.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 9 | JDatabase->query() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:172 |
| 8 | YtFrameworkTemplate->isHomePage() | JROOT/templates/sj_shoppystore/index.php:95 |
| 7 | require JROOT/templates/sj_shoppystore/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.24 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 34.006 MB Rows returned: 1
SELECT home
FROM odgal_menu
WHERE id=121
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 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.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 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 |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:173 |
| 8 | YtFrameworkTemplate->isHomePage() | JROOT/templates/sj_shoppystore/index.php:95 |
| 7 | require JROOT/templates/sj_shoppystore/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.51 ms After last query: 29.56 ms Query memory: 0.025 MB Memory before query: 34.473 MB Rows returned: 1
SELECT `extension_id`,`name`,`enabled`,`params`
FROM odgal_extensions
WHERE `type` = 'plugin'
AND `element` = 'osyoutube'
AND `folder` = 'content'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 5.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.14 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.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 20 | JDatabaseDriver->loadObject() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:170 |
| 19 | Alledia\Framework\Joomla\Extension\Generic->getDataFromDatabase() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:140 |
| 18 | Alledia\Framework\Joomla\Extension\Generic->__construct() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Licensed.php:62 |
| 17 | Alledia\Framework\Joomla\Extension\Licensed->__construct() | JROOT/libraries/allediaframework/Framework/Factory.php:63 |
| 16 | Alledia\Framework\Factory::getExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:88 |
| 15 | Alledia\Framework\Joomla\Extension\AbstractPlugin->loadExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:59 |
| 14 | Alledia\Framework\Joomla\Extension\AbstractPlugin->init() | JROOT/plugins/content/osyoutube/library/BasePlugin.php:56 |
| 13 | Alledia\OSYouTube\BasePlugin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 12 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 11 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/modules/mod_custom/mod_custom.php:14 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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.62 ms After last query: 8.63 ms Query memory: 0.023 MB Memory before query: 34.680 MB Rows returned: 1
SELECT enabled
FROM `odgal_extensions`
WHERE `element` = 'com_sppagebuilder'
AND `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.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.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.17 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sppagebuilder/sppagebuilder.php:231 |
| 14 | PlgContentSppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/content/sppagebuilder/sppagebuilder.php:48 |
| 13 | PlgContentSppagebuilder->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 12 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 11 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/modules/mod_custom/mod_custom.php:14 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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: 1.34 ms After last query: 10.68 ms Query memory: 0.026 MB Memory before query: 35.143 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 odgal_fields AS a
LEFT JOIN `odgal_languages` AS l
ON l.lang_code = a.language
LEFT JOIN odgal_users AS uc
ON uc.id=a.checked_out
LEFT JOIN odgal_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN odgal_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN odgal_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| 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.19 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.00 ms |
| Opening tables | 0.63 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.03 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.02 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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: 1.35 ms After last query: 3.46 ms Query memory: 0.218 MB Memory before query: 35.213 MB Rows returned: 1
SELECT *
FROM `odgal_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '399'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 115 | 0.87 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 0.85 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:40 |
| 12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:16 |
| 11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:19 |
| 10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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.44 ms After last query: 0.70 ms Query memory: 0.023 MB Memory before query: 35.322 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
| 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 | element_clientid | 402 | const | 1 | 100.00 | NULL |
| 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.12 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.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:1051 |
| 13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:1035 |
| 12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:34 |
| 11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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.45 ms After last query: 0.22 ms Query memory: 0.023 MB Memory before query: 35.329 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
| 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 | element_clientid | 402 | 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.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:1051 |
| 13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:1035 |
| 12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:39 |
| 11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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.21 ms After last query: 0.17 ms Query memory: 0.023 MB Memory before query: 35.337 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `odgal_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
| 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.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.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 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/components/com_sppagebuilder/helpers/helper.php:1082 |
| 12 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:43 |
| 11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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.30 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 35.343 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
| 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 | element_clientid | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 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.10 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:1051 |
| 12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:46 |
| 11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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.28 ms After last query: 0.53 ms Query memory: 0.023 MB Memory before query: 35.350 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
| 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 | element_clientid | 402 | const | 1 | 100.00 | NULL |
| 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.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:1051 |
| 12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:47 |
| 11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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.36 ms After last query: 11.66 ms Query memory: 0.023 MB Memory before query: 36.087 MB Rows returned: 1
SELECT `template`
FROM `odgal_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 | odgal_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | 16.67 | 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.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 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.01 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/components/com_sppagebuilder/builder/classes/base.php:84 |
| 14 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:98 |
| 13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:261 |
| 12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:55 |
| 11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:22 |
| 10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php: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: 116.14 ms Query memory: 0.022 MB Memory before query: 35.035 MB Rows returned: 0
SELECT *
FROM odgal_jmap_metainfo
WHERE `linkurl` = 'https://ritadrinks.cn/'
AND `published` = 1
| 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.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.15 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 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 |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:707 |
| 12 | plgSystemJMap->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.31 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 35.041 MB Rows returned: 0
SELECT *
FROM odgal_jmap_canonicals
WHERE `linkurl` = 'https://ritadrinks.cn/'
| 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.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.15 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:786 |
| 12 | plgSystemJMap->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.48 ms After last query: 10.54 ms Query memory: 0.020 MB Memory before query: 35.783 MB Rows returned: 1
SELECT template
FROM odgal_template_styles
WHERE home = 1
AND client_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | 16.67 | Using where |
| Status | Duration |
|---|
| starting | 0.09 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.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yt/yt.php:280 |
| 8 | plgSystemYt->nameOfSJTemplate() | JROOT/plugins/system/yt/yt.php:161 |
| 7 | plgSystemYt->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.76 ms After last query: 14.83 ms Query memory: 0.034 MB Memory before query: 36.587 MB Rows returned: 18
SELECT `id`,`referencekey`,`value`,`isSystem`,`editable`
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'system'
AND `section` = 'global'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application_2 | 214 | const,const | 18 | 100.00 | Using where |
| 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.21 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 0.10 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:1506 |
| 34 | JDatabaseDriver->loadAssocList() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:180 |
| 33 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:87 |
| 32 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findAllByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/Section.php:77 |
| 31 | Nextend\Framework\Model\Section::getAll() | JROOT/libraries/smartslider3/src/Framework/Settings.php:30 |
| 30 | Nextend\Framework\Settings->__construct() | JROOT/libraries/smartslider3/src/Framework/Settings.php:67 |
| 29 | require JROOT/libraries/smartslider3/src/Framework/Settings.php | JROOT/libraries/smartslider3/src/Autoloader.php:194 |
| 28 | Nextend\Autoloader->requireFile() | JROOT/libraries/smartslider3/src/Autoloader.php:175 |
| 27 | Nextend\Autoloader->loadMappedFile() | JROOT/libraries/smartslider3/src/Autoloader.php:128 |
| 26 | Nextend\Autoloader->loadClass() | Same as call in the line below. |
| 25 | spl_autoload_call() | JROOT/libraries/smartslider3/src/Framework/ResourceTranslator/ResourceTranslator.php:26 |
| 24 | Nextend\Framework\ResourceTranslator\ResourceTranslator->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 23 | Nextend\Framework\ResourceTranslator\ResourceTranslator->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 22 | Nextend\Framework\ResourceTranslator\ResourceTranslator::getInstance() | JROOT/libraries/smartslider3/src/Framework/ResourceTranslator/ResourceTranslator.php:171 |
| 21 | require JROOT/libraries/smartslider3/src/Framework/ResourceTranslator/ResourceTranslator.php | JROOT/libraries/smartslider3/src/Autoloader.php:194 |
| 20 | Nextend\Autoloader->requireFile() | JROOT/libraries/smartslider3/src/Autoloader.php:175 |
| 19 | Nextend\Autoloader->loadMappedFile() | JROOT/libraries/smartslider3/src/Autoloader.php:128 |
| 18 | Nextend\Autoloader->loadClass() | Same as call in the line below. |
| 17 | spl_autoload_call() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:47 |
| 16 | Nextend\Framework\Application\AbstractApplicationType->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/ApplicationSmartSlider3.php:30 |
| 15 | Nextend\SmartSlider3\Application\ApplicationSmartSlider3->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 14 | Nextend\Framework\Application\AbstractApplication->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 13 | Nextend\Framework\Application\AbstractApplication::getInstance() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:7 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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: 12.63 ms Query memory: 0.031 MB Memory before query: 37.174 MB Rows returned: 3
SELECT `id`,`referencekey`,`value`,`isSystem`,`editable`
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'system'
AND `section` = 'fonts'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application_2 | 214 | const,const | 3 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 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.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 32 | JDatabaseDriver->loadAssocList() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:180 |
| 31 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:87 |
| 30 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findAllByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/Section.php:77 |
| 29 | Nextend\Framework\Model\Section::getAll() | JROOT/libraries/smartslider3/src/Framework/Font/FontSettings.php:82 |
| 28 | Nextend\Framework\Font\FontSettings::load() | JROOT/libraries/smartslider3/src/Framework/Font/FontSettings.php:23 |
| 27 | Nextend\Framework\Font\FontSettings->__construct() | JROOT/libraries/smartslider3/src/Framework/Font/FontSettings.php:138 |
| 26 | require JROOT/libraries/smartslider3/src/Framework/Font/FontSettings.php | JROOT/libraries/smartslider3/src/Autoloader.php:194 |
| 25 | Nextend\Autoloader->requireFile() | JROOT/libraries/smartslider3/src/Autoloader.php:175 |
| 24 | Nextend\Autoloader->loadMappedFile() | JROOT/libraries/smartslider3/src/Autoloader.php:128 |
| 23 | Nextend\Autoloader->loadClass() | Same as call in the line below. |
| 22 | spl_autoload_call() | JROOT/libraries/smartslider3/src/Framework/Font/Sources/GoogleFonts/GoogleFonts.php:107 |
| 21 | Nextend\Framework\Font\Sources\GoogleFonts\GoogleFonts->onFontManagerLoad() | JROOT/libraries/smartslider3/src/Framework/Font/FontSources.php:44 |
| 20 | Nextend\Framework\Font\FontSources::onFontManagerLoad() | JROOT/libraries/smartslider3/src/Framework/Asset/Predefined.php:93 |
| 19 | Nextend\Framework\Asset\Predefined::frontend() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:125 |
| 18 | Nextend\Framework\Controller\AbstractController->initialize() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:50 |
| 17 | Nextend\Framework\Controller\AbstractController->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/ApplicationTypeFrontend.php:24 |
| 16 | Nextend\SmartSlider3\Application\Frontend\ApplicationTypeFrontend->getControllerSlider() | Same as call in the line below. |
| 15 | call_user_func() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:106 |
| 14 | Nextend\Framework\Application\AbstractApplicationType->getController() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:86 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.63 ms After last query: 9.76 ms Query memory: 0.033 MB Memory before query: 37.616 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-45'
AND `referencekey` = 'variations.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 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.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.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 24 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 23 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 22 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 21 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:42 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.20 ms Query memory: 0.027 MB Memory before query: 37.633 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-45'
AND `referencekey` = 'data.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 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.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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 24 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 23 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 22 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 21 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:47 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.25 ms After last query: 0.14 ms Query memory: 0.028 MB Memory before query: 37.645 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-45'
AND `referencekey` = 'slideren-GB1.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| 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.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 24 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 23 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:48 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.58 ms Query memory: 0.028 MB Memory before query: 37.666 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 45
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 214 | const,const | 10 | 10.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.06 ms |
| preparing | 0.01 ms |
| executing | 0.07 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 |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Helper/HelperSliderChanged.php:36 |
| 24 | Nextend\SmartSlider3\Application\Helper\HelperSliderChanged->isSliderChanged() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:114 |
| 23 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->isCacheValid() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.25 ms After last query: 0.22 ms Query memory: 0.083 MB Memory before query: 37.680 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-45'
AND `referencekey` = 'slideren-GB1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| 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.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| executing | 0.06 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 |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 24 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 23 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.56 ms Query memory: 0.027 MB Memory before query: 37.788 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-72'
AND `referencekey` = 'variations.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| 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.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 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 |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 24 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 23 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 22 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 21 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:42 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.21 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 37.799 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-72'
AND `referencekey` = 'data.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 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.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 24 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 23 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 22 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 21 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:47 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.23 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 37.811 MB Rows returned: 2
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-72'
AND `referencekey` = 'slideren-GB1.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| 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.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 |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 24 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 23 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:48 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.33 ms After last query: 0.14 ms Query memory: 0.028 MB Memory before query: 37.824 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 72
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 214 | const,const | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 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.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Helper/HelperSliderChanged.php:36 |
| 24 | Nextend\SmartSlider3\Application\Helper\HelperSliderChanged->isSliderChanged() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:114 |
| 23 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->isCacheValid() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.13 ms Query memory: 0.157 MB Memory before query: 37.836 MB Rows returned: 2
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-72'
AND `referencekey` = 'slideren-GB1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 2 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 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.13 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 24 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 23 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.23 ms After last query: 0.76 ms Query memory: 0.027 MB Memory before query: 38.118 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-56'
AND `referencekey` = 'variations.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| 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.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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 24 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 23 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 22 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 21 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:42 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.23 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 38.129 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-56'
AND `referencekey` = 'data.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 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.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.03 ms |
| executing | 0.02 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 |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 24 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 23 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 22 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 21 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:47 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.18 ms After last query: 0.13 ms Query memory: 0.028 MB Memory before query: 38.141 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-56'
AND `referencekey` = 'slideren-GB1.manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 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.00 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.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 24 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 23 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:48 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.11 ms Query memory: 0.028 MB Memory before query: 38.155 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 56
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 214 | const,const | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 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.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.07 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 |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Helper/HelperSliderChanged.php:36 |
| 24 | Nextend\SmartSlider3\Application\Helper\HelperSliderChanged->isSliderChanged() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:114 |
| 23 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->isCacheValid() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.55 ms After last query: 0.14 ms Query memory: 0.114 MB Memory before query: 38.167 MB Rows returned: 1
SELECT *
FROM `odgal_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-56'
AND `referencekey` = 'slideren-GB1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_nextend2_section_storage | NULL | ref | application,application_2 | application | 366 | const,const,const | 1 | 100.00 | Using where |
| 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.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.07 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 |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 27 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 25 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 24 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 23 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 22 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 21 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:54 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:131 |
| 19 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:114 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:30 |
| 17 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 14 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 12 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:167 |
| 11 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 10 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:87 |
| 9 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->displaySliders() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:116 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:128 |
| 7 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.58 ms After last query: 4.22 ms Query memory: 0.020 MB Memory before query: 37.801 MB Rows returned: 0
SELECT *
FROM odgal_jmap_headings
WHERE `linkurl` = 'https://ritadrinks.cn/'
| 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.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.29 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 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 |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:1102 |
| 7 | plgSystemJMap->onAfterRender() | 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/CMSApplication.php:1118 |
| 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.18 ms Query memory: 0.021 MB Memory before query: 37.806 MB Rows returned: 8
SELECT
`original_text`,
`target_text`,
`original_text_regex`,
`target_text_regex`
FROM
`odgal_jmap_text_replacements`
WHERE
`published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | odgal_jmap_text_replacements | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | 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.15 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.04 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 |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jmap/jmap.php:357 |
| 8 | plgSystemJMap->patternReplacements() | JROOT/plugins/system/jmap/jmap.php:1179 |
| 7 | plgSystemJMap->onAfterRender() | 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/CMSApplication.php:1118 |
| 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 |
16 × SELECT *
FROM `odgal_nextend2_section_storage`
8 × SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `odgal_extensions` AS `e`
4 × SELECT a.enabled
FROM `odgal_extensions` AS `a`
3 × SELECT `template`
FROM `odgal_template_styles`
2 × SELECT *
FROM `odgal_sppagebuilder`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `odgal_extensions`
2 × SELECT `a`.`name`,`a`.`css_path`
FROM `odgal_sppagebuilder_assets` AS `a`
2 × SELECT home
FROM odgal_menu
2 × SELECT `ip`,`reason`
FROM odgal_rsfirewall_lists
2 × SELECT `id`,`referencekey`,`value`,`isSystem`,`editable`
FROM `odgal_nextend2_section_storage`
1 × SELECT enabled
FROM `odgal_extensions`
1 × SELECT `extension_id`,`name`,`enabled`,`params`
FROM odgal_extensions
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 odgal_fields AS a
LEFT JOIN `odgal_languages` AS l
ON l.lang_code = a.language
LEFT JOIN odgal_users AS uc
ON uc.id=a.checked_out
LEFT JOIN odgal_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN odgal_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN odgal_fields_groups AS g
ON g.id = a.group_id
1 × SELECT *
FROM odgal_jmap_metainfo
1 × SELECT id
FROM odgal_template_styles
1 × SELECT template_style_id
FROM odgal_menu
1 × SELECT id,template
FROM odgal_template_styles
1 × SELECT params
FROM odgal_extensions AS e
1 × SELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params
FROM odgal_modules AS m
1 × SELECT *
FROM odgal_jmap_canonicals
1 × SELECT DISTINCT a.id, a.title, a.level, a.published, a.lft, a.parent_id
FROM ( SELECT id,title,level,published,parent_id,lft,rgt
FROM odgal_tags
1 × SELECT template
FROM odgal_template_styles
1 × SELECT *
FROM odgal_jmap_headings
1 × SELECT `session_id`
FROM `odgal_session`
1 × SELECT *
FROM odgal_zoo_item
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM odgal_modules AS m
LEFT JOIN odgal_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN odgal_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT *
FROM odgal_rsfirewall_hashes
1 × SELECT id, rules
FROM `odgal_viewlevels
1 × SELECT b.id
FROM odgal_usergroups AS a
LEFT JOIN odgal_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM odgal_extensions
1 × SELECT `path`
FROM odgal_rsfirewall_ignored
1 × SELECT `file`
FROM odgal_rsfirewall_hashes
1 × SELECT *
FROM odgal_rsfirewall_configuratio
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 odgal_menu AS m
LEFT JOIN odgal_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM odgal_rsfirewall_snapshots
1 × SELECT a.id
FROM odgal_zoo_item AS a
LEFT JOIN odgal_zoo_category_item AS b
ON a.id = b.item_id
1 × SELECT *
FROM odgal_rsfirewall_exceptions
1 × SELECT id, home, template, s.params
FROM odgal_template_styles as s
LEFT JOIN odgal_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM odgal_languages
1 × SELECT *
FROM odgal_zoo_application
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `odgal_assets`
1 × SELECT c.*, GROUP_CONCAT(DISTINCT i.id) as item_ids
FROM odgal_zoo_category as c USE INDEX (APPLICATIONID_ID_INDEX)
LEFT JOIN odgal_zoo_category_item as ci
ON ci.category_id = c.id
LEFT JOIN odgal_zoo_item AS i USE INDEX (MULTI_INDEX2)
ON ci.item_id = i.id
AND i.access IN (1,5)
AND i.state = 1
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-12-11 09:46:22')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-12-11 09:46:22')
1 × SELECT a.*
FROM odgal_zoo_item AS a
LEFT JOIN odgal_zoo_category_item AS b
ON a.id = b.item_id
1 × SELECT `original_text`, `target_text`, `original_text_regex`, `target_text_regex`
FROM `odgal_jmap_text_replacements`