Query Time: 0.25 ms Query memory: 0.023 MB Memory before query: 1.243 MB Rows returned: 0
SELECT `data`
FROM `quanta_session`
WHERE `session_id` = X'7672706774693168626b69616474673531736f73733762646676'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 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.21 ms After last query: 0.17 ms Query memory: 0.020 MB Memory before query: 1.258 MB Rows returned: 0
SELECT `session_id`
FROM `quanta_session`
WHERE `session_id` = X'7672706774693168626b69616474673531736f73733762646676'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 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.52 ms After last query: 0.05 ms Query memory: 0.004 MB Memory before query: 1.264 MB
INSERT INTO `quanta_session`
(`session_id`,`guest`,`time`,`userid`,`username`)
VALUES
(X'7672706774693168626b69616474673531736f73733762646676', 1, 1725909335, 0, '')
EXPLAIN not possible on query: INSERT INTO `quanta_session`
(`session_id`,`guest`,`time`,`userid`,`username`) VALUES
(X'7672706774693168626b69616474673531736f73733762646676', 1, 1725909335, 0, '')
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init for update | 0.01 ms |
Update | 0.06 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.30 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 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.20 ms After last query: 0.56 ms Query memory: 0.021 MB Memory before query: 1.394 MB Rows returned: 19
SELECT id, rules
FROM `quanta_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 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.25 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 1.412 MB Rows returned: 2
SELECT b.id
FROM quanta_usergroups AS a
LEFT JOIN quanta_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 | 5 | NULL | 2 | Using where; Using index |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 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.20 ms After last query: 2.52 ms Query memory: 0.022 MB Memory before query: 2.057 MB Rows returned: 1
SELECT `value`
FROM `quanta_admintools_storage`
WHERE `key` = 'cparams'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:122 |
12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:37 |
11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:49 |
10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:409 |
9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:892 |
8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.28 ms Query memory: 0.021 MB Memory before query: 2.152 MB Rows returned: 0
SELECT *
FROM `quanta_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_admintools_wafexceptions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:729 |
10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:640 |
9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:901 |
8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 4.07 ms Query memory: 0.023 MB Memory before query: 3.047 MB Rows returned: 2
SHOW FULL COLUMNS
FROM `quanta_gsd_config`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `quanta_gsd_config`
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.25 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.03 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.09 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
12 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
11 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_gsd/tables/config.php:26 |
10 | GSDTableConfig->__construct() | JROOT/libraries/src/Table/Table.php:312 |
9 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_gsd/GSD/Helper.php:386 |
8 | GSD\Helper::getParams() | JROOT/plugins/system/gsd/gsd.php:61 |
7 | plgSystemGSD->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.12 ms Query memory: 0.021 MB Memory before query: 3.061 MB Rows returned: 0
SELECT *
FROM quanta_gsd_config
WHERE `name` = 'config'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_gsd_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
9 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_gsd/GSD/Helper.php:387 |
8 | GSD\Helper::getParams() | JROOT/plugins/system/gsd/gsd.php:61 |
7 | plgSystemGSD->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 1.61 ms Query memory: 0.027 MB Memory before query: 3.676 MB Rows returned: 120
SELECT `config_key`,`config_value`
FROM quanta_osmembership_configs
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_osmembership_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 120 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.08 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_osmembership/libraries/mpf/config/config.php:39 |
10 | MPFConfig->__construct() | JROOT/components/com_osmembership/helper/helper.php:44 |
9 | OSMembershipHelper::getConfig() | JROOT/administrator/components/com_osmembership/loader.php:76 |
8 | require_once JROOT/administrator/components/com_osmembership/loader.php | JROOT/plugins/system/membershippro/membershippro.php:43 |
7 | plgSystemMembershipPro->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 4.99 ms Query memory: 0.023 MB Memory before query: 4.015 MB Rows returned: 1
SELECT `extension_id`,`name`,`enabled`,`params`
FROM quanta_extensions
WHERE `type` = 'plugin'
AND `element` = 'osembed'
AND `folder` = 'content'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:152 |
14 | Alledia\Framework\Joomla\Extension\Generic->getDataFromDatabase() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:122 |
13 | Alledia\Framework\Joomla\Extension\Generic->__construct() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Licensed.php:51 |
12 | Alledia\Framework\Joomla\Extension\Licensed->__construct() | JROOT/libraries/allediaframework/Framework/Factory.php:38 |
11 | Alledia\Framework\Factory::getExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Helper.php:148 |
10 | Alledia\Framework\Joomla\Extension\Helper::getExtensionForElement() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Helper.php:109 |
9 | Alledia\Framework\Joomla\Extension\Helper::loadLibrary() | JROOT/plugins/content/osembed/include.php:48 |
8 | include_once JROOT/plugins/content/osembed/include.php | JROOT/plugins/system/osembedpreview/osembedpreview.php:31 |
7 | require_once JROOT/plugins/system/osembedpreview/osembedpreview.php | JROOT/libraries/src/Plugin/PluginHelper.php:253 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.20 ms Query memory: 0.021 MB Memory before query: 4.033 MB Rows returned: 0
SELECT *
FROM `quanta_admintools_ipautoban`
WHERE `ip` = '34.231.180.210'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:74 |
11 | AtsystemFeatureAutoipfiltering->isIPBlocked() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:23 |
10 | AtsystemFeatureAutoipfiltering->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.039 MB Rows returned: 1
SELECT `ip`
FROM `quanta_admintools_ipblock`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_admintools_ipblock | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
12 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/feature/ipblacklist.php:143 |
11 | AtsystemFeatureIpblacklist->isIPBlocked() | JROOT/plugins/system/admintools/feature/ipblacklist.php:37 |
10 | AtsystemFeatureIpblacklist->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 4.045 MB Rows returned: 1
SELECT *
FROM `quanta_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/disableobsoleteadmins.php:115 |
10 | AtsystemFeatureDisableobsoleteadmins->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 112.98 ms Query memory: 0.021 MB Memory before query: 4.054 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `quanta_admintools_redirects`
WHERE ((`dest` = 'index.php') OR (`dest` = 'index.php') OR ('index.php' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_admintools_redirects | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:91 |
10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 2.24 ms Query memory: 0.023 MB Memory before query: 4.458 MB Rows returned: 40
SELECT *
FROM quanta_rsform_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_rsform_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 40 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:50 |
11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:17 |
10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:102 |
9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:28 |
8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 4.467 MB Rows returned: 0
SELECT `FormId`,`DeleteSubmissionsAfter`
FROM `quanta_rsform_forms`
WHERE `DeleteSubmissionsAfter` > '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_rsform_forms | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:47 |
8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 1.36 ms Query memory: 0.005 MB Memory before query: 5.470 MB
Update
quanta_contentbuilder_articles As articles,
quanta_content As content,
quanta_contentbuilder_forms As forms,
quanta_contentbuilder_registered_users As cbusers,
quanta_users As users
Set
content.state = 0
Where
articles.article_id = content.id
And
content.state = 1
And
articles.form_id = forms.id
And
forms.act_as_registration = 1
And
forms.id = cbusers.form_id
And
content.created_by = cbusers.user_id
And
(
(
users.id = cbusers.user_id
And
users.block = 1
)
)
EXPLAIN not possible on query: Update
quanta_contentbuilder_articles As articles,
quanta_content As content,
quanta_contentbuilder_forms As forms,
quanta_contentbuilder_registered_users As cbusers,
quanta_users As users
Set
content.state = 0
Where
articles.article_id = content.id
And
content.state = 1
And
articles.form_id = forms.id
And
forms.act_as_registration = 1
And
forms.id = cbusers.form_id
And
content.created_by = cbusers.user_id
And
(
(
users.id = cbusers.user_id
And
users.block = 1
)
)
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
checking permissions | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Updating main table | 0.00 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.05 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Updating reference tables | 0.00 ms |
End of update loop | 0.00 ms |
End of update loop | 0.00 ms |
Removing tmp table | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
10 | JDatabase->query() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:417 |
9 | plgSystemContentbuilder_system->onAfterInitialize() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:362 |
8 | plgSystemContentbuilder_system->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.04 ms Query memory: 0.005 MB Memory before query: 5.477 MB
Update
quanta_contentbuilder_articles As articles,
quanta_content As content,
quanta_contentbuilder_forms As forms,
quanta_contentbuilder_records As records,
quanta_contentbuilder_registered_users As cbusers,
quanta_users As users
Set
content.state = forms.auto_publish
Where
articles.article_id = content.id
And
content.state = 0
And
articles.form_id = forms.id
And
forms.act_as_registration = 1
And
forms.id = cbusers.form_id
And
content.created_by = cbusers.user_id
And
users.id = cbusers.user_id
And
records.record_id = cbusers.record_id
And
records.`type` = forms.`type`
And
users.block = 0
EXPLAIN not possible on query: Update
quanta_contentbuilder_articles As articles,
quanta_content As content,
quanta_contentbuilder_forms As forms,
quanta_contentbuilder_records As records,
quanta_contentbuilder_registered_users As cbusers,
quanta_users As users
Set
content.state = forms.auto_publish
Where
articles.article_id = content.id
And
content.state = 0
And
articles.form_id = forms.id
And
forms.act_as_registration = 1
And
forms.id = cbusers.form_id
And
content.created_by = cbusers.user_id
And
users.id = cbusers.user_id
And
records.record_id = cbusers.record_id
And
records.`type` = forms.`type`
And
users.block = 0
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
checking permissions | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Updating main table | 0.00 ms |
Optimizing | 0.02 ms |
Statistics | 0.08 ms |
Preparing | 0.05 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Updating reference tables | 0.00 ms |
End of update loop | 0.00 ms |
End of update loop | 0.00 ms |
Removing tmp table | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
10 | JDatabase->query() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:450 |
9 | plgSystemContentbuilder_system->onAfterInitialize() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:362 |
8 | plgSystemContentbuilder_system->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.05 ms Query memory: 0.021 MB Memory before query: 5.491 MB Rows returned: 0
Select
form.id As form_id,
form.act_as_registration,
form.default_category,
form.registration_name_field,
form.registration_username_field,
form.registration_email_field,
form.registration_email_repeat_field,
form.`last_update`,
article.`article_id`,
form.`title_field`,
form.`create_articles`,
form.`name`,
form.`use_view_name_as_title`,
form.`protect_upload_directory`,
form.`reference_id`,
records.`record_id`,
form.`type`,
form.`published_only`,
form.`own_only`,
form.`own_only_fe`,
records.`last_update` As record_last_update,
article.`last_update` As article_last_update
From
quanta_contentbuilder_records As records
Left Join quanta_contentbuilder_forms As form
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id )
Left Join quanta_contentbuilder_articles As article
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id
And article.form_id = form.id
And article.record_id = records.record_id )
Left Join quanta_content As content
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id
And article.article_id = content.id
And article.form_id = form.id
And article.record_id = records.record_id )
Where
form.`published` = 1
And
form.create_articles = 1
And
form.`type` = records.`type`
And
form.reference_id = records.reference_id
And
(
(
article.form_id = form.id
And
article.record_id = records.record_id
And
article.article_id = content.id
And
( content.state = 1 Or content.state = 0 )
And
(
form.`last_update` > article.`last_update`
Or
records.`last_update` > article.`last_update`
)
)
Or
(
form.id Is Not Null
And records.id Is Not Null
And content.id Is Null
And article.id Is Null
)
)
Limit 50
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | form | ALL | PRIMARY,reference_id | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | records | ref | PRIMARY,record_id,reference_id,type,type_2,type_3 | reference_id | 5 | quanta.form.reference_id | 43 | Using where |
1 | SIMPLE | article | ALL | record_id,record_id_2 | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using join buffer (flat, BNL join) |
1 | SIMPLE | content | eq_ref | PRIMARY | PRIMARY | 4 | quanta.article.article_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.08 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 ms |
Preparing | 0.05 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
10 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:516 |
9 | plgSystemContentbuilder_system->onAfterInitialize() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:362 |
8 | plgSystemContentbuilder_system->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.22 ms Query memory: 0.023 MB Memory before query: 5.521 MB Rows returned: 1
SELECT `extension_id`,`name`,`enabled`,`params`
FROM quanta_extensions
WHERE `type` = 'plugin'
AND `element` = 'osembedpreview'
AND `folder` = 'system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:152 |
14 | Alledia\Framework\Joomla\Extension\Generic->getDataFromDatabase() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:122 |
13 | Alledia\Framework\Joomla\Extension\Generic->__construct() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Licensed.php:51 |
12 | Alledia\Framework\Joomla\Extension\Licensed->__construct() | JROOT/libraries/allediaframework/Framework/Factory.php:38 |
11 | Alledia\Framework\Factory::getExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:73 |
10 | Alledia\Framework\Joomla\Extension\AbstractPlugin->loadExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:44 |
9 | Alledia\Framework\Joomla\Extension\AbstractPlugin->init() | JROOT/plugins/system/osembedpreview/osembedpreview.php:58 |
8 | PlgSystemOSEmbedPreview->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 4.12 ms Query memory: 0.021 MB Memory before query: 6.285 MB Rows returned: 1
SELECT *
FROM `quanta_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_content')
AND `view` IN('','article')
AND `task` IN('','article.')
AND `enabled` = '1'
GROUP BY `query`
ORDER BY `query` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_admintools_wafblacklists | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.00 ms |
Creating sort index | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/admintools/feature/wafblacklist.php:87 |
10 | AtsystemFeatureWafblacklist->onAfterRoute() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:154 |
8 | plgSystemAdmintools->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.23 ms Query memory: 0.033 MB Memory before query: 6.310 MB Rows returned: 71
SELECT `id`,`name`,`rules`,`parent_id`
FROM `quanta_assets`
WHERE `name` IN ('root.1','com_2jtabs','com_actionlogs','com_acym','com_admin','com_admintools','com_advancedmodules','com_ajax','com_akeeba','com_arismartbook','com_artdata','com_associations','com_baforms','com_banners','com_breezingforms','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contentbuilder','com_contented_pdf','com_contenthistory','com_convertforms','com_cpanel','com_creativecontactform','com_droptables','com_easyblog','com_fabrik','com_fields','com_finder','com_gsd','com_guru','com_installer','com_jce','com_jch_optimize','com_jmap','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_mobilejoomla','com_modules','com_newsfeeds','com_oscampus','com_osmembership','com_phocapdf','com_plotalot','com_plugins','com_postinstall','com_privacy','com_profiles','com_redirect','com_redirectonlogin','com_rsform','com_rstbox','com_search','com_shackarticlemanager','com_smartmailer','com_socialbacklinks','com_socialconnect','com_stageit','com_tags','com_templates','com_twojtoolbox','com_users','com_vjorgchart','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_assets | range | idx_asset_name | idx_asset_name | 203 | NULL | 72 | Using index condition |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.04 ms |
Optimizing | 0.01 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.27 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:28 |
12 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/src/Helper.php:33 |
11 | RegularLabs\Plugin\System\AdvancedModules\Helper->onAfterRoute() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/plugins/system/advancedmodules/src/Plugin.php:106 |
9 | RegularLabs\Plugin\System\AdvancedModules\Plugin->run() | JROOT/plugins/system/advancedmodules/advancedmodules.php:63 |
8 | PlgSystemAdvancedModules->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 3.80 ms Query memory: 0.006 MB Memory before query: 6.570 MB
UPDATE `quanta_extensions`
SET `params` = '{\"mediaversion\":\"b63e792ee7a84a399dce2f2625883cac\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `quanta_extensions`
SET `params` = '{\"mediaversion\":\"b63e792ee7a84a399dce2f2625883cac\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init for update | 0.04 ms |
Updating | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/sbsynchronizer/sbsynchronizer.php:80 |
8 | plgSystemSBSynchronizer->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.52 ms Query memory: 0.026 MB Memory before query: 6.684 MB Rows returned: 4
SHOW FULL COLUMNS
FROM `quanta_socialbacklinks_configs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `quanta_socialbacklinks_configs`
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.24 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.03 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.09 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
19 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
18 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_socialbacklinks/tables/config.php:31 |
17 | SBTablesConfig->__construct() | JROOT/libraries/src/Table/Table.php:312 |
16 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:382 |
15 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_createTable() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:468 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getTable() | JROOT/administrator/components/com_socialbacklinks/models/base.php:148 |
13 | SBModelsBase->getTable() | JROOT/administrator/components/com_socialbacklinks/models/base.php:197 |
12 | SBModelsBase->_buildSelect() | JROOT/administrator/components/com_socialbacklinks/models/base.php:303 |
11 | SBModelsBase->getList() | JROOT/administrator/components/com_socialbacklinks/helpers/config.php:67 |
10 | SBHelpersConfig::_getData() | JROOT/administrator/components/com_socialbacklinks/helpers/config.php:164 |
9 | SBHelpersConfig::getProperty() | JROOT/plugins/system/sbsynchronizer/sbsynchronizer.php:82 |
8 | plgSystemSBSynchronizer->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 6.697 MB Rows returned: 10
SELECT DISTINCT *
FROM quanta_socialbacklinks_configs
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_socialbacklinks_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
12 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_socialbacklinks/models/base.php:307 |
11 | SBModelsBase->getList() | JROOT/administrator/components/com_socialbacklinks/helpers/config.php:67 |
10 | SBHelpersConfig::_getData() | JROOT/administrator/components/com_socialbacklinks/helpers/config.php:164 |
9 | SBHelpersConfig::getProperty() | JROOT/plugins/system/sbsynchronizer/sbsynchronizer.php:82 |
8 | plgSystemSBSynchronizer->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.15 ms Query memory: 0.022 MB Memory before query: 6.723 MB Rows returned: 1
SELECT *
FROM `quanta_extensions`
WHERE `element` = 'sbsynchronizer'
AND `type` = 'plugin'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_socialbacklinks/helpers/requirements.php:119 |
11 | SBHelpersRequirements::getPluginsStatusList() | JROOT/administrator/components/com_socialbacklinks/helpers/config.php:247 |
10 | SBHelpersConfig::getBasicConfig() | JROOT/administrator/components/com_socialbacklinks/helpers/config.php:282 |
9 | SBHelpersConfig::getBasicConfigElem() | JROOT/plugins/system/sbsynchronizer/sbsynchronizer.php:129 |
8 | plgSystemSBSynchronizer->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.15 ms Query memory: 0.022 MB Memory before query: 6.736 MB Rows returned: 1
SELECT *
FROM quanta_socialbacklinks_configs
WHERE `section` = 'basic'
AND `name` = 'last_sync'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_socialbacklinks_configs | const | section_name | section_name | 518 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
12 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_socialbacklinks/models/base.php:319 |
11 | SBModelsBase->getItem() | JROOT/administrator/components/com_socialbacklinks/helpers/sync.php:148 |
10 | SBHelpersSync::getLastSyncDate() | JROOT/administrator/components/com_socialbacklinks/helpers/sync.php:101 |
9 | SBHelpersSync::isNeedSync() | JROOT/plugins/system/sbsynchronizer/sbsynchronizer.php:141 |
8 | plgSystemSBSynchronizer->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 6.743 MB Rows returned: 1
SELECT *
FROM quanta_socialbacklinks_configs
WHERE `section` = 'basic'
AND `name` = 'sync_periodicity'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_socialbacklinks_configs | const | section_name | section_name | 518 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
11 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_socialbacklinks/models/base.php:319 |
10 | SBModelsBase->getItem() | JROOT/administrator/components/com_socialbacklinks/helpers/sync.php:105 |
9 | SBHelpersSync::isNeedSync() | JROOT/plugins/system/sbsynchronizer/sbsynchronizer.php:141 |
8 | plgSystemSBSynchronizer->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 6.744 MB Rows returned: 1
SELECT *
FROM `quanta_extensions`
WHERE `element` = 'sbsynchronizer'
AND `type` = 'plugin'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_socialbacklinks/helpers/requirements.php:119 |
11 | SBHelpersRequirements::getPluginsStatusList() | JROOT/administrator/components/com_socialbacklinks/helpers/config.php:247 |
10 | SBHelpersConfig::getBasicConfig() | JROOT/administrator/components/com_socialbacklinks/helpers/config.php:282 |
9 | SBHelpersConfig::getBasicConfigElem() | JROOT/plugins/system/sbsynchronizer/sbsynchronizer.php:154 |
8 | plgSystemSBSynchronizer->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 66.28 ms Query memory: 0.020 MB Memory before query: 6.754 MB Rows returned: 0
SELECT id
FROM quanta_twojtoolbox_menu
WHERE itemid = 101 OR itemid = -1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_twojtoolbox_menu | index | NULL | PRIMARY | 8 | NULL | 1 | Using where; Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/twojtoolbox/twojtoolbox.php:78 |
8 | plgSystemTwojToolbox->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 2.11 ms Query memory: 0.020 MB Memory before query: 7.040 MB Rows returned: 0
Select `type`, `reference_id`
From quanta_contentbuilder_forms
Where published = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_contentbuilder_forms | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:236 |
8 | plgSystemContentbuilder_system->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.28 ms After last query: 0.06 ms Query memory: 0.006 MB Memory before query: 7.051 MB
Update quanta_contentbuilder_records
Set published = 1
Where is_future = 1
And publish_up <> '0000-00-00 00:00:00'
And publish_up <= '2024-09-09 19:15:35'
EXPLAIN not possible on query: Update quanta_contentbuilder_records Set published = 1 Where is_future = 1 And publish_up <> '0000-00-00 00:00:00' And publish_up <= '2024-09-09 19:15:35'
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init for update | 0.02 ms |
Updating | 1.11 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
9 | JDatabase->query() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:256 |
8 | plgSystemContentbuilder_system->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.38 ms After last query: 0.04 ms Query memory: 0.005 MB Memory before query: 7.058 MB
Update quanta_contentbuilder_records
Set published = 0
Where publish_down <> '0000-00-00 00:00:00'
And publish_down <= '2024-09-09 19:15:35'
EXPLAIN not possible on query: Update quanta_contentbuilder_records Set published = 0 Where publish_down <> '0000-00-00 00:00:00' And publish_down <= '2024-09-09 19:15:35'
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init for update | 0.02 ms |
Updating | 1.23 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
9 | JDatabase->query() | JROOT/plugins/system/contentbuilder_system/contentbuilder_system.php:259 |
8 | plgSystemContentbuilder_system->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1122 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.95 ms Query memory: 0.039 MB Memory before query: 7.133 MB Rows returned: 185
SELECT `id`,`name`,`rules`,`parent_id`
FROM `quanta_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_assets | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 496 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.28 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:440 |
10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.35 ms Query memory: 0.031 MB Memory before query: 7.291 MB Rows returned: 31
SHOW FULL COLUMNS
FROM `quanta_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `quanta_content`
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.23 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.07 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.09 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:312 |
10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.45 ms Query memory: 0.005 MB Memory before query: 7.339 MB
UPDATE quanta_content
SET `hits` = (`hits` + 1)
WHERE `id` = '144'
EXPLAIN not possible on query: UPDATE quanta_content
SET `hits` = (`hits` + 1)
WHERE `id` = '144'
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init for update | 0.03 ms |
Updating | 0.05 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.20 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1245 |
10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:254 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 5.33 ms Query memory: 0.021 MB Memory before query: 7.783 MB Rows returned: 1
select b.*
from quanta_rstbox b
where b.published = 1
AND b.testmode=0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rstbox/helpers/helper.php:191 |
8 | EBHelper::getBoxes() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 3.69 ms Query memory: 0.025 MB Memory before query: 8.113 MB Rows returned: 1
SELECT `extension_id`,`name`,`enabled`,`params`
FROM quanta_extensions
WHERE `type` = 'plugin'
AND `element` = 'osyoutube'
AND `folder` = 'content'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
21 | JDatabaseDriver->loadObject() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:152 |
20 | Alledia\Framework\Joomla\Extension\Generic->getDataFromDatabase() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Generic.php:122 |
19 | Alledia\Framework\Joomla\Extension\Generic->__construct() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/Licensed.php:51 |
18 | Alledia\Framework\Joomla\Extension\Licensed->__construct() | JROOT/libraries/allediaframework/Framework/Factory.php:38 |
17 | Alledia\Framework\Factory::getExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:73 |
16 | Alledia\Framework\Joomla\Extension\AbstractPlugin->loadExtension() | JROOT/libraries/allediaframework/Framework/Joomla/Extension/AbstractPlugin.php:44 |
15 | Alledia\Framework\Joomla\Extension\AbstractPlugin->init() | JROOT/plugins/content/osyoutube/library/BasePlugin.php:56 |
14 | Alledia\OSYouTube\BasePlugin->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
13 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
12 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/cms/html/content.php:39 |
11 | JHtmlContent::prepare() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/plugins/system/rstbox/rstbox.php:93 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 9.26 ms Query memory: 0.025 MB Memory before query: 9.233 MB Rows returned: 1
SELECT *
FROM `quanta_plotalot`
WHERE `id` = '176'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_plotalot | const | PRIMARY,idx_plotalot | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_plotalot/helpers/db_helper.php:69 |
16 | LAP_model->ladb_loadObject() | JROOT/administrator/components/com_plotalot/models/chart.php:374 |
15 | PlotalotModelChart->getOne() | JROOT/plugins/content/plotalot/plotalot.php:137 |
14 | plgContentPlotalot->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
11 | JHtmlContent::prepare() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/plugins/system/rstbox/rstbox.php:93 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 9.247 MB Rows returned: 1
select version()
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | No tables used |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.00 ms |
Executing | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_plotalot/helpers/plotalot.php:835 |
18 | Plotalot->_loadResult() | JROOT/administrator/components/com_plotalot/helpers/plotalot.php:884 |
17 | Plotalot->_db_info() | JROOT/administrator/components/com_plotalot/helpers/plotalot.php:3010 |
16 | Plotalot->drawChart() | JROOT/plugins/content/plotalot/plotalot.php:335 |
15 | plgContentPlotalot->create_chart() | JROOT/plugins/content/plotalot/plotalot.php:185 |
14 | plgContentPlotalot->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
11 | JHtmlContent::prepare() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/plugins/system/rstbox/rstbox.php:93 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.18 ms After last query: 0.48 ms Query memory: 0.009 MB Memory before query: 9.259 MB
select f_GET_TRANSLATION('2001', '0', 'infoPopup','','d')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | No tables used |
Status | Duration |
---|
continuing inside routine | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Removing tmp table | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
20 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_plotalot/helpers/plotalot.php:855 |
19 | Plotalot->_loadAssocList() | JROOT/administrator/components/com_plotalot/helpers/plotalot.php:997 |
18 | Plotalot->_getDataSet() | JROOT/administrator/components/com_plotalot/helpers/plotalot.php:1220 |
17 | Plotalot->_getAllData() | JROOT/administrator/components/com_plotalot/helpers/plotalot.php:3118 |
16 | Plotalot->drawChart() | JROOT/plugins/content/plotalot/plotalot.php:335 |
15 | plgContentPlotalot->create_chart() | JROOT/plugins/content/plotalot/plotalot.php:185 |
14 | plgContentPlotalot->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
11 | JHtmlContent::prepare() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/plugins/system/rstbox/rstbox.php:93 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.44 ms After last query: 2.02 ms Query memory: 0.285 MB Memory before query: 9.386 MB Rows returned: 75
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM quanta_modules AS m
LEFT JOIN quanta_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN quanta_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1,5)
AND m.client_id = 0
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | published,newsfeeds | published | 2 | const | 80 | Using index condition; Using where; Using filesort |
1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | quanta.m.id | 1 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 405 | quanta.m.module,const | 1 | Using index condition; Using where |
Status | Duration |
---|
continuing inside routine | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
init | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
# | Caller | File and line number |
---|
40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
39 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:413 |
38 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:127 |
37 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
36 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
35 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:357 |
34 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
33 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
32 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:276 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:291 |
30 | YOOtheme\Container->YOOtheme\{closure}() | Same as call in the line below. |
29 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:86 |
28 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:29 |
27 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
26 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
25 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
24 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
23 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
22 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
21 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
20 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
19 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
18 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/templates/header.php:96 |
17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
11 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
9 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:143 |
7 | require JROOT/templates/yootheme/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.26 ms After last query: 2.83 ms Query memory: 0.106 MB Memory before query: 9.904 MB Rows returned: 1
SELECT *
FROM quanta_content
WHERE `id` = '144'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 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 | 1.15 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
43 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
42 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
41 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
40 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
39 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
38 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
37 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
36 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
35 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:357 |
34 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
33 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
32 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:276 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:291 |
30 | YOOtheme\Container->YOOtheme\{closure}() | Same as call in the line below. |
29 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:86 |
28 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:29 |
27 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
26 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
25 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
24 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
23 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
22 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
21 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
20 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
19 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
18 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/templates/header.php:96 |
17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
11 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
9 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:143 |
7 | require JROOT/templates/yootheme/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.20 ms After last query: 1.04 ms Query memory: 0.036 MB Memory before query: 10.031 MB Rows returned: 1
SELECT t.parent_id
FROM quanta_menu as t
WHERE t.id = 101
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
43 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:306 |
42 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:70 |
41 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:53 |
40 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
39 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
38 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
37 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
36 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
35 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:357 |
34 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
33 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
32 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:276 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:291 |
30 | YOOtheme\Container->YOOtheme\{closure}() | Same as call in the line below. |
29 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:86 |
28 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:29 |
27 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
26 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
25 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
24 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
23 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
22 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
21 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
20 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
19 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
18 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/templates/header.php:96 |
17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
11 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
9 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:143 |
7 | require JROOT/templates/yootheme/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.17 ms After last query: 0.04 ms Query memory: 0.036 MB Memory before query: 10.052 MB Rows returned: 1
SELECT t.parent_id
FROM quanta_menu as t
WHERE t.id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
43 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:306 |
42 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:70 |
41 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:53 |
40 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
39 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
38 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
37 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
36 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
35 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:357 |
34 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
33 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
32 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:276 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:291 |
30 | YOOtheme\Container->YOOtheme\{closure}() | Same as call in the line below. |
29 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:86 |
28 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:29 |
27 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
26 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
25 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
24 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
23 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
22 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
21 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
20 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
19 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
18 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/templates/header.php:96 |
17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
11 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
9 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:143 |
7 | require JROOT/templates/yootheme/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.25 ms After last query: 0.27 ms Query memory: 0.106 MB Memory before query: 10.087 MB Rows returned: 1
SELECT *
FROM quanta_content
WHERE `id` = '144'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
43 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
42 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
41 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
40 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
39 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
38 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
37 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
36 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
35 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:357 |
34 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
33 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
32 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:276 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:291 |
30 | YOOtheme\Container->YOOtheme\{closure}() | Same as call in the line below. |
29 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:86 |
28 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:29 |
27 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
26 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
25 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
24 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
23 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
22 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
21 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
20 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
19 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
18 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/templates/header.php:96 |
17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
11 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
9 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:143 |
7 | require JROOT/templates/yootheme/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.26 ms After last query: 0.28 ms Query memory: 0.106 MB Memory before query: 10.175 MB Rows returned: 1
SELECT *
FROM quanta_content
WHERE `id` = '144'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | quanta_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
43 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
42 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
41 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
40 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
39 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
38 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
37 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
36 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
35 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:357 |
34 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
33 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
32 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:276 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:291 |
30 | YOOtheme\Container->YOOtheme\{closure}() | Same as call in the line below. |
29 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:86 |
28 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:29 |
27 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
26 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
25 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
24 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
23 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
22 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
21 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
20 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
19 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
18 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/templates/header.php:96 |
17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:274 |
16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:16 |
15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:69 |
13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:23 |
11 | YOOtheme\Theme\Joomla\UrlListener->resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:162 |
10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:237 |
9 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:143 |
7 | require JROOT/templates/yootheme/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.24 ms After last query: 0.25 ms Query memory: 0.106 MB Memory before query: 10.246 MB Rows returned: 1
SELECT *
FROM quanta_content
WHERE `id` = '144'