Query Time: 1.36 ms Query memory: 0.023 MB Memory before query: 3.642 MB Rows returned: 0
SELECT `data`
FROM `seaox_session`
WHERE `session_id` = X'6c316e6f69696c72686730756d323176737561616d3864383867'
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.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.79 ms |
Preparing | 0.01 ms |
Executing | 0.02 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.03 ms |
Reset for next command | 0.03 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.64 ms After last query: 1.08 ms Query memory: 0.020 MB Memory before query: 3.748 MB Rows returned: 0
SELECT `session_id`
FROM `seaox_session`
WHERE `session_id` = X'6c316e6f69696c72686730756d323176737561616d3864383867'
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.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.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 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.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.60 ms After last query: 0.08 ms Query memory: 0.004 MB Memory before query: 3.753 MB
INSERT INTO `seaox_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6c316e6f69696c72686730756d323176737561616d3864383867', 1, 1614960871, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `seaox_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6c316e6f69696c72686730756d323176737561616d3864383867', 1, 1614960871, 0, '', 0)
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 for update | 0.01 ms |
Update | 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.03 ms |
Updating status | 0.02 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.95 ms After last query: 2.57 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.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.16 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 |
---|
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.81 ms After last query: 2.04 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.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 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.03 ms |
Reset for next command | 0.02 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.71 ms After last query: 0.17 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.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 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.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 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.00 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 |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.61 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.05 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.04 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.29 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.02 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: 1.16 ms After last query: 16.51 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.11 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.03 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.17 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.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.83 ms After last query: 7.46 ms Query memory: 0.023 MB Memory before query: 6.531 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.07 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 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.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.04 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.69 ms After last query: 0.13 ms Query memory: 0.005 MB Memory before query: 6.522 MB
UPDATE `seaox_extensions`
SET `params` = '{\"mediaversion\":\"e0a7636527f7dc9477986ccacff93c45\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `seaox_extensions`
SET `params` = '{\"mediaversion\":\"e0a7636527f7dc9477986ccacff93c45\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init for update | 0.06 ms |
Updating | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.07 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 |
---|
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.62 ms After last query: 1.51 ms Query memory: 0.019 MB Memory before query: 6.776 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.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.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.03 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.84 ms After last query: 0.20 ms Query memory: 0.019 MB Memory before query: 6.788 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.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.08 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.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 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: 17.11 ms After last query: 28.96 ms Query memory: 0.111 MB Memory before query: 7.721 MB Rows returned: 1
select *
from seaox_facileforms_forms
where name='QuickForm829179910'
and published=1
order by ordering, id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_forms | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 13.88 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.14 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
init | 0.06 ms |
Optimizing | 0.02 ms |
Statistics | 1.83 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.16 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.02 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.03 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 |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
7 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/breezingforms.php:280 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.48 ms After last query: 0.12 ms Query memory: 0.020 MB Memory before query: 7.765 MB Rows returned: 0
select id
from seaox_users
where lower(username)=lower('')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_users | index | NULL | username | 602 | NULL | 5 | 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.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 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.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
7 | JDatabaseDriver->loadResult() | JROOT/components/com_breezingforms/breezingforms.php:409 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.25 ms After last query: 14.92 ms Query memory: 0.039 MB Memory before query: 9.359 MB Rows returned: 98
SHOW FULL COLUMNS
FROM `seaox_facileforms_forms`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `seaox_facileforms_forms`
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
closing tables | 0.01 ms |
Opening tables | 0.27 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
checking permissions | 0.20 ms |
closing tables | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.11 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
11 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
10 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
9 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_breezingforms/facileforms.class.php:463 |
8 | facileFormsForms->__construct() | JROOT/components/com_breezingforms/facileforms.process.php:563 |
7 | HTML_facileFormsProcessor->__construct() | JROOT/components/com_breezingforms/breezingforms.php:528 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.79 ms After last query: 0.66 ms Query memory: 0.112 MB Memory before query: 9.483 MB Rows returned: 1
select *
from seaox_facileforms_forms
where id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_forms | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 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.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.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.class.php:471 |
8 | facileFormsForms->load() | JROOT/components/com_breezingforms/facileforms.process.php:564 |
7 | HTML_facileFormsProcessor->__construct() | JROOT/components/com_breezingforms/breezingforms.php:528 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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: 9.64 ms After last query: 0.11 ms Query memory: 0.030 MB Memory before query: 9.518 MB Rows returned: 11
select *
from seaox_facileforms_elements
where form=1
and published=1
order by page, ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_elements | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 11 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 8.17 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
table lock | 0.08 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
Creating sort index | 0.86 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 |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
8 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:571 |
7 | HTML_facileFormsProcessor->__construct() | JROOT/components/com_breezingforms/breezingforms.php:528 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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: 9.90 ms After last query: 1.75 ms Query memory: 0.021 MB Memory before query: 9.769 MB Rows returned: 1
select name
from seaox_facileforms_scripts
where id=44
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 8.21 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
table lock | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.04 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.02 ms |
init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.86 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.08 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 |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_breezingforms/facileforms.process.php:1577 |
8 | HTML_facileFormsProcessor->loadBuiltins() | JROOT/components/com_breezingforms/facileforms.process.php:2616 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.37 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 9.775 MB Rows returned: 1
select name
from seaox_facileforms_scripts
where id=13
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.80 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.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 |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_breezingforms/facileforms.process.php:1577 |
8 | HTML_facileFormsProcessor->loadBuiltins() | JROOT/components/com_breezingforms/facileforms.process.php:2616 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.17 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 9.781 MB Rows returned: 1
select name
from seaox_facileforms_scripts
where id=42
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.06 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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.70 ms |
Preparing | 0.01 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.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.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_breezingforms/facileforms.process.php:1577 |
8 | HTML_facileFormsProcessor->loadBuiltins() | JROOT/components/com_breezingforms/facileforms.process.php:2616 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.37 ms After last query: 0.05 ms Query memory: 0.021 MB Memory before query: 9.786 MB Rows returned: 1
select name
from seaox_facileforms_scripts
where id=44
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.02 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 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.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.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_breezingforms/facileforms.process.php:1577 |
8 | HTML_facileFormsProcessor->loadBuiltins() | JROOT/components/com_breezingforms/facileforms.process.php:2616 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.73 ms After last query: 0.11 ms Query memory: 0.040 MB Memory before query: 9.795 MB Rows returned: 44
select id, name, code
from seaox_facileforms_scripts
where published=1
order by type, title, name, id desc
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 44 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 1.23 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.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:1880 |
8 | HTML_facileFormsProcessor->loadScripts() | JROOT/components/com_breezingforms/facileforms.process.php:2617 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.47 ms After last query: 0.49 ms Query memory: 0.021 MB Memory before query: 9.848 MB Rows returned: 1
select name, code
from seaox_facileforms_scripts
where id='41'
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 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.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 |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:2056 |
8 | HTML_facileFormsProcessor->addFunction() | JROOT/components/com_breezingforms/facileforms.process.php:2766 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 1.44 ms Query memory: 0.021 MB Memory before query: 9.870 MB Rows returned: 1
select name, code
from seaox_facileforms_scripts
where id='23'
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 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.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 |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:2056 |
8 | HTML_facileFormsProcessor->addFunction() | JROOT/components/com_breezingforms/facileforms.process.php:2766 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.55 ms After last query: 0.11 ms Query memory: 0.021 MB Memory before query: 9.875 MB Rows returned: 1
select name, code
from seaox_facileforms_scripts
where id='40'
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 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.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 |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:2056 |
8 | HTML_facileFormsProcessor->addFunction() | JROOT/components/com_breezingforms/facileforms.process.php:2766 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.55 ms After last query: 0.20 ms Query memory: 0.021 MB Memory before query: 9.880 MB Rows returned: 1
select name, code
from seaox_facileforms_scripts
where id='38'
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
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.00 ms |
closing tables | 0.02 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 |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:2056 |
8 | HTML_facileFormsProcessor->addFunction() | JROOT/components/com_breezingforms/facileforms.process.php:2766 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.72 ms After last query: 0.20 ms Query memory: 0.021 MB Memory before query: 9.886 MB Rows returned: 1
select name, code
from seaox_facileforms_scripts
where id='44'
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.02 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.04 ms |
Statistics | 0.03 ms |
Preparing | 0.01 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.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:2056 |
8 | HTML_facileFormsProcessor->addFunction() | JROOT/components/com_breezingforms/facileforms.process.php:2773 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.42 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 9.891 MB Rows returned: 1
select name, code
from seaox_facileforms_scripts
where id='13'
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 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.03 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.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:2056 |
8 | HTML_facileFormsProcessor->addFunction() | JROOT/components/com_breezingforms/facileforms.process.php:2773 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.46 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 9.896 MB Rows returned: 1
select name, code
from seaox_facileforms_scripts
where id='42'
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.02 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.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 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.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:2056 |
8 | HTML_facileFormsProcessor->addFunction() | JROOT/components/com_breezingforms/facileforms.process.php:2773 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.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.48 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 9.901 MB Rows returned: 1
select name, code
from seaox_facileforms_scripts
where id='44'
and published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | seaox_facileforms_scripts | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 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 |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_breezingforms/facileforms.process.php:2056 |
8 | HTML_facileFormsProcessor->addFunction() | JROOT/components/com_breezingforms/facileforms.process.php:2773 |
7 | HTML_facileFormsProcessor->view() | JROOT/components/com_breezingforms/breezingforms.php:536 |
6 | require_once JROOT/components/com_breezingforms/breezingforms.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 27.69 ms Query memory: 0.024 MB Memory before query: 10.691 MB Rows returned: 8
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:14:31')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-03-05 16:14:31')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 125 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.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.04 ms |
Statistics | 0.09 ms |
Preparing | 0.05 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.36 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.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 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.76 ms After last query: 12.28 ms Query memory: 0.028 MB Memory before query: 11.581 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.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.13 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.04 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.65 ms After last query: 4.75 ms Query memory: 0.029 MB Memory before query: 12.038 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.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 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.04 ms |
Reset for next command | 0.02 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: 62.08 ms Query memory: 0.029 MB Memory before query: 20.503 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.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.07 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.02 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.04 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.85 ms After last query: 0.45 ms Query memory: 0.030 MB Memory before query: 20.542 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-64'
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.13 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.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 |
---|
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.63 ms After last query: 0.19 ms Query memory: 0.030 MB Memory before query: 20.556 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-64'
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.09 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.04 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.09 ms Query memory: 0.032 MB Memory before query: 20.571 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-64'
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.02 ms |
System lock | 0.01 ms |
table lock | 0.02 ms |
init | 0.03 ms |
Optimizing | 0.01 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.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.02 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: 1.03 ms After last query: 0.09 ms Query memory: 0.032 MB Memory before query: 20.588 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 64
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.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.11 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.47 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.02 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/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.76 ms After last query: 0.13 ms Query memory: 0.032 MB Memory before query: 20.604 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-64'
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.09 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.14 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.02 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.68 ms After last query: 4.13 ms Query memory: 0.030 MB Memory before query: 21.038 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-75'
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.11 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.00 ms |
closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 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.65 ms After last query: 0.08 ms Query memory: 0.030 MB Memory before query: 21.052 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-75'
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.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.10 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.02 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.65 ms After last query: 0.15 ms Query memory: 0.032 MB Memory before query: 21.067 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-75'
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.12 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.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: 1.55 ms After last query: 0.15 ms Query memory: 0.032 MB Memory before query: 21.084 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 75
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.02 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 1.04 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.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/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.69 ms After last query: 0.10 ms Query memory: 0.032 MB Memory before query: 21.100 MB Rows returned: 1
SELECT *
FROM `seaox_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-75'
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.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.12 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.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.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: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 |
11 × SELECT *
FROM `seaox_nextend2_section_storage`
8 × select name, code
from seaox_facileforms_scripts
4 × select name
from seaox_facileforms_scripts
2 × SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `seaox_nextend2_section_storage`
2 × select *
from seaox_facileforms_forms
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `seaox_extensions`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM seaox_extensions
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 *
FROM seaox_languages
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 `session_id`
FROM `seaox_session`
1 × select id
from seaox_users
1 × select *
from seaox_facileforms_elements
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, name, code
from seaox_facileforms_scripts
1 × SELECT id, rules
FROM `seaox_viewlevels
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 `data`
FROM `seaox_session`