Query Time: 0.67 ms Query memory: 0.023 MB Memory before query: 3.642 MB Rows returned: 0
SELECT `data`
FROM `seaox_session`
WHERE `session_id` = X'766e72363569396e6c7069697230357676383167746d766f6575'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 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.14 ms |
Preparing | 0.03 ms |
Executing | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 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.65 ms After last query: 1.25 ms Query memory: 0.020 MB Memory before query: 3.747 MB Rows returned: 0
SELECT `session_id`
FROM `seaox_session`
WHERE `session_id` = X'766e72363569396e6c7069697230357676383167746d766f6575'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_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.02 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.04 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 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: 0.47 ms After last query: 0.11 ms Query memory: 0.004 MB Memory before query: 3.752 MB
INSERT INTO `seaox_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'766e72363569396e6c7069697230357676383167746d766f6575', 1, 1614960815, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `seaox_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'766e72363569396e6c7069697230357676383167746d766f6575', 1, 1614960815, 0, '', 0)
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init for update | 0.02 ms |
Update | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
Commit | 0.04 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 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.85 ms After last query: 2.89 ms Query memory: 0.024 MB Memory before query: 4.050 MB Rows returned: 39
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `seaox_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 | seaox_extensions | ref | extension | extension | 82 | const | 39 | Using index condition; 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.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.15 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 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.65 ms After last query: 2.22 ms Query memory: 0.021 MB Memory before query: 4.260 MB Rows returned: 5
SELECT id, rules
FROM `seaox_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.03 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 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.61 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 4.272 MB Rows returned: 2
SELECT b.id
FROM seaox_usergroups AS a
LEFT JOIN seaox_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 | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | Using where; 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.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 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: 1.22 ms After last query: 0.58 ms Query memory: 0.030 MB Memory before query: 4.342 MB Rows returned: 84
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM seaox_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 | seaox_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 210 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
After opening tables | 0.03 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.05 ms |
Optimizing | 0.04 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.35 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 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.93 ms After last query: 17.84 ms Query memory: 0.027 MB Memory before query: 5.900 MB Rows returned: 9
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM seaox_menu AS m
LEFT JOIN seaox_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 | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 11 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | ddb152968.m.component_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 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.02 ms |
Statistics | 0.04 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.19 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 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:64 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1073 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 7.60 ms Query memory: 0.023 MB Memory before query: 6.464 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `seaox_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_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.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.09 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.10 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1130 |
4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
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.52 ms After last query: 0.13 ms Query memory: 0.005 MB Memory before query: 6.455 MB
UPDATE `seaox_extensions`
SET `params` = '{\"mediaversion\":\"4180f053e56e4cc6561b84c915d7387c\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `seaox_extensions`
SET `params` = '{\"mediaversion\":\"4180f053e56e4cc6561b84c915d7387c\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
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.02 ms |
table lock | 0.01 ms |
init for update | 0.08 ms |
Updating | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.03 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1130 |
4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
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.70 ms After last query: 1.63 ms Query memory: 0.019 MB Memory before query: 6.720 MB Rows returned: 1
SELECT *
FROM seaox_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.05 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.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.22 ms Query memory: 0.019 MB Memory before query: 6.733 MB Rows returned: 4
SELECT id, home, template, s.params
FROM seaox_template_styles as s
LEFT JOIN seaox_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 | 6 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | ddb152968.s.template,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.08 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.03 ms |
Statistics | 0.09 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.11 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
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.83 ms After last query: 5.71 ms Query memory: 0.028 MB Memory before query: 7.370 MB Rows returned: 39
SELECT `id`,`name`,`rules`,`parent_id`
FROM `seaox_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_breezingforms','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_djimageslider','com_fields','com_finder','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_nextend2','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_smartslider3','com_tags','com_templates','com_users','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 117 | Using where |
Status | Duration |
---|
Starting | 0.06 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.04 ms |
init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.07 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/articles.php:115 |
14 | ContentModelArticles->populateState() | JROOT/components/com_content/models/featured.php:44 |
13 | ContentModelFeatured->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:440 |
12 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.37 ms After last query: 1.35 ms Query memory: 0.025 MB Memory before query: 7.580 MB Rows returned: 0
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,fp.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM seaox_content AS a
INNER JOIN seaox_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN seaox_categories AS c
ON c.id = a.catid
LEFT JOIN seaox_users AS ua
ON ua.id = a.created_by
LEFT JOIN seaox_users AS uam
ON uam.id = a.modified_by
LEFT JOIN seaox_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-03-05 16:13:35')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-03-05 16:13:35')
ORDER BY c.lft, a.featured DESC, fp.ordering,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created DESC
LIMIT 4
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fp | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using temporary; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY,idx_access,idx_state,idx_catid | PRIMARY | 4 | ddb152968.fp.content_id | 1 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | ddb152968.a.catid | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | ddb152968.a.created_by | 1 | Using where |
1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | ddb152968.a.modified_by | 1 | Using where |
1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | ddb152968.c.parent_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.29 ms |
checking permissions | 0.02 ms |
Opening tables | 0.14 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.17 ms |
Optimizing | 0.10 ms |
Statistics | 0.17 ms |
Preparing | 0.04 ms |
Creating tmp table | 0.15 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.56 ms |
Creating sort index | 0.06 ms |
Removing tmp table | 0.17 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
14 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:125 |
12 | ContentModelFeatured->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
10 | ContentViewFeatured->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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.84 ms After last query: 1.31 ms Query memory: 0.023 MB Memory before query: 7.682 MB Rows returned: 1
SELECT COUNT(*)
FROM seaox_content AS a
INNER JOIN seaox_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN seaox_categories AS c
ON c.id = a.catid
LEFT JOIN seaox_users AS ua
ON ua.id = a.created_by
LEFT JOIN seaox_users AS uam
ON uam.id = a.modified_by
LEFT JOIN seaox_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-03-05 16:13:35')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-03-05 16:13:35')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fp | index | PRIMARY | PRIMARY | 4 | NULL | 1 | Using index |
1 | SIMPLE | a | eq_ref | PRIMARY,idx_access,idx_state,idx_catid | PRIMARY | 4 | ddb152968.fp.content_id | 1 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | ddb152968.a.catid | 1 | Using where |
Status | Duration |
---|
Starting | 0.10 ms |
checking permissions | 0.05 ms |
Opening tables | 0.05 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.04 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:340 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:282 |
13 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:232 |
12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/featured/view.html.php:57 |
10 | ContentViewFeatured->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.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.31 ms After last query: 17.50 ms Query memory: 0.025 MB Memory before query: 9.068 MB Rows returned: 11
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM seaox_modules AS m
LEFT JOIN seaox_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN seaox_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 <= '2021-03-05 16:13:35')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-03-05 16:13:35')
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 | 36 | Using index condition; Using where; Using filesort |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | ddb152968.m.id | 1 | Using where; Using index |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | ddb152968.m.module,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.03 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.05 ms |
Statistics | 0.10 ms |
Preparing | 0.06 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.38 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
14 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
12 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
11 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
10 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
9 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/betalimit/library/Artx/Page.php:46 |
8 | ArtxPage->containsModules() | JROOT/templates/betalimit/index.php:73 |
7 | require JROOT/templates/betalimit/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.66 ms After last query: 13.71 ms Query memory: 0.028 MB Memory before query: 9.946 MB Rows returned: 1
SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'system'
AND `section` = 'global'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application_2 | 448 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.01 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:122 |
23 | N2DBConnector->findAllByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:68 |
22 | N2StorageSectionAdmin::getAll() | JROOT/libraries/nextend2/nextend/library/settings.php:29 |
21 | N2Settings::init() | JROOT/libraries/nextend2/nextend/library/settings.php:67 |
20 | require_once JROOT/libraries/nextend2/nextend/library/settings.php | JROOT/libraries/nextend2/nextend/library/loader.php:57 |
19 | N2Loader::importPath() | JROOT/libraries/nextend2/nextend/library/loader.php:23 |
18 | N2Loader::import() | JROOT/libraries/nextend2/nextend/library/library.php:48 |
17 | require_once JROOT/libraries/nextend2/nextend/library/library.php | JROOT/libraries/nextend2/nextend/joomla/library.php:25 |
16 | include_once JROOT/libraries/nextend2/nextend/joomla/library.php | JROOT/libraries/loader.php:226 |
15 | JLoader::import() | JROOT/libraries/loader.php:845 |
14 | jimport() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:55 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.62 ms After last query: 4.65 ms Query memory: 0.028 MB Memory before query: 10.397 MB Rows returned: 0
SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'system'
AND `section` = 'fonts'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application_2 | 448 | const,const | 1 | Using index condition |
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.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:122 |
24 | N2DBConnector->findAllByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:68 |
23 | N2StorageSectionAdmin::getAll() | JROOT/libraries/nextend2/nextend/library/libraries/fonts/fonts.php:103 |
22 | N2Fonts::loadSettings() | JROOT/libraries/nextend2/nextend/library/libraries/fonts/fonts.php:136 |
21 | require_once JROOT/libraries/nextend2/nextend/library/libraries/fonts/fonts.php | JROOT/libraries/nextend2/nextend/library/loader.php:57 |
20 | N2Loader::importPath() | JROOT/libraries/nextend2/nextend/library/loader.php:23 |
19 | N2Loader::import() | JROOT/libraries/nextend2/nextend/library/applications/system/plugins/loadplugin.php:4 |
18 | require_once JROOT/libraries/nextend2/nextend/library/applications/system/plugins/loadplugin.php | JROOT/libraries/nextend2/nextend/library/library.php:57 |
17 | require_once JROOT/libraries/nextend2/nextend/library/library.php | JROOT/libraries/nextend2/nextend/joomla/library.php:25 |
16 | include_once JROOT/libraries/nextend2/nextend/joomla/library.php | JROOT/libraries/loader.php:226 |
15 | JLoader::import() | JROOT/libraries/loader.php:845 |
14 | jimport() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:55 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.64 ms After last query: 67.55 ms Query memory: 0.029 MB Memory before query: 18.806 MB Rows returned: 0
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application_2 | 448 | const,const | 1 | Using index condition |
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.02 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.10 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
29 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
28 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
27 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/settings/settings.php:12 |
26 | N2SmartSliderSettings::getAll() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/settings/settings.php:19 |
25 | N2SmartSliderSettings::get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:54 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.53 ms After last query: 0.44 ms Query memory: 0.030 MB Memory before query: 18.845 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-18'
AND `referencekey` = 'variations.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.07 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:24 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.54 ms After last query: 0.09 ms Query memory: 0.030 MB Memory before query: 18.859 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-18'
AND `referencekey` = 'data.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.05 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:41 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.50 ms After last query: 0.08 ms Query memory: 0.032 MB Memory before query: 18.936 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-18'
AND `referencekey` = 'slideren-GB1.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:40 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.71 ms After last query: 0.08 ms Query memory: 0.032 MB Memory before query: 18.953 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 18
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application_2 | 448 | const,const | 31 | Using index condition; 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.01 ms |
Statistics | 0.09 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.25 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/helper.php:26 |
30 | N2SmartSliderHelper->isSliderChanged() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:97 |
29 | N2CacheManifestSlider->isCacheValid() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.67 ms After last query: 0.15 ms Query memory: 0.086 MB Memory before query: 18.970 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-18'
AND `referencekey` = 'slideren-GB1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.16 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.62 ms After last query: 1.49 ms Query memory: 0.030 MB Memory before query: 19.132 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-41'
AND `referencekey` = 'variations.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.09 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:24 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.59 ms After last query: 0.08 ms Query memory: 0.030 MB Memory before query: 19.146 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-41'
AND `referencekey` = 'data.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:41 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.53 ms After last query: 0.07 ms Query memory: 0.032 MB Memory before query: 19.161 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-41'
AND `referencekey` = 'slideren-GB1.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:40 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.65 ms After last query: 0.07 ms Query memory: 0.032 MB Memory before query: 19.177 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 41
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application_2 | 448 | const,const | 31 | 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.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.07 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.21 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/helper.php:26 |
30 | N2SmartSliderHelper->isSliderChanged() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:97 |
29 | N2CacheManifestSlider->isCacheValid() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.61 ms After last query: 0.08 ms Query memory: 0.047 MB Memory before query: 19.193 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-41'
AND `referencekey` = 'slideren-GB1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.09 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.76 ms After last query: 0.52 ms Query memory: 0.030 MB Memory before query: 19.230 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-21'
AND `referencekey` = 'variations.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.14 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:24 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.61 ms After last query: 0.08 ms Query memory: 0.030 MB Memory before query: 19.245 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-21'
AND `referencekey` = 'data.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.02 ms |
init | 0.02 ms |
Optimizing | 0.04 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:41 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.57 ms After last query: 0.07 ms Query memory: 0.032 MB Memory before query: 19.259 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-21'
AND `referencekey` = 'slideren-GB1.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:40 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.71 ms After last query: 0.09 ms Query memory: 0.033 MB Memory before query: 19.282 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 21
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application_2 | 448 | const,const | 31 | 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.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.07 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.21 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/helper.php:26 |
30 | N2SmartSliderHelper->isSliderChanged() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:97 |
29 | N2CacheManifestSlider->isCacheValid() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.92 ms After last query: 0.10 ms Query memory: 0.102 MB Memory before query: 19.300 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-21'
AND `referencekey` = 'slideren-GB1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.03 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.03 ms |
Statistics | 0.11 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.17 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.54 ms After last query: 0.66 ms Query memory: 0.030 MB Memory before query: 19.462 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-17'
AND `referencekey` = 'variations.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.05 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:24 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.54 ms After last query: 0.07 ms Query memory: 0.030 MB Memory before query: 19.476 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-17'
AND `referencekey` = 'data.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.05 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:41 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.54 ms After last query: 0.07 ms Query memory: 0.032 MB Memory before query: 19.491 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-17'
AND `referencekey` = 'slideren-GB1.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.05 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:40 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.67 ms After last query: 0.07 ms Query memory: 0.032 MB Memory before query: 19.508 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 17
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application_2 | 448 | const,const | 31 | 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.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.21 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/helper.php:26 |
30 | N2SmartSliderHelper->isSliderChanged() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:97 |
29 | N2CacheManifestSlider->isCacheValid() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.50 ms After last query: 0.10 ms Query memory: 0.032 MB Memory before query: 19.524 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-17'
AND `referencekey` = 'slideren-GB1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.05 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.51 ms After last query: 0.49 ms Query memory: 0.030 MB Memory before query: 19.557 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-54'
AND `referencekey` = 'variations.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.08 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:24 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.61 ms After last query: 0.07 ms Query memory: 0.030 MB Memory before query: 19.572 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-54'
AND `referencekey` = 'data.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,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.05 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:41 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.61 ms After last query: 0.07 ms Query memory: 0.032 MB Memory before query: 19.587 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-54'
AND `referencekey` = 'slideren-GB1.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.02 ms |
Statistics | 0.12 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:40 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.84 ms After last query: 0.13 ms Query memory: 0.032 MB Memory before query: 19.603 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 54
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application_2 | 448 | const,const | 31 | Using index condition; 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.12 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.26 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/helper.php:26 |
30 | N2SmartSliderHelper->isSliderChanged() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:97 |
29 | N2CacheManifestSlider->isCacheValid() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.71 ms After last query: 0.10 ms Query memory: 0.047 MB Memory before query: 19.619 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-54'
AND `referencekey` = 'slideren-GB1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
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.02 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.10 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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.46 ms After last query: 2.31 ms Query memory: 0.024 MB Memory before query: 19.575 MB Rows returned: 1
SELECT `alias`
FROM `seaox_content`
WHERE id = '2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
17 | ContentRouter->getArticleSegment() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->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.82 ms After last query: 1.24 ms Query memory: 0.026 MB Memory before query: 19.630 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `seaox_categories` AS `s`
INNER JOIN `seaox_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 2
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 2 | 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.06 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
17 | ContentRouter->getCategorySegment() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->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.49 ms After last query: 0.68 ms Query memory: 0.024 MB Memory before query: 19.775 MB Rows returned: 1
SELECT `alias`
FROM `seaox_content`
WHERE id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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.03 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
17 | ContentRouter->getArticleSegment() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->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 |
26 × SELECT *
FROM `seaox_nextend2_section_storage`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `seaox_extensions`
2 × SELECT `alias`
FROM `seaox_content`
2 × SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `seaox_nextend2_section_storage`
1 × SELECT `data`
FROM `seaox_session`
1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,fp.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM seaox_content AS a
INNER JOIN seaox_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN seaox_categories AS c
ON c.id = a.catid
LEFT JOIN seaox_users AS ua
ON ua.id = a.created_by
LEFT JOIN seaox_users AS uam
ON uam.id = a.modified_by
LEFT JOIN seaox_categories as parent
ON parent.id = c.parent_id
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM seaox_modules AS m
LEFT JOIN seaox_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN seaox_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT COUNT(*)
FROM seaox_content AS a
INNER JOIN seaox_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN seaox_categories AS c
ON c.id = a.catid
LEFT JOIN seaox_users AS ua
ON ua.id = a.created_by
LEFT JOIN seaox_users AS uam
ON uam.id = a.modified_by
LEFT JOIN seaox_categories as parent
ON parent.id = c.parent_id
1 × SELECT id, home, template, s.params
FROM seaox_template_styles as s
LEFT JOIN seaox_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `seaox_assets`
1 × SELECT `session_id`
FROM `seaox_session`
1 × SELECT *
FROM seaox_languages
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 seaox_menu AS m
LEFT JOIN seaox_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM seaox_extensions
1 × SELECT b.id
FROM seaox_usergroups AS a
LEFT JOIN seaox_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `seaox_viewlevels
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `seaox_categories` AS `s`
INNER JOIN `seaox_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)