Query Time: 0.98 ms Query memory: 0.023 MB Memory before query: 1.025 MB Rows returned: 0
SELECT `data`
FROM `glu5j_session`
WHERE `session_id` = X'3836393938633331393639343330643262616635373934316263323163373231'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.07 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.44 ms After last query: 0.61 ms Query memory: 0.020 MB Memory before query: 1.039 MB Rows returned: 0
SELECT `session_id`
FROM `glu5j_session`
WHERE `session_id` = X'3836393938633331393639343330643262616635373934316263323163373231'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.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:153 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 2.10 ms After last query: 0.15 ms Query memory: 0.004 MB Memory before query: 1.044 MB
INSERT INTO `glu5j_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3836393938633331393639343330643262616635373934316263323163373231', 1, 1788071603, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `glu5j_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3836393938633331393639343330643262616635373934316263323163373231', 1, 1788071603, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| update | 0.11 ms |
| Waiting for query cache lock | 0.01 ms |
| update | 0.01 ms |
| end | 0.01 ms |
| query end | 1.76 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:344 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.73 ms After last query: 0.79 ms Query memory: 0.040 MB Memory before query: 1.076 MB Rows returned: 46
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `glu5j_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_extensions | ref | extension | extension | 82 | const | 46 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.07 ms |
| optimizing | 0.03 ms |
| statistics | 0.07 ms |
| preparing | 0.04 ms |
| executing | 0.01 ms |
| Sending data | 0.28 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.74 ms Query memory: 0.021 MB Memory before query: 1.130 MB Rows returned: 5
SELECT id, rules
FROM `glu5j_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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:321 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 1.142 MB Rows returned: 2
SELECT b.id
FROM glu5j_usergroups AS a
LEFT JOIN glu5j_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | index | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 8 | NULL | 9 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.26 ms Query memory: 0.031 MB Memory before query: 1.163 MB Rows returned: 127
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM glu5j_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 | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_extensions | ref | extension | extension | 82 | const | 152 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.63 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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:354 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:359 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 4.77 ms Query memory: 0.022 MB Memory before query: 1.596 MB Rows returned: 1
SELECT `value`
FROM `glu5j_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:123 |
| 12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:53 |
| 11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:41 |
| 10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:278 |
| 9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:874 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:110 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 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:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.72 ms Query memory: 0.021 MB Memory before query: 1.627 MB Rows returned: 0
SELECT *
FROM `glu5j_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:592 |
| 10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:503 |
| 9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:883 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:110 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 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:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 11.78 ms Query memory: 0.030 MB Memory before query: 2.259 MB Rows returned: 15
SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'system'
AND `section` = 'global'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application_2 | 214 | const,const | 15 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.04 ms |
| optimizing | 0.03 ms |
| statistics | 0.17 ms |
| preparing | 0.05 ms |
| executing | 0.01 ms |
| Sending data | 0.14 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 27 | JDatabaseDriver->loadAssocList() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:94 |
| 26 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findAllByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/Section.php:77 |
| 25 | Nextend\Framework\Model\Section::getAll() | JROOT/libraries/smartslider3/src/Framework/Settings.php:34 |
| 24 | Nextend\Framework\Settings->__construct() | JROOT/libraries/smartslider3/src/Framework/Settings.php:71 |
| 23 | require JROOT/libraries/smartslider3/src/Framework/Settings.php | JROOT/libraries/smartslider3/src/Autoloader.php:194 |
| 22 | Nextend\Autoloader->requireFile() | JROOT/libraries/smartslider3/src/Autoloader.php:175 |
| 21 | Nextend\Autoloader->loadMappedFile() | JROOT/libraries/smartslider3/src/Autoloader.php:128 |
| 20 | Nextend\Autoloader->loadClass() | Same as call in the line below. |
| 19 | spl_autoload_call() | JROOT/libraries/smartslider3/src/Framework/Localization/Localization.php:51 |
| 18 | Nextend\Framework\Localization\Localization::loadPluginTextDomain() | JROOT/libraries/smartslider3/src/SmartSlider3/SmartSlider3.php:33 |
| 17 | Nextend\SmartSlider3\SmartSlider3->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 16 | Nextend\SmartSlider3\SmartSlider3->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 15 | Nextend\SmartSlider3\SmartSlider3::getInstance() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Autoloader.php:45 |
| 13 | Nextend\Autoloader->__construct() | JROOT/libraries/smartslider3/src/Autoloader.php:55 |
| 12 | Nextend\Autoloader::getInstance() | JROOT/libraries/smartslider3/src/Autoloader.php:203 |
| 11 | require_once JROOT/libraries/smartslider3/src/Autoloader.php | JROOT/libraries/smartslider3/joomla.php:15 |
| 10 | include_once JROOT/libraries/smartslider3/joomla.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/smartslider3/smartslider3.php:7 |
| 7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:253 |
| 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:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 7.98 ms Query memory: 0.022 MB Memory before query: 2.490 MB Rows returned: 1
SHOW VARIABLES LIKE "collation_database"
EXPLAIN not possible on query: SHOW VARIABLES LIKE "collation_database"
| Status | Duration |
|---|
| starting | 0.06 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Filling schema table | 0.45 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/libraries/joomla/database/driver/mysqli.php:342 |
| 11 | JDatabaseDriverMysqli->getCollation() | JROOT/plugins/system/admintools/feature/utf8mb4.php:28 |
| 10 | AtsystemFeatureUtf8mb4->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:753 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.21 ms Query memory: 0.021 MB Memory before query: 2.498 MB Rows returned: 0
SELECT *
FROM `glu5j_admintools_ipautoban`
WHERE `ip` = '216.73.216.239'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| Unlocking tables | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:74 |
| 11 | AtsystemFeatureAutoipfiltering->isIPBlocked() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:23 |
| 10 | AtsystemFeatureAutoipfiltering->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:753 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.503 MB Rows returned: 25
SELECT `ip`
FROM `glu5j_admintools_ipblock`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_admintools_ipblock | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 25 | |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/feature/ipblacklist.php:139 |
| 11 | AtsystemFeatureIpblacklist->isIPBlocked() | JROOT/plugins/system/admintools/feature/ipblacklist.php:33 |
| 10 | AtsystemFeatureIpblacklist->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:753 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 2.510 MB Rows returned: 1
SELECT *
FROM `glu5j_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:269 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:349 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/disableobsoleteadmins.php:113 |
| 10 | AtsystemFeatureDisableobsoleteadmins->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:753 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.34 ms Query memory: 0.021 MB Memory before query: 2.519 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `glu5j_admintools_redirects`
WHERE ((`dest` = '') OR (`dest` = '') OR ('' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 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 |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:89 |
| 10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:753 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.45 ms Query memory: 0.024 MB Memory before query: 2.545 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `glu5j_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:47 |
| 8 | plgSystemK2->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.15 ms Query memory: 0.007 MB Memory before query: 2.539 MB
UPDATE `glu5j_extensions`
SET `params` = '{\"mediaversion\":\"8bfad94f265fce9e4c7bce9e475f53ac\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `glu5j_extensions`
SET `params` = '{\"mediaversion\":\"8bfad94f265fce9e4c7bce9e475f53ac\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.00 ms |
| init | 0.05 ms |
| updating | 0.04 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:47 |
| 8 | plgSystemK2->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 1.24 ms Query memory: 0.068 MB Memory before query: 2.682 MB Rows returned: 39
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 glu5j_menu AS m
LEFT JOIN glu5j_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 42 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | schwab_db2020.m.component_id | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.47 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1073 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 3.52 ms Query memory: 0.021 MB Memory before query: 3.002 MB Rows returned: 1
SELECT *
FROM `glu5j_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_storelocator')
AND `view` IN('','map')
AND `task` IN('','map.')
AND `enabled` = '1'
GROUP BY `query`
ORDER BY `query` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_admintools_wafblacklists | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.04 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.02 ms |
| removing tmp table | 0.01 ms |
| Creating sort index | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/admintools/feature/wafblacklist.php:87 |
| 10 | AtsystemFeatureWafblacklist->onAfterRoute() | JROOT/plugins/system/admintools/admintools/main.php:753 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:145 |
| 8 | plgSystemAdmintools->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:1122 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.31 ms Query memory: 0.022 MB Memory before query: 3.009 MB Rows returned: 5
SELECT id, home, template, s.params
FROM glu5j_template_styles as s
LEFT JOIN glu5j_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_template,idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | schwab_db2020.s.template,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.11 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.02 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/t3/includes/core/t3.php:320 |
| 9 | T3::detect() | JROOT/plugins/system/t3/t3.php:81 |
| 8 | plgSystemT3->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:1122 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 1.98 ms Query memory: 0.022 MB Memory before query: 3.134 MB Rows returned: 1
SELECT *
FROM glu5j_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 12 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 11 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/components/com_k2/helpers/utilities.php:243 |
| 10 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:235 |
| 9 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:438 |
| 8 | plgSystemK2->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:1122 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 2.75 ms Query memory: 0.022 MB Memory before query: 3.313 MB Rows returned: 4
SELECT id as value, name as text
FROM glu5j_storelocator_cats
ORDER BY text ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_storelocator_cats | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 11 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/components/com_storelocator/models/map.php:337 |
| 10 | StorelocatorModelMap->getCategories() | JROOT/components/com_storelocator/views/map/view.html.php:87 |
| 9 | StorelocatorViewMap->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_storelocator/storelocator.php:19 |
| 6 | require_once JROOT/components/com_storelocator/storelocator.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 3.322 MB Rows returned: 9
SELECT tag.id as value, tag.name as text, mt.image_url as marker_url
FROM glu5j_storelocator_tags as tag
LEFT JOIN glu5j_storelocator_marker_types as mt
ON mt.id = tag.marker_id
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | tag | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using filesort |
| 1 | SIMPLE | mt | eq_ref | PRIMARY | PRIMARY | 4 | schwab_db2020.tag.marker_id | 1 | |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 11 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/components/com_storelocator/models/map.php:347 |
| 10 | StorelocatorModelMap->getTags() | JROOT/components/com_storelocator/views/map/view.html.php:128 |
| 9 | StorelocatorViewMap->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_storelocator/storelocator.php:19 |
| 6 | require_once JROOT/components/com_storelocator/storelocator.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.10 ms After last query: 3.27 ms Query memory: 0.026 MB Memory before query: 3.364 MB Rows returned: 46
SELECT `id`,`name`,`rules`,`parent_id`
FROM `glu5j_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_admintools','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_easyblog','com_fields','com_finder','com_installer','com_jak2filter','com_jce','com_jmap','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsform','com_rstbox','com_search','com_sigpro','com_smartslider3','com_storelocator','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 106 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.10 ms |
| optimizing | 0.02 ms |
| statistics | 0.23 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.37 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 13 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 12 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 11 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 10 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 9 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:34 |
| 8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:68 |
| 7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.44 ms Query memory: 0.020 MB Memory before query: 3.428 MB Rows returned: 2
SELECT `id`
FROM `glu5j_rstbox`
WHERE `published` = 1
AND `testmode` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_rstbox | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 9 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:41 |
| 8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:68 |
| 7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.27 ms Query memory: 0.021 MB Memory before query: 3.436 MB Rows returned: 1
SELECT *
FROM `glu5j_rstbox`
WHERE `id` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_rstbox | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:183 |
| 9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:51 |
| 8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:68 |
| 7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 4.87 ms Query memory: 0.021 MB Memory before query: 3.610 MB Rows returned: 1
SELECT *
FROM `glu5j_rstbox`
WHERE `id` = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_rstbox | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:183 |
| 9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:51 |
| 8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:68 |
| 7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.11 ms After last query: 4.41 ms Query memory: 0.027 MB Memory before query: 3.752 MB Rows returned: 11
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM glu5j_modules AS m
LEFT JOIN glu5j_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN glu5j_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 <= '2026-08-30 06:33:23')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-08-30 06:33:23')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 101 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 29 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | schwab_db2020.m.id | 1 | Using where; Using index |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | schwab_db2020.m.module,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.06 ms |
| optimizing | 0.05 ms |
| statistics | 0.11 ms |
| preparing | 0.06 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.45 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.02 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:452 |
| 16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:382 |
| 15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:87 |
| 14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:645 |
| 12 | T3Template->countModules() | JROOT/templates/t3_bs3_blank/local/tpls/blocks/header.php:50 |
| 11 | include JROOT/templates/t3_bs3_blank/local/tpls/blocks/header.php | JROOT/plugins/system/t3/includes/core/template.php:195 |
| 10 | T3Template->loadBlock() | JROOT/templates/t3_bs3_blank/local/tpls/home.php:31 |
| 9 | include JROOT/templates/t3_bs3_blank/local/tpls/home.php | JROOT/plugins/system/t3/includes/core/template.php:221 |
| 8 | T3Template->loadLayout() | JROOT/templates/t3_bs3_blank/index.php:34 |
| 7 | require JROOT/templates/t3_bs3_blank/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 9.02 ms Query memory: 0.086 MB Memory before query: 4.078 MB Rows returned: 1
SELECT *
FROM glu5j_easyblog_configs
WHERE `name` = 'config'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_easyblog_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 15 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:581 |
| 14 | EB::config() | JROOT/administrator/components/com_easyblog/includes/utils.php:51 |
| 13 | EasyBlog->__construct() | JROOT/administrator/components/com_easyblog/includes/modules/modules.php:33 |
| 12 | EasyBlogModules->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:494 |
| 11 | EB::modules() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:26 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.31 ms After last query: 5.94 ms Query memory: 0.025 MB Memory before query: 4.971 MB Rows returned: 3
SELECT SQL_CALC_FOUND_ROWS a.`id` AS key1, a.*, ifnull(f.`id`, 0) as `featured`
FROM `glu5j_easyblog_post` AS a
INNER JOIN `glu5j_users` AS uu
ON a.`created_by` = uu.`id`
and uu.`block` = 0
LEFT JOIN `glu5j_easyblog_featured` AS f
ON a.`id` = f.`content_id`
AND f.`type` = 'post'
WHERE a.`published`='1'
AND a.`state`='0'
AND a.`access` = '0'
AND a.`blogpassword` = ""
AND (1 <= (select count(1)
from `glu5j_easyblog_post_category` AS acp
INNER JOIN `glu5j_easyblog_category` as cat
on acp.`category_id` = cat.`id`
where acp.`post_id` = a.`id`
and ( ( cat.`private` = 0 ) OR ( (cat.`private` = 1)
and (0 > 0) ) OR ( (cat.`private` = 2)
and ( (select count(1)
from `glu5j_easyblog_category_acl` as cacl
where cacl.`category_id` = cat.id
and cacl.`acl_id` = 1
and cacl.`content_id` in (9)) > 0 ) ) )
and not exists ( select acp2.post_id
from `glu5j_easyblog_post_category` as acp2
inner join `glu5j_easyblog_category` as cat2
on acp2.`category_id` = cat2.`id`
where acp2.`post_id` = acp.`post_id`
and ( ( cat2.`private` = 1
and (0 = 0) ) OR ( cat2.`private` = 2
and (select count(1)
from `glu5j_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat2.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (9)) = 0 ) ) ) ))
AND ((a.`source_type` = 'easyblog.sitewide') OR ( a.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `glu5j_easyblog_team` as srcteam
where srcteam.`id` = a.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `glu5j_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (9) ) > 0)))))
ORDER BY a.`created` desc
LIMIT 6
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | f | system | easyblog_featured_content_type,easyblog_content | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | const row not found |
| 1 | PRIMARY | a | ref | easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_searchnew,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1 | easyblog_post_published | 1 | const | 3 | Using where; Using filesort |
| 1 | PRIMARY | uu | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | schwab_db2020.a.created_by | 1 | Using where |
| 6 | SUBQUERY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 7 | SUBQUERY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 2 | DEPENDENT SUBQUERY | cat | system | PRIMARY,easyblog_cat_private | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| 2 | DEPENDENT SUBQUERY | acp | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 8 | schwab_db2020.a.id,const | 1 | Using where; Using index |
| 4 | DEPENDENT SUBQUERY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 5 | SUBQUERY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | SUBQUERY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.18 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 |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.11 ms |
| optimizing | 0.03 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.08 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| executing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| executing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| executing | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| removing tmp table | 0.01 ms |
| freeing items | 0.00 ms |
| removing tmp table | 0.00 ms |
| freeing items | 0.02 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:1135 |
| 12 | EasyBlogModelBlog->getBlogsBy() | JROOT/modules/mod_easyblogshowcase/helper.php:97 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.58 ms Query memory: 0.025 MB Memory before query: 5.181 MB Rows returned: 0
SELECT COUNT(1) as `voted`, `uid`
FROM `glu5j_easyblog_ratings`
WHERE `uid` IN (7,6,4)
AND `type`='entry'
AND `created_by`='0'
AND (`sessionid` = '86998c31969430d2baf57941bc21c721' OR `ip` = '216.73.216.239')
GROUP BY `uid`
ORDER BY NULL
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 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 |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/ratings.php:135 |
| 17 | EasyBlogModelRatings->preloadUserPostRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:435 |
| 16 | EasyBlogCache->cacheVoted() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:340 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 5.190 MB Rows returned: 0
SELECT AVG(`value`) AS `ratings` ,COUNT(1) AS `total` ,`uid`
FROM `glu5j_easyblog_ratings` AS a
WHERE a.`uid` IN(7,6,4)
AND `type`='entry'
GROUP BY `uid`
ORDER BY NULL
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/ratings.php:176 |
| 17 | EasyBlogModelRatings->preloadRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:566 |
| 16 | EasyBlogCache->cacheRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:345 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.24 ms Query memory: 0.026 MB Memory before query: 5.223 MB Rows returned: 0
SELECT a.*
FROM `glu5j_easyblog_comment` AS a
LEFT JOIN `glu5j_users` AS uu
ON a.`created_by` = uu.`id`
WHERE a.`post_id` IN(7,6,4)
AND a.`published`='1'
AND (uu.`block` = 0 OR uu.`id` IS NULL)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/comment.php:582 |
| 17 | EasyBlogModelComment->preloadComments() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:598 |
| 16 | EasyBlogCache->cacheComments() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:350 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.08 ms Query memory: 0.025 MB Memory before query: 5.234 MB Rows returned: 0
SELECT a.`post_id`, COUNT(1) AS `count`
FROM `glu5j_easyblog_comment` AS a
LEFT JOIN `glu5j_users` AS uu
ON a.`created_by` = uu.`id`
WHERE a.`post_id` IN(7,6,4)
AND a.`published`='1'
AND (uu.`block` = 0 OR uu.`id` IS NULL)
GROUP BY a.`post_id`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/comment.php:629 |
| 17 | EasyBlogModelComment->preloadCommentCount() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:624 |
| 16 | EasyBlogCache->cacheCommentCount() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:355 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 5.257 MB Rows returned: 3
select a.*, b.`post_id`, b.`primary`
from `glu5j_easyblog_category` as a
inner join `glu5j_easyblog_post_category` as b
on a.`id` = b.`category_id`
where b.`post_id` IN (7,6,4)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
| 1 | SIMPLE | b | ALL | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:1741 |
| 17 | EasyBlogModelCategory->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:713 |
| 16 | EasyBlogCache->cacheCategories() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:360 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.30 ms Query memory: 0.025 MB Memory before query: 5.308 MB Rows returned: 0
select a.*, b.`post_id`
from `glu5j_easyblog_tag` as a
inner join `glu5j_easyblog_post_tag` as b
on a.`id` = b.`tag_id`
where b.`post_id` IN (7,6,4)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/tags.php:923 |
| 17 | EasyBlogModelTags->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:795 |
| 16 | EasyBlogCache->cacheTags() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:365 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.16 ms Query memory: 0.025 MB Memory before query: 5.331 MB Rows returned: 3
select a.*
from `glu5j_easyblog_revisions` as a
where a.`id` IN ( 38,35,41)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | range | PRIMARY | PRIMARY | 8 | NULL | 3 | Using index condition |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/revisions.php:625 |
| 17 | EasyBlogModelRevisions->preload() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:689 |
| 16 | EasyBlogCache->cacheRevisions() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:370 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.36 ms Query memory: 0.026 MB Memory before query: 5.450 MB Rows returned: 1
select u.*, e.`id` as `eb_id`, e.`nickname`, e.`avatar`, e.`description`, e.`url`, e.`params` as `eb_params`, e.`published` as `eb_published`, e.`title` as `eb_title`, e.`biography`, e.`permalink`, e.`custom_css`, e.`ordering`
from `glu5j_users` as u
left join `glu5j_easyblog_users` as e
ON u.`id` = e.`id`
where u.`id` = 660
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | e | const | PRIMARY | PRIMARY | 8 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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/administrator/components/com_easyblog/includes/utils.php:330 |
| 21 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/users.php:298 |
| 20 | EasyBlogModelUsers->getUsersMeta() | JROOT/administrator/components/com_easyblog/includes/user/user.php:171 |
| 19 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:63 |
| 18 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1096 |
| 17 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:776 |
| 16 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:375 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 0.39 ms Query memory: 0.032 MB Memory before query: 5.478 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `glu5j_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `glu5j_users`
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| Opening tables | 0.29 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.27 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 29 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 28 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 27 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
| 26 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 25 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
| 24 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:877 |
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 20 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_easyblog/includes/user/user.php:218 |
| 19 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:63 |
| 18 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1096 |
| 17 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:776 |
| 16 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:375 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.30 ms Query memory: 0.027 MB Memory before query: 5.510 MB Rows returned: 1
SELECT *
FROM `glu5j_users`
WHERE `id` = 660
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 24 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 20 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_easyblog/includes/user/user.php:218 |
| 19 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:63 |
| 18 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1096 |
| 17 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:776 |
| 16 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:375 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.35 ms Query memory: 0.027 MB Memory before query: 5.524 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `glu5j_usergroups` AS g
INNER JOIN `glu5j_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 660
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | schwab_db2020.m.group_id | 1 | |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.03 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 24 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 20 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_easyblog/includes/user/user.php:218 |
| 19 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:63 |
| 18 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1096 |
| 17 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:776 |
| 16 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:375 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.95 ms Query memory: 0.025 MB Memory before query: 5.548 MB Rows returned: 0
select `a`.`id` as `cat_fg_id`, `a`.`category_id` as `cat_fg_category_id`, `a`.`group_id` as `cat_fg_group_id`, `fg`.`id` as `fg_id`, `fg`.`title` as `fg_title`, `fg`.`description` as `fg_description`, `fg`.`created` as `fg_created`, `fg`.`state` as `fg_state`, `fg`.`read` as `fg_read`, `fg`.`write` as `fg_write`, `fg`.`params` as `fg_params`, `f`.`id` as `f_id`, `f`.`group_id` as `f_group_id`, `f`.`title` as `f_title`, `f`.`help` as `f_help`, `f`.`state` as `f_state`, `f`.`required` as `f_required`, `f`.`type` as `f_type`, `f`.`params` as `f_params`, `f`.`created` as `f_created`, `f`.`options` as `f_options`, `f`.`ordering` as `f_ordering`,`fv`.`id` as `fv_id`, `fv`.`field_id` as `fv_field_id`, `fv`.`post_id` as `fv_post_id`, `fv`.`value` as `fv_value`
from `glu5j_easyblog_category_fields_groups` as a
inner join `glu5j_easyblog_post_category` as p
on `a`.`category_id` = `p`.`category_id`
inner join `glu5j_easyblog_fields_groups` as fg
on `a`.`group_id` = `fg`.`id`
inner join `glu5j_easyblog_fields` as f
on `fg`.`id` = `f`.`group_id`
left join `glu5j_easyblog_fields_values` as fv
on `fv`.`field_id` = `f`.`id`
and `fv`.`post_id` = `p`.`post_id`
LEFT JOIN `glu5j_easyblog_fields_groups_acl` AS acl
ON fg.`id` = acl.`group_id`
where p.post_id IN (7,6,4)
AND ( acl.`acl_id` IN(9)
AND acl.`acl_type` = 'read' OR acl.`id` IS NULL )
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.14 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.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.03 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/fields.php:309 |
| 17 | EasyBlogModelFields->preloadFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:472 |
| 16 | EasyBlogCache->cacheFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:380 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 5.570 MB Rows returned: 3
select *
from `glu5j_easyblog_meta`
where `content_id` in (7,6,4)
and `type` = 'post'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_easyblog_meta | range | idx_meta_content_type | idx_meta_content_type | 86 | NULL | 3 | Using index condition |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/metas.php:393 |
| 17 | EasyBlogModelMetas->preloadPostMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:401 |
| 16 | EasyBlogCache->cacheMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:385 |
| 15 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.28 ms Query memory: 0.034 MB Memory before query: 5.602 MB Rows returned: 46
SELECT *
FROM `glu5j_easyblog_acl`
WHERE `published`='1'
ORDER BY `id` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_easyblog_acl | ALL | idx_acl_published,idx_acl_published_id | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.24 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 20 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:322 |
| 19 | EasyBlogAcl::getRules() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:36 |
| 18 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:219 |
| 17 | EB::acl() | JROOT/administrator/components/com_easyblog/includes/post/post.php:228 |
| 16 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:4062 |
| 15 | EB::post() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:50 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.11 ms Query memory: 0.035 MB Memory before query: 5.640 MB Rows returned: 92
SELECT *
FROM `glu5j_easyblog_acl_group`
WHERE `content_id` IN (1, 9)
AND `type`='
group'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_easyblog_acl_group | ALL | easyblog_post_acl_content_type | NO INDEX KEY COULD BE USED | NULL | NULL | 414 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.21 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 20 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:151 |
| 19 | EasyBlogAcl::getEasyBlogAclGroups() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:98 |
| 18 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:219 |
| 17 | EB::acl() | JROOT/administrator/components/com_easyblog/includes/post/post.php:228 |
| 16 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:4062 |
| 15 | EB::post() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:50 |
| 14 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:52 |
| 13 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3948 |
| 12 | EB::formatter() | JROOT/modules/mod_easyblogshowcase/helper.php:110 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.37 ms After last query: 2.50 ms Query memory: 0.027 MB Memory before query: 5.898 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 glu5j_fields AS a
LEFT JOIN `glu5j_languages` AS l
ON l.lang_code = a.language
LEFT JOIN glu5j_users AS uc
ON uc.id=a.checked_out
LEFT JOIN glu5j_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN glu5j_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN glu5j_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `glu5j_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'easyblog.blog'
AND (fc.category_id IS NULL OR fc.category_id IN (2,0))
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 | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | schwab_db2020.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | schwab_db2020.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | schwab_db2020.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | schwab_db2020.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | schwab_db2020.a.group_id | 1 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | schwab_db2020.a.id | 1 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.07 ms |
| optimizing | 0.07 ms |
| statistics | 0.13 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.39 ms |
| Creating sort index | 0.09 ms |
| removing tmp table | 0.08 ms |
| Creating sort index | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 21 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
| 20 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 19 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 18 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 17 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 16 | JEventDispatcher->trigger() | JROOT/administrator/components/com_easyblog/includes/dispatcher/dispatcher.php:42 |
| 15 | EasyBlogDispatcher->trigger() | JROOT/administrator/components/com_easyblog/includes/triggers/triggers.php:48 |
| 14 | EasyBlogTriggers->trigger() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5477 |
| 13 | EasyBlogPost->prepareContent() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5437 |
| 12 | EasyBlogPost->getContentWithoutIntro() | JROOT/modules/mod_easyblogshowcase/helper.php:155 |
| 11 | modEasyBlogShowcaseHelper->getPosts() | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:30 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 4.76 ms Query memory: 0.025 MB Memory before query: 5.968 MB Rows returned: 1
SELECT *
FROM `glu5j_menu`
WHERE `published`='1'
AND `link` LIKE 'index.php?option=com_easyblog%'
AND `client_id` = '0'
ORDER BY `id`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_menu | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 43 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.15 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
| 16 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/menu.php:64 |
| 15 | EasyBlogModelMenu->getAssociatedMenus() | JROOT/administrator/components/com_easyblog/includes/router.php:97 |
| 14 | EBR::getMenus() | JROOT/administrator/components/com_easyblog/includes/router.php:433 |
| 13 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/post/post.php:6363 |
| 12 | EasyBlogPost->getPermalink() | JROOT/modules/mod_easyblogshowcase/tmpl/legacy.php:57 |
| 11 | require JROOT/modules/mod_easyblogshowcase/tmpl/legacy.php | JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php:46 |
| 10 | include JROOT/modules/mod_easyblogshowcase/mod_easyblogshowcase.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:201 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 9.48 ms Query memory: 0.022 MB Memory before query: 6.088 MB Rows returned: 0
SELECT *
FROM glu5j_jmap_metainfo
WHERE `linkurl` = 'https://www.schwabrealty.com/'
AND `published` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_jmap_metainfo | ref | published | published | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.00 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:426 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 6.094 MB Rows returned: 0
SELECT *
FROM glu5j_jmap_canonicals
WHERE `linkurl` = 'https://www.schwabrealty.com/'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_jmap_canonicals | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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:504 |
| 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:501 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.87 ms Query memory: 0.021 MB Memory before query: 6.149 MB Rows returned: 1
SELECT `value`
FROM `glu5j_admintools_storage`
WHERE `key` = 'criticalfiles'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| Unlocking tables | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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/admintools/feature/criticalfiles.php:206 |
| 10 | AtsystemFeatureCriticalfiles->load() | JROOT/plugins/system/admintools/feature/criticalfiles.php:31 |
| 9 | AtsystemFeatureCriticalfiles->onAfterRender() | JROOT/plugins/system/admintools/admintools/main.php:753 |
| 8 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:171 |
| 7 | plgSystemAdmintools->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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 6.79 ms Query memory: 0.029 MB Memory before query: 6.477 MB Rows returned: 0
SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'system'
AND `section` = 'fonts'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 30 | JDatabaseDriver->loadAssocList() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:94 |
| 29 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findAllByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/Section.php:77 |
| 28 | Nextend\Framework\Model\Section::getAll() | JROOT/libraries/smartslider3/src/Framework/Font/FontSettings.php:82 |
| 27 | Nextend\Framework\Font\FontSettings::load() | JROOT/libraries/smartslider3/src/Framework/Font/FontSettings.php:23 |
| 26 | Nextend\Framework\Font\FontSettings->__construct() | JROOT/libraries/smartslider3/src/Framework/Font/FontSettings.php:138 |
| 25 | require JROOT/libraries/smartslider3/src/Framework/Font/FontSettings.php | JROOT/libraries/smartslider3/src/Autoloader.php:194 |
| 24 | Nextend\Autoloader->requireFile() | JROOT/libraries/smartslider3/src/Autoloader.php:175 |
| 23 | Nextend\Autoloader->loadMappedFile() | JROOT/libraries/smartslider3/src/Autoloader.php:128 |
| 22 | Nextend\Autoloader->loadClass() | Same as call in the line below. |
| 21 | spl_autoload_call() | JROOT/libraries/smartslider3/src/Framework/Font/Sources/GoogleFonts/GoogleFonts.php:118 |
| 20 | Nextend\Framework\Font\Sources\GoogleFonts\GoogleFonts->onFontManagerLoad() | JROOT/libraries/smartslider3/src/Framework/Font/FontSources.php:44 |
| 19 | Nextend\Framework\Font\FontSources::onFontManagerLoad() | JROOT/libraries/smartslider3/src/Framework/Asset/Predefined.php:65 |
| 18 | Nextend\Framework\Asset\Predefined::frontend() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:125 |
| 17 | Nextend\Framework\Controller\AbstractController->initialize() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:50 |
| 16 | Nextend\Framework\Controller\AbstractController->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/ApplicationTypeFrontend.php:24 |
| 15 | Nextend\SmartSlider3\Application\Frontend\ApplicationTypeFrontend->getControllerSlider() | Same as call in the line below. |
| 14 | call_user_func() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:106 |
| 13 | Nextend\Framework\Application\AbstractApplicationType->getController() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:86 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 1.32 ms Query memory: 0.027 MB Memory before query: 6.524 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-2'
AND `referencekey` = 'variations.manifest'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 366 | const,const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 23 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 22 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 21 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 20 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:43 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 6.535 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-2'
AND `referencekey` = 'data.manifest'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 366 | const,const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 23 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 22 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 21 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 20 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:48 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 6.547 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-2'
AND `referencekey` = 'slideren-GB1.manifest'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 366 | const,const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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:59 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 24 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 23 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 22 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:48 |
| 21 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 20 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:55 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.28 ms Query memory: 0.027 MB Memory before query: 6.581 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 10 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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:59 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 24 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Helper/HelperSliderChanged.php:36 |
| 23 | Nextend\SmartSlider3\Application\Helper\HelperSliderChanged->isSliderChanged() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:115 |
| 22 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->isCacheValid() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 21 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 20 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:55 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.14 ms Query memory: 0.066 MB Memory before query: 6.593 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-2'
AND `referencekey` = 'slideren-GB1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 366 | const,const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.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:59 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 24 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 23 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 22 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 21 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 20 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:55 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.32 ms Query memory: 0.027 MB Memory before query: 6.641 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 23 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 22 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
| 21 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
| 20 | Nextend\SmartSlider3\Settings::get() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Joomla/PlatformSlider.php:20 |
| 19 | Nextend\SmartSlider3\Slider\Joomla\PlatformSlider->addCMSFunctions() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Base/PlatformSliderTrait.php:22 |
| 18 | Nextend\SmartSlider3\Slider\Slider->addCMSFunctions() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.39 ms Query memory: 0.027 MB Memory before query: 6.694 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-3'
AND `referencekey` = 'variations.manifest'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 366 | const,const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 23 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 22 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 21 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 20 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:43 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 6.705 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-3'
AND `referencekey` = 'data.manifest'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 366 | const,const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 23 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 22 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 21 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 20 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:48 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 1.08 ms Query memory: 0.033 MB Memory before query: 6.799 MB Rows returned: 0
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'dribbble'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 39 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 38 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 37 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Dribbble/ConfigurationDribbble.php:36 |
| 36 | Nextend\SmartSlider3Pro\Generator\Common\Dribbble\ConfigurationDribbble->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Dribbble/GeneratorGroupDribbble.php:20 |
| 35 | Nextend\SmartSlider3Pro\Generator\Common\Dribbble\GeneratorGroupDribbble->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/AbstractGeneratorLoader.php:23 |
| 34 | Nextend\SmartSlider3\Generator\AbstractGeneratorLoader->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/GeneratorLoader.php:21 |
| 33 | Nextend\SmartSlider3Pro\Generator\GeneratorLoader->sliderGenerator() | Same as call in the line below. |
| 32 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Plugin.php:40 |
| 31 | Nextend\Framework\Plugin::doAction() | JROOT/libraries/smartslider3/src/Framework/Pattern/PluggableTrait.php:13 |
| 30 | Nextend\SmartSlider3\Generator\GeneratorFactory->makePluggable() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:17 |
| 29 | Nextend\SmartSlider3\Generator\GeneratorFactory->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 28 | Nextend\SmartSlider3\Generator\GeneratorFactory->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 27 | Nextend\SmartSlider3\Generator\GeneratorFactory::getInstance() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:49 |
| 26 | require JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.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/SmartSlider3/Application/Model/ModelGenerator.php:428 |
| 21 | Nextend\SmartSlider3\Application\Model\ModelGenerator->getGeneratorGroup() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:85 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->extendFileName() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:50 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.25 ms Query memory: 0.033 MB Memory before query: 6.821 MB Rows returned: 0
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'facebook'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 39 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 38 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 37 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:39 |
| 36 | Nextend\SmartSlider3Pro\Generator\Common\Facebook\ConfigurationFacebook->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Facebook/GeneratorGroupFacebook.php:18 |
| 35 | Nextend\SmartSlider3Pro\Generator\Common\Facebook\GeneratorGroupFacebook->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/AbstractGeneratorLoader.php:23 |
| 34 | Nextend\SmartSlider3\Generator\AbstractGeneratorLoader->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/GeneratorLoader.php:21 |
| 33 | Nextend\SmartSlider3Pro\Generator\GeneratorLoader->sliderGenerator() | Same as call in the line below. |
| 32 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Plugin.php:40 |
| 31 | Nextend\Framework\Plugin::doAction() | JROOT/libraries/smartslider3/src/Framework/Pattern/PluggableTrait.php:13 |
| 30 | Nextend\SmartSlider3\Generator\GeneratorFactory->makePluggable() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:17 |
| 29 | Nextend\SmartSlider3\Generator\GeneratorFactory->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 28 | Nextend\SmartSlider3\Generator\GeneratorFactory->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 27 | Nextend\SmartSlider3\Generator\GeneratorFactory::getInstance() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:49 |
| 26 | require JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.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/SmartSlider3/Application/Model/ModelGenerator.php:428 |
| 21 | Nextend\SmartSlider3\Application\Model\ModelGenerator->getGeneratorGroup() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:85 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->extendFileName() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:50 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.31 ms Query memory: 0.033 MB Memory before query: 6.842 MB Rows returned: 0
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'flickr'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.04 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 39 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 38 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 37 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Flickr/ConfigurationFlickr.php:39 |
| 36 | Nextend\SmartSlider3Pro\Generator\Common\Flickr\ConfigurationFlickr->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Flickr/GeneratorGroupFlickr.php:20 |
| 35 | Nextend\SmartSlider3Pro\Generator\Common\Flickr\GeneratorGroupFlickr->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/AbstractGeneratorLoader.php:23 |
| 34 | Nextend\SmartSlider3\Generator\AbstractGeneratorLoader->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/GeneratorLoader.php:21 |
| 33 | Nextend\SmartSlider3Pro\Generator\GeneratorLoader->sliderGenerator() | Same as call in the line below. |
| 32 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Plugin.php:40 |
| 31 | Nextend\Framework\Plugin::doAction() | JROOT/libraries/smartslider3/src/Framework/Pattern/PluggableTrait.php:13 |
| 30 | Nextend\SmartSlider3\Generator\GeneratorFactory->makePluggable() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:17 |
| 29 | Nextend\SmartSlider3\Generator\GeneratorFactory->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 28 | Nextend\SmartSlider3\Generator\GeneratorFactory->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 27 | Nextend\SmartSlider3\Generator\GeneratorFactory::getInstance() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:49 |
| 26 | require JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.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/SmartSlider3/Application/Model/ModelGenerator.php:428 |
| 21 | Nextend\SmartSlider3\Application\Model\ModelGenerator->getGeneratorGroup() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:85 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->extendFileName() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:50 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.61 ms Query memory: 0.033 MB Memory before query: 6.874 MB Rows returned: 0
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'twitter'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 39 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 38 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 37 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Twitter/ConfigurationTwitter.php:42 |
| 36 | Nextend\SmartSlider3Pro\Generator\Common\Twitter\ConfigurationTwitter->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Twitter/GeneratorGroupTwitter.php:17 |
| 35 | Nextend\SmartSlider3Pro\Generator\Common\Twitter\GeneratorGroupTwitter->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/AbstractGeneratorLoader.php:23 |
| 34 | Nextend\SmartSlider3\Generator\AbstractGeneratorLoader->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/GeneratorLoader.php:21 |
| 33 | Nextend\SmartSlider3Pro\Generator\GeneratorLoader->sliderGenerator() | Same as call in the line below. |
| 32 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Plugin.php:40 |
| 31 | Nextend\Framework\Plugin::doAction() | JROOT/libraries/smartslider3/src/Framework/Pattern/PluggableTrait.php:13 |
| 30 | Nextend\SmartSlider3\Generator\GeneratorFactory->makePluggable() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:17 |
| 29 | Nextend\SmartSlider3\Generator\GeneratorFactory->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 28 | Nextend\SmartSlider3\Generator\GeneratorFactory->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 27 | Nextend\SmartSlider3\Generator\GeneratorFactory::getInstance() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:49 |
| 26 | require JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.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/SmartSlider3/Application/Model/ModelGenerator.php:428 |
| 21 | Nextend\SmartSlider3\Application\Model\ModelGenerator->getGeneratorGroup() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:85 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->extendFileName() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:50 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.22 ms Query memory: 0.033 MB Memory before query: 6.895 MB Rows returned: 0
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'vimeo'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.14 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 39 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 38 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 37 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Vimeo/ConfigurationVimeo.php:37 |
| 36 | Nextend\SmartSlider3Pro\Generator\Common\Vimeo\ConfigurationVimeo->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/Vimeo/GeneratorGroupVimeo.php:17 |
| 35 | Nextend\SmartSlider3Pro\Generator\Common\Vimeo\GeneratorGroupVimeo->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/AbstractGeneratorLoader.php:23 |
| 34 | Nextend\SmartSlider3\Generator\AbstractGeneratorLoader->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/GeneratorLoader.php:21 |
| 33 | Nextend\SmartSlider3Pro\Generator\GeneratorLoader->sliderGenerator() | Same as call in the line below. |
| 32 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Plugin.php:40 |
| 31 | Nextend\Framework\Plugin::doAction() | JROOT/libraries/smartslider3/src/Framework/Pattern/PluggableTrait.php:13 |
| 30 | Nextend\SmartSlider3\Generator\GeneratorFactory->makePluggable() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:17 |
| 29 | Nextend\SmartSlider3\Generator\GeneratorFactory->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 28 | Nextend\SmartSlider3\Generator\GeneratorFactory->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 27 | Nextend\SmartSlider3\Generator\GeneratorFactory::getInstance() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:49 |
| 26 | require JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.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/SmartSlider3/Application/Model/ModelGenerator.php:428 |
| 21 | Nextend\SmartSlider3\Application\Model\ModelGenerator->getGeneratorGroup() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:85 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->extendFileName() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:50 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.21 ms Query memory: 0.039 MB Memory before query: 6.927 MB Rows returned: 0
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'youtube'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 39 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:59 |
| 38 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 37 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/YouTube/ConfigurationYoutube.php:42 |
| 36 | Nextend\SmartSlider3Pro\Generator\Common\YouTube\ConfigurationYoutube->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/Common/YouTube/GeneratorGroupYouTube.php:18 |
| 35 | Nextend\SmartSlider3Pro\Generator\Common\YouTube\GeneratorGroupYouTube->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/AbstractGeneratorLoader.php:23 |
| 34 | Nextend\SmartSlider3\Generator\AbstractGeneratorLoader->__construct() | JROOT/libraries/smartslider3/src/SmartSlider3Pro/Generator/GeneratorLoader.php:21 |
| 33 | Nextend\SmartSlider3Pro\Generator\GeneratorLoader->sliderGenerator() | Same as call in the line below. |
| 32 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Plugin.php:40 |
| 31 | Nextend\Framework\Plugin::doAction() | JROOT/libraries/smartslider3/src/Framework/Pattern/PluggableTrait.php:13 |
| 30 | Nextend\SmartSlider3\Generator\GeneratorFactory->makePluggable() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:17 |
| 29 | Nextend\SmartSlider3\Generator\GeneratorFactory->init() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:16 |
| 28 | Nextend\SmartSlider3\Generator\GeneratorFactory->__construct() | JROOT/libraries/smartslider3/src/Framework/Pattern/SingletonTrait.php:12 |
| 27 | Nextend\SmartSlider3\Generator\GeneratorFactory::getInstance() | JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.php:49 |
| 26 | require JROOT/libraries/smartslider3/src/SmartSlider3/Generator/GeneratorFactory.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/SmartSlider3/Application/Model/ModelGenerator.php:428 |
| 21 | Nextend\SmartSlider3\Application\Model\ModelGenerator->getGeneratorGroup() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:85 |
| 20 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->extendFileName() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:50 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 2.05 ms Query memory: 0.027 MB Memory before query: 7.072 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-3'
AND `referencekey` = 'slideren-GB1.manifest'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 366 | const,const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 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:59 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 24 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 23 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 22 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:48 |
| 21 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 20 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:55 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 7.085 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 214 | const,const | 10 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.09 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 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:59 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 24 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Helper/HelperSliderChanged.php:36 |
| 23 | Nextend\SmartSlider3\Application\Helper\HelperSliderChanged->isSliderChanged() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:115 |
| 22 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->isCacheValid() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 21 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 20 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:55 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 0.15 ms Query memory: 0.558 MB Memory before query: 7.096 MB Rows returned: 1
SELECT *
FROM `glu5j_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-3'
AND `referencekey` = 'slideren-GB1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_nextend2_section_storage | ref | application,application_2 | application | 366 | const,const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.49 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.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:59 |
| 25 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 24 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/Framework/Cache/Storage/Database.php:32 |
| 23 | Nextend\Framework\Cache\Storage\Database->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/AbstractCache.php:72 |
| 22 | Nextend\Framework\Cache\AbstractCache->exists() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:52 |
| 21 | Nextend\Framework\Cache\Manifest->isCached() | JROOT/libraries/smartslider3/src/Framework/Cache/Manifest.php:28 |
| 20 | Nextend\Framework\Cache\Manifest->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/Slider/Cache/CacheSlider.php:55 |
| 19 | Nextend\SmartSlider3\Slider\Cache\CacheSlider->makeCache() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:110 |
| 18 | Nextend\SmartSlider3\SliderManager\SliderManager->cacheSlider() | JROOT/libraries/smartslider3/src/SmartSlider3/SliderManager/SliderManager.php:97 |
| 17 | Nextend\SmartSlider3\SliderManager\SliderManager->render() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php:28 |
| 16 | Nextend\SmartSlider3\Application\Frontend\Slider\ViewDisplay->display() | JROOT/libraries/smartslider3/src/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php:18 |
| 15 | Nextend\SmartSlider3\Application\Frontend\Slider\ControllerSlider->actionDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/smartslider3/src/Framework/Controller/AbstractController.php:93 |
| 13 | Nextend\Framework\Controller\AbstractController->doAction() | JROOT/libraries/smartslider3/src/Framework/Application/AbstractApplicationType.php:88 |
| 12 | Nextend\Framework\Application\AbstractApplicationType->process() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php:12 |
| 11 | nextend_smartslider3() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:100 |
| 10 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3::prepare() | Same as call in the line below. |
| 9 | preg_replace_callback() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:63 |
| 8 | Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginSmartSlider3->onNextendBeforeCompileHead() | JROOT/libraries/smartslider3/src/SmartSlider3/Platform/Joomla/Plugin/PluginSmartSlider3.php:74 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 3.82 ms Query memory: 0.020 MB Memory before query: 7.536 MB Rows returned: 0
SELECT *
FROM glu5j_jmap_headings
WHERE `linkurl` = 'https://www.schwabrealty.com/'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | glu5j_jmap_headings | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| init | 0.03 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.02 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:813 |
| 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:1050 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
17 × SELECT *
FROM `glu5j_nextend2_section_storage`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `glu5j_extensions`
2 × SELECT *
FROM `glu5j_rstbox`
2 × SELECT `value`
FROM `glu5j_admintools_storage`
2 × SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `glu5j_nextend2_section_storage`
1 × SELECT `data`
FROM `glu5j_session`
1 × SELECT *
FROM `glu5j_users`
1 × SELECT a.*
FROM `glu5j_easyblog_comment` AS a
LEFT JOIN `glu5j_users` AS uu
ON a.`created_by` = uu.`id`
1 × SELECT a.`post_id`, COUNT(1) AS `count`
FROM `glu5j_easyblog_comment` AS a
LEFT JOIN `glu5j_users` AS uu
ON a.`created_by` = uu.`id`
1 × select a.*, b.`post_id`, b.`primary`
from `glu5j_easyblog_category` as a
inner join `glu5j_easyblog_post_category` as b
on a.`id` = b.`category_id`
1 × select a.*, b.`post_id`
from `glu5j_easyblog_tag` as a
inner join `glu5j_easyblog_post_tag` as b
on a.`id` = b.`tag_id`
1 × select a.*
from `glu5j_easyblog_revisions` as a
1 × select u.*, e.`id` as `eb_id`, e.`nickname`, e.`avatar`, e.`description`, e.`url`, e.`params` as `eb_params`, e.`published` as `eb_published`, e.`title` as `eb_title`, e.`biography`, e.`permalink`, e.`custom_css`, e.`ordering`
from `glu5j_users` as u
left join `glu5j_easyblog_users` as e
ON u.`id` = e.`id`
1 × select *
from `glu5j_easyblog_meta`
1 × SELECT `g`.`id`,`g`.`title`
FROM `glu5j_usergroups` AS g
INNER JOIN `glu5j_user_usergroup_map` AS m
ON m.group_id = g.id
1 × select `a`.`id` as `cat_fg_id`, `a`.`category_id` as `cat_fg_category_id`, `a`.`group_id` as `cat_fg_group_id`, `fg`.`id` as `fg_id`, `fg`.`title` as `fg_title`, `fg`.`description` as `fg_description`, `fg`.`created` as `fg_created`, `fg`.`state` as `fg_state`, `fg`.`read` as `fg_read`, `fg`.`write` as `fg_write`, `fg`.`params` as `fg_params`, `f`.`id` as `f_id`, `f`.`group_id` as `f_group_id`, `f`.`title` as `f_title`, `f`.`help` as `f_help`, `f`.`state` as `f_state`, `f`.`required` as `f_required`, `f`.`type` as `f_type`, `f`.`params` as `f_params`, `f`.`created` as `f_created`, `f`.`options` as `f_options`, `f`.`ordering` as `f_ordering`,`fv`.`id` as `fv_id`, `fv`.`field_id` as `fv_field_id`, `fv`.`post_id` as `fv_post_id`, `fv`.`value` as `fv_value`
from `glu5j_easyblog_category_fields_groups` as a
inner join `glu5j_easyblog_post_category` as p
on `a`.`category_id` = `p`.`category_id`
inner join `glu5j_easyblog_fields_groups` as fg
on `a`.`group_id` = `fg`.`id`
inner join `glu5j_easyblog_fields` as f
on `fg`.`id` = `f`.`group_id`
left join `glu5j_easyblog_fields_values` as fv
on `fv`.`field_id` = `f`.`id`
and `fv`.`post_id` = `p`.`post_id`
LEFT JOIN `glu5j_easyblog_fields_groups_acl` AS acl
ON fg.`id` = acl.`group_id`
1 × SELECT COUNT(1) as `voted`, `uid`
FROM `glu5j_easyblog_ratings`
1 × SELECT *
FROM `glu5j_easyblog_acl`
1 × SELECT *
FROM `glu5j_easyblog_acl_group`
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 glu5j_fields AS a
LEFT JOIN `glu5j_languages` AS l
ON l.lang_code = a.language
LEFT JOIN glu5j_users AS uc
ON uc.id=a.checked_out
LEFT JOIN glu5j_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN glu5j_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN glu5j_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `glu5j_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT *
FROM `glu5j_menu`
1 × SELECT *
FROM glu5j_jmap_metainfo
1 × SELECT *
FROM glu5j_jmap_canonicals
1 × SELECT AVG(`value`) AS `ratings` ,COUNT(1) AS `total` ,`uid`
FROM `glu5j_easyblog_ratings` AS a
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM glu5j_modules AS m
LEFT JOIN glu5j_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN glu5j_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT SQL_CALC_FOUND_ROWS a.`id` AS key1, a.*, ifnull(f.`id`, 0) as `featured`
FROM `glu5j_easyblog_post` AS a
INNER JOIN `glu5j_users` AS uu
ON a.`created_by` = uu.`id`
and uu.`block` = 0
LEFT JOIN `glu5j_easyblog_featured` AS f
ON a.`id` = f.`content_id`
AND f.`type` = 'post'
1 × SELECT `source`,`keepurlparams`
FROM `glu5j_admintools_redirects`
1 × SELECT id, rules
FROM `glu5j_viewlevels
1 × SELECT b.id
FROM glu5j_usergroups AS a
LEFT JOIN glu5j_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 glu5j_extensions
1 × SELECT *
FROM `glu5j_admintools_wafexceptions`
1 × SELECT *
FROM `glu5j_admintools_ipautoban`
1 × SELECT `ip`
FROM `glu5j_admintools_ipblock
1 × SELECT *
FROM `glu5j_admintools_storage`
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 glu5j_menu AS m
LEFT JOIN glu5j_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM glu5j_easyblog_configs
1 × SELECT *
FROM `glu5j_admintools_wafblacklists`
1 × SELECT id, home, template, s.params
FROM glu5j_template_styles as s
LEFT JOIN glu5j_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM glu5j_languages
1 × SELECT id as value, name as text
FROM glu5j_storelocator_cats
1 × SELECT tag.id as value, tag.name as text, mt.image_url as marker_url
FROM glu5j_storelocator_tags as tag
LEFT JOIN glu5j_storelocator_marker_types as mt
ON mt.id = tag.marker_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `glu5j_assets`
1 × SELECT `id`
FROM `glu5j_rstbox`
1 × SELECT `session_id`
FROM `glu5j_session`
1 × SELECT *
FROM glu5j_jmap_headings