Query Time: 0.33 ms Query memory: 0.023 MB Memory before query: 1.037 MB Rows returned: 0
SELECT `data`
FROM `wba_session`
WHERE `session_id` = X'3839643961393764323532396633323039613632643238643733396134343263'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 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:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.27 ms After last query: 0.37 ms Query memory: 0.020 MB Memory before query: 1.051 MB Rows returned: 0
SELECT `session_id`
FROM `wba_session`
WHERE `session_id` = X'3839643961393764323532396633323039613632643238643733396134343263'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.42 ms After last query: 0.07 ms Query memory: 0.004 MB Memory before query: 1.056 MB
INSERT INTO `wba_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3839643961393764323532396633323039613632643238643733396134343263', 1, 1763145167, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `wba_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3839643961393764323532396633323039613632643238643733396134343263', 1, 1763145167, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| update | 0.09 ms |
| Waiting for query cache lock | 0.01 ms |
| update | 0.01 ms |
| end | 0.01 ms |
| query end | 0.09 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.85 ms After last query: 0.60 ms Query memory: 0.025 MB Memory before query: 1.088 MB Rows returned: 41
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `wba_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_extensions | NULL | ref | extension | extension | 82 | const | 41 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.33 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.60 ms Query memory: 0.021 MB Memory before query: 1.119 MB Rows returned: 5
SELECT id, rules
FROM `wba_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.131 MB Rows returned: 2
SELECT b.id
FROM wba_usergroups AS a
LEFT JOIN wba_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 5 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.35 ms After last query: 0.14 ms Query memory: 0.030 MB Memory before query: 1.152 MB Rows returned: 109
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM wba_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,2)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_extensions | NULL | ref | extension | extension | 82 | const | 210 | 0.60 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.95 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 3.47 ms Query memory: 0.032 MB Memory before query: 1.569 MB Rows returned: 137
SELECT `config_key`,`config_value`
FROM wba_osmembership_configs
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_osmembership_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 137 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.29 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_osmembership/libraries/mpf/config/config.php:41 |
| 10 | MPFConfig->__construct() | JROOT/components/com_osmembership/helper/helper.php:61 |
| 9 | OSMembershipHelper::getConfig() | JROOT/administrator/components/com_osmembership/loader.php:90 |
| 8 | require_once JROOT/administrator/components/com_osmembership/loader.php | JROOT/plugins/system/membershippro/membershippro.php:55 |
| 7 | plgSystemMembershipPro->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 5.85 ms Query memory: 0.021 MB Memory before query: 1.773 MB Rows returned: 1
SELECT `value`
FROM wba_acym_configuration
WHERE `name` = 'level'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_configuration | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:503 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:461 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT/plugins/system/acymtriggers/acymtriggers.php:446 |
| 8 | plgSystemAcymtriggers->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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 1.778 MB Rows returned: 1
SELECT `value`
FROM wba_acym_configuration
WHERE `name` = 'active_cron'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_configuration | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:503 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:466 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT/plugins/system/acymtriggers/acymtriggers.php:446 |
| 8 | plgSystemAcymtriggers->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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 1.784 MB Rows returned: 1
SELECT `value`
FROM wba_acym_configuration
WHERE `name` = 'cron_next'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_configuration | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:503 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:471 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT/plugins/system/acymtriggers/acymtriggers.php:446 |
| 8 | plgSystemAcymtriggers->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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 1.789 MB Rows returned: 1
SELECT `value`
FROM wba_acym_configuration
WHERE `name` = 'queue_type'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_configuration | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:503 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:472 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT/plugins/system/acymtriggers/acymtriggers.php:446 |
| 8 | plgSystemAcymtriggers->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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 1.795 MB Rows returned: 1
SELECT `value`
FROM wba_acym_configuration
WHERE `name` = 'cron_frequency'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_configuration | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:503 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:477 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT/plugins/system/acymtriggers/acymtriggers.php:446 |
| 8 | plgSystemAcymtriggers->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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 1.800 MB Rows returned: 0
SELECT `value`
FROM wba_acym_configuration
WHERE `name` = 'queue_batch_auto'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:503 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:478 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT/plugins/system/acymtriggers/acymtriggers.php:446 |
| 8 | plgSystemAcymtriggers->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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.85 ms After last query: 0.95 ms Query memory: 0.048 MB Memory before query: 1.852 MB Rows returned: 16
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM wba_menu AS m
LEFT JOIN wba_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 54 | 3.33 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.33 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 8.51 ms Query memory: 0.022 MB Memory before query: 2.694 MB Rows returned: 1
SELECT id, home, template, s.params
FROM wba_template_styles as s
LEFT JOIN wba_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | igalow.s.template,const | 1 | 4.35 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 11 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:266 |
| 10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:216 |
| 9 | PlgSystemHelixultimate->attachWebAsset() | JROOT/plugins/system/helixultimate/helixultimate.php:245 |
| 8 | PlgSystemHelixultimate->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.43 ms Query memory: 0.022 MB Memory before query: 2.710 MB Rows returned: 1
SELECT *
FROM `wba_template_styles`
WHERE `client_id` = 0
AND `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
| 11 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
| 10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:216 |
| 9 | PlgSystemHelixultimate->attachWebAsset() | JROOT/plugins/system/helixultimate/helixultimate.php:245 |
| 8 | PlgSystemHelixultimate->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.67 ms After last query: 0.12 ms Query memory: 0.037 MB Memory before query: 2.714 MB Rows returned: 302
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| checking permissions | 1.16 ms |
| Sending data | 0.11 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.06 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 11 | JDatabaseDriverMysqli->getTableList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:114 |
| 10 | acym_getTableList() | JROOT/administrator/components/com_acym/helpers/global/addon.php:10 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.40 ms Query memory: 0.034 MB Memory before query: 2.726 MB Rows returned: 220
SELECT *
FROM wba_acym_configuration
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_configuration | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 199 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.39 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
| 14 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/configuration.php:15 |
| 13 | AcyMailing\Classes\ConfigurationClass->load() | JROOT/administrator/components/com_acym/helpers/global/global.php:37 |
| 12 | acym_config() | JROOT/administrator/components/com_acym/libraries/object.php:14 |
| 11 | AcyMailing\Libraries\acymObject->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:75 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 2.851 MB Rows returned: 3
SELECT *
FROM wba_acym_plugin
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
| 12 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/class.php:62 |
| 11 | AcyMailing\Libraries\acymClass->getAll() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:76 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.36 ms Query memory: 0.022 MB Memory before query: 2.944 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'acychecker'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 2.965 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'acymailer'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/acymailer/plugin.php:48 |
| 11 | plgAcymAcymailer->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 2.986 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'amazon'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/amazon/plugin.php:13 |
| 11 | plgAcymAmazon->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 3.006 MB Rows returned: 1
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'article'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/article/plugin.php:13 |
| 11 | plgAcymArticle->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.23 ms Query memory: 0.022 MB Memory before query: 3.028 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'birthday'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 3.049 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'brevo'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/brevo/plugin.php:13 |
| 11 | plgAcymBrevo->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 3.069 MB Rows returned: 1
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'createuser'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/createuser/plugin.php:15 |
| 11 | plgAcymcreateuser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 3.076 MB Rows returned: 9
SELECT `groups`.*, `groups`.title AS text, `groups`.id AS `value`
FROM wba_usergroups AS `groups`| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
| 13 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/user.php:42 |
| 12 | acym_getGroups() | JROOT/administrator/components/com_acym/dynamics/createuser/plugin.php:18 |
| 11 | plgAcymcreateuser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 3.103 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'elasticemail'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/elasticemail/plugin.php:12 |
| 11 | plgAcymElasticemail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.18 ms Query memory: 0.022 MB Memory before query: 3.124 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'forward'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 3.145 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'mailgun'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/mailgun/plugin.php:16 |
| 11 | plgAcymMailgun->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 3.165 MB Rows returned: 1
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'module'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/module/plugin.php:13 |
| 11 | plgAcymModule->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.19 ms Query memory: 0.024 MB Memory before query: 3.193 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'online'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/online/plugin.php:13 |
| 11 | plgAcymOnline->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 3.209 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'override'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/override/plugin.php:13 |
| 11 | plgAcymOverride->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 3.224 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'phpmail'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/phpmail/plugin.php:12 |
| 11 | plgAcymPhpmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 3.245 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'postmark'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/postmark/plugin.php:13 |
| 11 | plgAcymPostmark->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 3.261 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'qmail'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/qmail/plugin.php:12 |
| 11 | plgAcymQmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.24 ms Query memory: 0.023 MB Memory before query: 3.281 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'segment'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/segment/plugin.php:13 |
| 11 | plgAcymSegment->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 3.303 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'sendgrid'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendgrid/plugin.php:13 |
| 11 | plgAcymSendgrid->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.22 ms Query memory: 0.023 MB Memory before query: 3.324 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'sendinblue'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:23 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.59 ms Query memory: 0.024 MB Memory before query: 3.469 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'luecredentials'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:36 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 3.479 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'lueintegration'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:39 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 3.490 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'luetransactional'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:40 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 3.500 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'luelist'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:41 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 3.511 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'lueusers'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 16 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 15 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 14 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 13 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/users.php:12 |
| 12 | SendinblueUsers->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:42 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 3.522 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'luesender'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:43 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 3.532 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'luecampaign'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 16 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 15 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 14 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 13 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/campaign.php:12 |
| 12 | SendinblueCampaign->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:44 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 3.543 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'luewebhooks'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:45 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.22 ms Query memory: 0.023 MB Memory before query: 3.565 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'sendmail'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendmail/plugin.php:12 |
| 11 | plgAcymSendmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 3.586 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'smtp'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/smtp/plugin.php:13 |
| 11 | plgAcymSmtp->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.25 ms Query memory: 0.022 MB Memory before query: 3.606 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'statistics'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.42 ms Query memory: 0.023 MB Memory before query: 3.627 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'subscriber'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/subscriber/plugin.php:29 |
| 11 | plgAcymSubscriber->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.49 ms Query memory: 0.023 MB Memory before query: 3.649 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'subscription'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/subscription/plugin.php:25 |
| 11 | plgAcymSubscription->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.27 ms Query memory: 0.023 MB Memory before query: 3.669 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'time'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/time/plugin.php:15 |
| 11 | plgAcymTime->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.38 ms Query memory: 0.023 MB Memory before query: 3.690 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'user'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/user/plugin.php:21 |
| 11 | plgAcymUser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.26 ms Query memory: 0.022 MB Memory before query: 3.711 MB Rows returned: 0
SELECT *
FROM wba_acym_plugin
WHERE folder_name = 'managetext'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_plugin | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:45 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:25 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:85 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:117 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:421 |
| 8 | plgSystemAcymtriggers->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.37 ms Query memory: 0.022 MB Memory before query: 3.731 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `wba_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 0.19 ms Query memory: 0.005 MB Memory before query: 3.722 MB
UPDATE `wba_extensions`
SET `params` = '{\"mediaversion\":\"bcbc1a8b03a6ca8e247880f17af84ab7\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | wba_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.09 ms |
| updating | 0.11 ms |
| end | 0.02 ms |
| query end | 0.31 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.55 ms Query memory: 0.019 MB Memory before query: 3.804 MB Rows returned: 1
SELECT *
FROM wba_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.71 ms After last query: 3.96 ms Query memory: 0.042 MB Memory before query: 3.892 MB Rows returned: 302
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| checking permissions | 1.08 ms |
| Sending data | 0.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.06 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 17 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:77 |
| 16 | G2\L\Joomla\DatabaseAdapter->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:48 |
| 15 | G2\L\Joomla\DatabaseAdapter->getTablesList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:36 |
| 14 | G2\L\Joomla\DatabaseAdapter->__construct() | JROOT/libraries/cegcore2/libs/database_object.php:29 |
| 13 | G2\L\DatabaseObject::getInstance() | JROOT/libraries/cegcore2/libs/database.php:48 |
| 12 | G2\L\Database::getInstance() | JROOT/libraries/cegcore2/libs/model.php:38 |
| 11 | G2\L\Model->__construct() | JROOT/libraries/cegcore2/libs/joomla/app.php:179 |
| 10 | G2\L\Joomla\App::set_user() | JROOT/libraries/cegcore2/libs/joomla/app.php:87 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.92 ms Query memory: 0.023 MB Memory before query: 3.888 MB Rows returned: 9
SELECT `
Group`.`id` AS `
Group.id`, `
Group`.`parent_id` AS `
Group.parent_id`, `
Group`.`lft` AS `
Group.lft`, `
Group`.`rgt` AS `
Group.rgt`, `
Group`.`title` AS `
Group.title`
FROM `wba_usergroups` AS `
Group`
ORDER BY `
Group.parent_id` ASC;
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Group | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using filesort |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:77 |
| 12 | G2\L\Joomla\DatabaseAdapter->loadAssocList() | JROOT/libraries/cegcore2/libs/model.php:991 |
| 11 | G2\L\Model->select() | JROOT/libraries/cegcore2/libs/joomla/app.php:180 |
| 10 | G2\L\Joomla\App::set_user() | JROOT/libraries/cegcore2/libs/joomla/app.php:87 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 7.09 ms Query memory: 0.023 MB Memory before query: 4.065 MB Rows returned: 1
SELECT `Extension`.`id` AS `Extension.id`, `Extension`.`name` AS `Extension.name`, `Extension`.`enabled` AS `Extension.enabled`, `Extension`.`ordering` AS `Extension.ordering`, `Extension`.`settings` AS `Extension.settings`
FROM `wba_chronoengine_extensions` AS `Extension`
WHERE `Extension`.`name` = 'chronoforums';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Extension | NULL | ref | name | name | 767 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:66 |
| 14 | G2\L\Joomla\DatabaseAdapter->loadAssoc() | JROOT/libraries/cegcore2/libs/model.php:988 |
| 13 | G2\L\Model->select() | JROOT/libraries/cegcore2/libs/extension.php:62 |
| 12 | G2\L\Extension->settings() | JROOT/components/com_chronoforums2/chronoforums/app.php:23 |
| 11 | G2\E\Chronoforums\App->_initialize() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:124 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 3.61 ms Query memory: 0.024 MB Memory before query: 4.099 MB Rows returned: 1
SELECT `Acl`.`id` AS `Acl.id`, `Acl`.`aco` AS `Acl.aco`, `Acl`.`title` AS `Acl.title`, `Acl`.`enabled` AS `Acl.enabled`, `Acl`.`rules` AS `Acl.rules`
FROM `wba_chronoengine_acls` AS `Acl`
WHERE `Acl`.`aco` IN ('ext=chronoforums')
AND `Acl`.`enabled` = '1'
ORDER BY `Acl.aco` DESC;
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Acl | NULL | ref | aco | aco | 767 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:77 |
| 15 | G2\L\Joomla\DatabaseAdapter->loadAssocList() | JROOT/libraries/cegcore2/libs/model.php:991 |
| 14 | G2\L\Model->select() | JROOT/libraries/cegcore2/libs/authorize.php:71 |
| 13 | G2\L\Authorize::authorized() | JROOT/libraries/cegcore2/libs/app.php:157 |
| 12 | G2\L\App::access() | JROOT/components/com_chronoforums2/chronoforums/app.php:40 |
| 11 | G2\E\Chronoforums\App->_initialize() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:124 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 2.51 ms Query memory: 0.023 MB Memory before query: 4.215 MB Rows returned: 0
SELECT `Forum`.`id` AS `Forum.id`, `Forum`.`parent_id` AS `Forum.parent_id`, `Forum`.`title` AS `Forum.title`, `Forum`.`description` AS `Forum.description`, `Forum`.`alias` AS `Forum.alias`, `Forum`.`type` AS `Forum.type`, `Forum`.`path` AS `Forum.path`, `Forum`.`published` AS `Forum.published`, `Forum`.`created` AS `Forum.created`, `Forum`.`modified` AS `Forum.modified`, `Forum`.`ordering` AS `Forum.ordering`, `Forum`.`topic_count` AS `Forum.topic_count`, `Forum`.`post_count` AS `Forum.post_count`, `Forum`.`last_post` AS `Forum.last_post`, `Forum`.`params` AS `Forum.params`, `Forum`.`rules` AS `Forum.rules`
FROM `wba_chronoengine_forums2_forums` AS `Forum`
LEFT JOIN `wba_chronoengine_forums2_topics` AS `Topic`
ON `Forum`.`id` = `Topic`.`forum_id`
WHERE `Topic`.`id` = '238';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:66 |
| 14 | G2\L\Joomla\DatabaseAdapter->loadAssoc() | JROOT/libraries/cegcore2/libs/model.php:988 |
| 13 | G2\L\Model->select() | JROOT/components/com_chronoforums2/chronoforums/app.php:174 |
| 12 | G2\E\Chronoforums\App->setForum() | JROOT/components/com_chronoforums2/chronoforums/app.php:91 |
| 11 | G2\E\Chronoforums\App->_initialize() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:124 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 113.71 ms After last query: 3.01 ms Query memory: 0.030 MB Memory before query: 4.316 MB Rows returned: 1
SELECT (`AnsweredPost`.`Answer.post_id`) AS `Topic.answered`, `Topic`.`id` AS `Topic.id`, `Topic`.`forum_id` AS `Topic.forum_id`, `Topic`.`title` AS `Topic.title`, `Topic`.`alias` AS `Topic.alias`, `Topic`.`user_id` AS `Topic.user_id`, `Topic`.`published` AS `Topic.published`, `Topic`.`locked` AS `Topic.locked`, `Topic`.`created` AS `Topic.created`, `Topic`.`modified` AS `Topic.modified`, `Topic`.`hits` AS `Topic.hits`, `Topic`.`unique_id` AS `Topic.unique_id`, `Topic`.`params` AS `Topic.params`, `Topic`.`post_count` AS `Topic.post_count`, `Topic`.`last_post` AS `Topic.last_post`, `TopicAuthor`.`id` AS `TopicAuthor.id`, `TopicAuthor`.`username` AS `TopicAuthor.username`, `TopicAuthor`.`name` AS `TopicAuthor.name`, `TopicAuthorProfile`.`user_id` AS `TopicAuthorProfile.user_id`, `TopicAuthorProfile`.`params` AS `TopicAuthorProfile.params`, `TopicAuthorProfile`.`location` AS `TopicAuthorProfile.location`, `TopicAuthorProfile`.`avatar` AS `TopicAuthorProfile.avatar`, `TopicAuthorProfile`.`about` AS `TopicAuthorProfile.about`, `TopicAuthorProfile`.`signature` AS `TopicAuthorProfile.signature`, `TopicAuthorProfile`.`website` AS `TopicAuthorProfile.website`, `TopicAuthorProfile`.`dob` AS `TopicAuthorProfile.dob`, `TopicAuthorProfile`.`last_visit` AS `TopicAuthorProfile.last_visit`, `TopicAuthorProfile`.`last_activity` AS `TopicAuthorProfile.last_activity`, `TopicAuthorProfile`.`post_count` AS `TopicAuthorProfile.post_count`, `TopicAuthorProfile`.`vote_count` AS `TopicAuthorProfile.vote_count`, `TopicAuthorProfile`.`answer_count` AS `TopicAuthorProfile.answer_count`, `Featured`.`topic_id` AS `Featured.topic_id`, `Featured`.`user_id` AS `Featured.user_id`, `Featured`.`created` AS `Featured.created`, `Favorite`.`topic_id` AS `Favorite.topic_id`, `Favorite`.`user_id` AS `Favorite.user_id`, `Favorite`.`created` AS `Favorite.created`, `TopicSubscriber`.`topic_id` AS `TopicSubscriber.topic_id`, `TopicSubscriber`.`user_id` AS `TopicSubscriber.user_id`, `TopicSubscriber`.`notified` AS `TopicSubscriber.notified`, `TopicSubscriber`.`created` AS `TopicSubscriber.created`, `TopicSubscriber`.`topic_id` AS `TopicSubscriber.topic_id`, `TopicSubscriber`.`user_id` AS `TopicSubscriber.user_id`, `TopicSubscriber`.`notified` AS `TopicSubscriber.notified`, `TopicSubscriber`.`created` AS `TopicSubscriber.created`
FROM `wba_chronoengine_forums2_topics` AS `Topic`
LEFT JOIN (SELECT `Answer`.`post_id` AS `Answer.post_id`, `Post`.`topic_id` AS `Post.topic_id`
FROM `wba_chronoengine_forums2_posts` AS `Post`
LEFT JOIN `wba_chronoengine_forums2_posts_answers` AS `Answer`
ON `Post`.`id` = `Answer`.`post_id`
GROUP BY `Answer.post_id`) AS `AnsweredPost`
ON `AnsweredPost`.`Post.topic_id` = `Topic`.`id`
LEFT JOIN `wba_users` AS `TopicAuthor`
ON `Topic`.`user_id` = `TopicAuthor`.`id`
LEFT JOIN `wba_chronoengine_forums2_topics_featured` AS `Featured`
ON `Topic`.`id` = `Featured`.`topic_id`
LEFT JOIN `wba_chronoengine_forums2_topics_favorites` AS `Favorite`
ON `Favorite`.`topic_id` = `Topic`.`id`
AND `Favorite`.`user_id` = '0'
LEFT JOIN `wba_chronoengine_forums2_topics_subscribers` AS `TopicSubscriber`
ON `TopicSubscriber`.`topic_id` = `Topic`.`id`
AND `TopicSubscriber`.`user_id` = '0'
LEFT JOIN `wba_chronoengine_forums2_users_profiles` AS `TopicAuthorProfile`
ON `TopicAuthor`.`id` = `TopicAuthorProfile`.`user_id`
WHERE `Topic`.`id` = '238';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | Topic | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | const | 10 | 100.00 | NULL |
| 1 | PRIMARY | TopicAuthor | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | PRIMARY | Featured | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | PRIMARY | Favorite | NULL | const | PRIMARY | PRIMARY | 8 | const,const | 1 | 100.00 | NULL |
| 1 | PRIMARY | TopicSubscriber | NULL | const | id_user_type | id_user_type | 8 | const,const | 1 | 100.00 | NULL |
| 1 | PRIMARY | TopicAuthorProfile | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.TopicAuthor.id | 1 | 100.00 | NULL |
| 2 | DERIVED | Post | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 37117 | 100.00 | Using temporary; Using filesort |
| 2 | DERIVED | Answer | NULL | eq_ref | PRIMARY,user_id | PRIMARY | 4 | igalow.Post.id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.28 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.09 ms |
| System lock | 0.03 ms |
| optimizing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| Sending data | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 108.95 ms |
| Creating sort index | 3.55 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| removing tmp table | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.04 ms |
| closing tables | 0.03 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:66 |
| 13 | G2\L\Joomla\DatabaseAdapter->loadAssoc() | JROOT/libraries/cegcore2/libs/model.php:988 |
| 12 | G2\L\Model->select() | JROOT/components/com_chronoforums2/chronoforums/controllers/posts.php:47 |
| 11 | G2\E\Chronoforums\C\Posts->index() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:127 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 1.87 ms Query memory: 0.024 MB Memory before query: 4.345 MB Rows returned: 0
SELECT `Tag`.`id` AS `Tag.id`, `Tag`.`title` AS `Tag.title`, `Tag`.`alias` AS `Tag.alias`, `Tag`.`public` AS `Tag.public`, `Tag`.`published` AS `Tag.published`, `Tag`.`ordering` AS `Tag.ordering`, `Tag`.`description` AS `Tag.description`, `Tag`.`params` AS `Tag.params`, `TopicTag`.`tag_id` AS `TopicTag.tag_id`, `TopicTag`.`topic_id` AS `TopicTag.topic_id`
FROM `wba_chronoengine_forums2_topics_tags` AS `TopicTag`
LEFT JOIN `wba_chronoengine_tags` AS `Tag`
ON `TopicTag`.`tag_id` = `Tag`.`id`
WHERE `TopicTag`.`topic_id` IN ('238');
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | TopicTag | NULL | index | NULL | PRIMARY | 8 | NULL | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | Tag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.TopicTag.tag_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:77 |
| 15 | G2\L\Joomla\DatabaseAdapter->loadAssocList() | JROOT/libraries/cegcore2/libs/model.php:991 |
| 14 | G2\L\Model->select() | JROOT/libraries/cegcore2/libs/model.php:670 |
| 13 | G2\L\Model->_relationsMany() | JROOT/libraries/cegcore2/libs/model.php:998 |
| 12 | G2\L\Model->select() | JROOT/components/com_chronoforums2/chronoforums/controllers/posts.php:47 |
| 11 | G2\E\Chronoforums\C\Posts->index() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:127 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.06 ms After last query: 0.49 ms Query memory: 0.023 MB Memory before query: 4.347 MB Rows returned: 1
SELECT COUNT(`Post`.`id`) AS `Post.count`
FROM `wba_chronoengine_forums2_posts` AS `Post`
WHERE `Post`.`published` = '1'
AND `Post`.`topic_id` = '238';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Post | NULL | ref | topic_id,published | topic_id | 4 | const | 483 | 74.60 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 1.65 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:66 |
| 14 | G2\L\Joomla\DatabaseAdapter->loadAssoc() | JROOT/libraries/cegcore2/libs/model.php:988 |
| 13 | G2\L\Model->select() | JROOT/libraries/cegcore2/admin/controllers/traits/paginate.php:19 |
| 12 | G2\E\Chronoforums\App->Paginate() | JROOT/components/com_chronoforums2/chronoforums/controllers/posts.php:108 |
| 11 | G2\E\Chronoforums\C\Posts->index() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:127 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 12.06 ms After last query: 2.05 ms Query memory: 0.059 MB Memory before query: 4.395 MB Rows returned: 30
SELECT `Post`.`id` AS `Post.id`, `Post`.`topic_id` AS `Post.topic_id`, `Post`.`text` AS `Post.text`, `Post`.`user_id` AS `Post.user_id`, `Post`.`created` AS `Post.created`, `Post`.`modified` AS `Post.modified`, `Post`.`published` AS `Post.published`, `Post`.`remote_address` AS `Post.remote_address`, `Topic`.`id` AS `Topic.id`, `Topic`.`user_id` AS `Topic.user_id`, `Topic`.`forum_id` AS `Topic.forum_id`, `Topic`.`locked` AS `Topic.locked`, `Topic`.`title` AS `Topic.title`, `Author`.`id` AS `Author.id`, `Author`.`name` AS `Author.name`, `Author`.`username` AS `Author.username`, `AuthorProfile`.`user_id` AS `AuthorProfile.user_id`, `AuthorProfile`.`params` AS `AuthorProfile.params`, `AuthorProfile`.`location` AS `AuthorProfile.location`, `AuthorProfile`.`avatar` AS `AuthorProfile.avatar`, `AuthorProfile`.`about` AS `AuthorProfile.about`, `AuthorProfile`.`signature` AS `AuthorProfile.signature`, `AuthorProfile`.`website` AS `AuthorProfile.website`, `AuthorProfile`.`dob` AS `AuthorProfile.dob`, `AuthorProfile`.`last_visit` AS `AuthorProfile.last_visit`, `AuthorProfile`.`last_activity` AS `AuthorProfile.last_activity`, `AuthorProfile`.`post_count` AS `AuthorProfile.post_count`, `AuthorProfile`.`vote_count` AS `AuthorProfile.vote_count`, `AuthorProfile`.`answer_count` AS `AuthorProfile.answer_count`, `Answer`.`post_id` AS `Answer.post_id`, `Answer`.`user_id` AS `Answer.user_id`, `Answer`.`created` AS `Answer.created`, `Vote`.`post_id` AS `Vote.post_id`, `Vote`.`user_id` AS `Vote.user_id`, `Vote`.`vote` AS `Vote.vote`, `Vote`.`created` AS `Vote.created`
FROM `wba_chronoengine_forums2_posts` AS `Post`
LEFT JOIN `wba_users` AS `Author`
ON `Post`.`user_id` = `Author`.`id`
LEFT JOIN `wba_chronoengine_forums2_topics` AS `Topic`
ON `Post`.`topic_id` = `Topic`.`id`
LEFT JOIN `wba_chronoengine_forums2_posts_answers` AS `Answer`
ON `Post`.`id` = `Answer`.`post_id`
LEFT JOIN `wba_chronoengine_forums2_posts_votes` AS `Vote`
ON `Post`.`id` = `Vote`.`post_id`
AND `Vote`.`user_id` = '0'
LEFT JOIN `wba_chronoengine_forums2_users_profiles` AS `AuthorProfile`
ON `Author`.`id` = `AuthorProfile`.`user_id`
WHERE `Post`.`published` = '1'
AND `Post`.`topic_id` = '238'
GROUP BY `Post.id`
ORDER BY `Post.created` ASC
LIMIT 30 OFFSET 30;
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Post | NULL | ref | PRIMARY,topic_id,published | topic_id | 4 | const | 483 | 74.60 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | Author | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.Post.user_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | Topic | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.Post.topic_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | Answer | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | Vote | NULL | ref | post_id,user_id | post_id | 4 | igalow.Post.id | 1 | 100.00 | Using where |
| 1 | SIMPLE | AuthorProfile | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.Author.id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.22 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.06 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 10.15 ms |
| Creating sort index | 0.89 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| removing tmp table | 0.10 ms |
| query end | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 14 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:77 |
| 13 | G2\L\Joomla\DatabaseAdapter->loadAssocList() | JROOT/libraries/cegcore2/libs/model.php:991 |
| 12 | G2\L\Model->select() | JROOT/components/com_chronoforums2/chronoforums/controllers/posts.php:115 |
| 11 | G2\E\Chronoforums\C\Posts->index() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:127 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 42.28 ms Query memory: 0.024 MB Memory before query: 4.513 MB Rows returned: 0
SELECT `Attachment`.`id` AS `Attachment.id`, `Attachment`.`post_id` AS `Attachment.post_id`, `Attachment`.`user_id` AS `Attachment.user_id`, `Attachment`.`filename` AS `Attachment.filename`, `Attachment`.`vfilename` AS `Attachment.vfilename`, `Attachment`.`comment` AS `Attachment.comment`, `Attachment`.`downloads` AS `Attachment.downloads`, `Attachment`.`created` AS `Attachment.created`, `Attachment`.`size` AS `Attachment.size`
FROM `wba_chronoengine_forums2_posts_attachments` AS `Attachment`
WHERE `Attachment`.`post_id` IN ('2506', '2509', '2520', '2522', '2534', '2536', '2550', '2554', '2555', '2560', '2569', '2574', '2575', '2583', '2595', '2598', '2619', '2699', '2701', '2712', '2713', '2729', '2735', '2776', '2794', '2797', '2798', '2803', '2805', '2806');
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Attachment | NULL | ALL | post_id | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:77 |
| 15 | G2\L\Joomla\DatabaseAdapter->loadAssocList() | JROOT/libraries/cegcore2/libs/model.php:991 |
| 14 | G2\L\Model->select() | JROOT/libraries/cegcore2/libs/model.php:670 |
| 13 | G2\L\Model->_relationsMany() | JROOT/libraries/cegcore2/libs/model.php:998 |
| 12 | G2\L\Model->select() | JROOT/components/com_chronoforums2/chronoforums/controllers/posts.php:115 |
| 11 | G2\E\Chronoforums\C\Posts->index() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:127 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.18 ms Query memory: 0.024 MB Memory before query: 4.523 MB Rows returned: 0
SELECT `VoteCounter`.`post_id` AS `VoteCounter.post_id`, SUM(`VoteCounter`.`vote`) AS `Post.VotesCount`
FROM `wba_chronoengine_forums2_posts_votes` AS `VoteCounter`
WHERE `VoteCounter`.`post_id` IN ('2506', '2509', '2520', '2522', '2534', '2536', '2550', '2554', '2555', '2560', '2569', '2574', '2575', '2583', '2595', '2598', '2619', '2699', '2701', '2712', '2713', '2729', '2735', '2776', '2794', '2797', '2798', '2803', '2805', '2806')
GROUP BY `VoteCounter.post_id`;
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | VoteCounter | NULL | index | post_id | post_id | 4 | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.11 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:77 |
| 15 | G2\L\Joomla\DatabaseAdapter->loadAssocList() | JROOT/libraries/cegcore2/libs/model.php:991 |
| 14 | G2\L\Model->select() | JROOT/libraries/cegcore2/libs/model.php:670 |
| 13 | G2\L\Model->_relationsMany() | JROOT/libraries/cegcore2/libs/model.php:998 |
| 12 | G2\L\Model->select() | JROOT/components/com_chronoforums2/chronoforums/controllers/posts.php:115 |
| 11 | G2\E\Chronoforums\C\Posts->index() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:127 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.40 ms Query memory: 0.024 MB Memory before query: 4.532 MB Rows returned: 0
SELECT `Report`.`id` AS `Report.id`, `Report`.`post_id` AS `Report.post_id`, `Report`.`user_id` AS `Report.user_id`, `Report`.`reason` AS `Report.reason`, `Report`.`created` AS `Report.created`, `ReportAuthor`.`id` AS `ReportAuthor.id`, `ReportAuthor`.`username` AS `ReportAuthor.username`, `ReportAuthor`.`name` AS `ReportAuthor.name`
FROM `wba_chronoengine_forums2_posts_reports` AS `Report`
LEFT JOIN `wba_users` AS `ReportAuthor`
ON `Report`.`user_id` = `ReportAuthor`.`id`
WHERE `Report`.`post_id` IN ('2506', '2509', '2520', '2522', '2534', '2536', '2550', '2554', '2555', '2560', '2569', '2574', '2575', '2583', '2595', '2598', '2619', '2699', '2701', '2712', '2713', '2729', '2735', '2776', '2794', '2797', '2798', '2803', '2805', '2806');
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Report | NULL | ALL | post_id | NO INDEX KEY COULD BE USED | NULL | NULL | 17 | 100.00 | Using where |
| 1 | SIMPLE | ReportAuthor | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.Report.user_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:77 |
| 15 | G2\L\Joomla\DatabaseAdapter->loadAssocList() | JROOT/libraries/cegcore2/libs/model.php:991 |
| 14 | G2\L\Model->select() | JROOT/libraries/cegcore2/libs/model.php:670 |
| 13 | G2\L\Model->_relationsMany() | JROOT/libraries/cegcore2/libs/model.php:998 |
| 12 | G2\L\Model->select() | JROOT/components/com_chronoforums2/chronoforums/controllers/posts.php:115 |
| 11 | G2\E\Chronoforums\C\Posts->index() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:127 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.16 ms Query memory: 0.007 MB Memory before query: 4.527 MB
UPDATE `wba_chronoengine_forums2_topics` AS `Topic`
SET `hits` = `hits`+ 1
WHERE `id` = '238';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | Topic | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.03 ms |
| updating | 0.08 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/libraries/cegcore2/libs/joomla/database_adapter.php:127 |
| 14 | G2\L\Joomla\DatabaseAdapter->execute_query() | JROOT/libraries/cegcore2/libs/model.php:1316 |
| 13 | G2\L\Model->update() | JROOT/libraries/cegcore2/libs/model.php:1195 |
| 12 | G2\L\Model->increment() | JROOT/components/com_chronoforums2/chronoforums/controllers/posts.php:127 |
| 11 | G2\E\Chronoforums\C\Posts->index() | JROOT/libraries/cegcore2/libs/app.php:322 |
| 10 | G2\L\App->processAction() | JROOT/libraries/cegcore2/libs/joomla/app.php:127 |
| 9 | G2\L\Joomla\App->dispatch() | JROOT/libraries/cegcore2/libs/app.php:110 |
| 8 | G2\L\App::call() | JROOT/libraries/cegcore2/libs/app_loader.php:64 |
| 7 | G2\L\AppLoader->__construct() | JROOT/components/com_chronoforums2/chronoforums2.php:7 |
| 6 | require_once JROOT/components/com_chronoforums2/chronoforums2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.17 ms After last query: 85.53 ms Query memory: 0.023 MB Memory before query: 4.787 MB Rows returned: 5
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM wba_modules AS m
LEFT JOIN wba_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN wba_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-14 18:32:47')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-14 18:32:47')
AND m.access IN (1,1,2)
AND m.client_id = 0
AND (mm.menuid = 190 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds | published | 1 | const | 20 | 2.50 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | igalow.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | igalow.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.09 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.12 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.38 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 11 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 9 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 8 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/protostar/index.php:91 |
| 7 | require JROOT/templates/protostar/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.59 ms After last query: 1.15 ms Query memory: 0.058 MB Memory before query: 4.914 MB Rows returned: 376
SELECT `config_key`,`config_value`
FROM wba_eb_configs
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_eb_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 376 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 1.18 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_eventbooking/libraries/rad/config/config.php:41 |
| 13 | RADConfig->__construct() | JROOT/components/com_eventbooking/helper/helper.php:685 |
| 12 | EventbookingHelper::getConfig() | JROOT/administrator/components/com_eventbooking/libraries/rad/bootstrap.php:95 |
| 11 | require_once JROOT/administrator/components/com_eventbooking/libraries/rad/bootstrap.php | JROOT/modules/mod_eb_events/mod_eb_events.php:17 |
| 10 | include JROOT/modules/mod_eb_events/mod_eb_events.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 1.47 ms Query memory: 0.023 MB Memory before query: 5.053 MB Rows returned: 1
SELECT *
FROM wba_eb_themes
WHERE published = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_eb_themes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_eventbooking/helper/helper.php:824 |
| 12 | EventbookingHelper::getDefaultTheme() | JROOT/components/com_eventbooking/helper/helper.php:952 |
| 11 | EventbookingHelper::loadComponentCssForModules() | JROOT/modules/mod_eb_events/mod_eb_events.php:49 |
| 10 | include JROOT/modules/mod_eb_events/mod_eb_events.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.70 ms After last query: 0.50 ms Query memory: 0.046 MB Memory before query: 5.073 MB Rows returned: 135
SHOW FULL COLUMNS
FROM `wba_eb_events`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `wba_eb_events`
| Status | Duration |
|---|
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.12 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| Sending data | 0.46 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.06 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/list.php:82 |
| 15 | RADModelList->__construct() | JROOT/components/com_eventbooking/model/list.php:125 |
| 14 | EventbookingModelList->__construct() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/model.php:121 |
| 13 | RADModel::getInstance() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/model.php:136 |
| 12 | RADModel::getTempInstance() | JROOT/modules/mod_eb_events/helper.php:38 |
| 11 | modEBEventsHelper::getData() | JROOT/modules/mod_eb_events/mod_eb_events.php:63 |
| 10 | include JROOT/modules/mod_eb_events/mod_eb_events.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.80 ms Query memory: 0.023 MB Memory before query: 5.103 MB Rows returned: 1
SELECT COUNT(*)
FROM wba_eb_events AS tbl
WHERE (DATE(tbl.event_date) >= '2025-11-14' OR DATE(tbl.cut_off_date) >= '2025-11-14')
AND tbl.published IN(1, 2)
AND tbl.hidden = 0
AND tbl.access IN (1,1,2)
AND tbl.created_by =994
AND (tbl.publish_up = '0000-00-00 00:00:00' OR tbl.publish_up <= '2025-11-14 12:32:47')
AND (tbl.publish_down = '0000-00-00 00:00:00' OR tbl.publish_down >= '2025-11-14 12:32:47')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tbl | NULL | ALL | idx_access,idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 29 | 3.45 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.19 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/list.php:205 |
| 13 | RADModelList->getTotal() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/list.php:167 |
| 12 | RADModelList->getData() | JROOT/modules/mod_eb_events/helper.php:79 |
| 11 | modEBEventsHelper::getData() | JROOT/modules/mod_eb_events/mod_eb_events.php:63 |
| 10 | include JROOT/modules/mod_eb_events/mod_eb_events.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.79 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 5.107 MB Rows returned: 0
SELECT tbl.id,tbl.main_category_id,tbl.location_id,tbl.title,tbl.event_type,tbl.event_date,tbl.event_end_date,tbl.short_description,tbl.description,tbl.access,tbl.registration_access,tbl.individual_price,tbl.price_text,tbl.event_capacity,tbl.waiting_list_capacity,tbl.created_by,tbl.created_date,tbl.cut_off_date,tbl.registration_type,tbl.min_group_number,tbl.discount_type,tbl.discount,tbl.early_bird_discount_type,tbl.early_bird_discount_date,tbl.early_bird_discount_amount,tbl.enable_cancel_registration,tbl.cancel_before_date,tbl.params,tbl.published,tbl.custom_fields,tbl.discount_groups,tbl.discount_amounts,tbl.registration_start_date,tbl.registration_handle_url,tbl.fixed_group_price,tbl.attachment,tbl.late_fee_type,tbl.late_fee_date,tbl.late_fee_amount,tbl.event_password,tbl.currency_code,tbl.currency_symbol,tbl.thumb,tbl.image,tbl.language,tbl.alias,tbl.featured,tbl.has_multiple_ticket_types,tbl.activate_waiting_list,tbl.collect_member_information,tbl.prevent_duplicate_registration,DATEDIFF(tbl.early_bird_discount_date, '2025-11-14 12:32:47') AS date_diff,DATEDIFF(tbl.event_date, '2025-11-14 12:32:47') AS number_event_dates,TIMESTAMPDIFF(MINUTE, tbl.late_fee_date, '2025-11-14 12:32:47') AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, tbl.event_date, '2025-11-14 12:32:47') AS event_start_minutes,TIMESTAMPDIFF(SECOND, tbl.registration_start_date, '2025-11-14 12:32:47') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, tbl.cut_off_date, '2025-11-14 12:32:47') AS cut_off_minutes,`c`.`name` AS `location_name`,`c`.`alias` AS `location_alias`,c.address AS location_address, c.lat, c.long,IFNULL(SUM(b.number_registrants), 0) AS total_registrants
FROM wba_eb_events AS tbl
LEFT JOIN wba_eb_registrants AS b
ON (tbl.id = b.event_id
AND b.group_id=0
AND (b.published = 1 OR (b.published = 0
AND b.payment_method LIKE "os_offline%")))
LEFT JOIN wba_eb_locations AS c
ON tbl.location_id = c.id
WHERE (DATE(tbl.event_date) >= '2025-11-14' OR DATE(tbl.cut_off_date) >= '2025-11-14')
AND tbl.published IN(1, 2)
AND tbl.hidden = 0
AND tbl.access IN (1,1,2)
AND tbl.created_by =994
AND (tbl.publish_up = '0000-00-00 00:00:00' OR tbl.publish_up <= '2025-11-14 12:32:47')
AND (tbl.publish_down = '0000-00-00 00:00:00' OR tbl.publish_down >= '2025-11-14 12:32:47')
GROUP BY tbl.id
ORDER BY tbl.featured DESC,tbl.event_date ASC
LIMIT 7
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tbl | NULL | index | PRIMARY,idx_category_id,idx_location_id,idx_parent_id,idx_access,idx_published,idx_event_date,idx_event_end_date,idx_alias | PRIMARY | 4 | NULL | 29 | 3.45 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | b | NULL | ref | idx_event_id,idx_published | idx_event_id | 5 | igalow.tbl.id | 34 | 100.00 | Using where |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.tbl.location_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.30 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.13 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.13 ms |
| preparing | 0.05 ms |
| Creating tmp table | 0.09 ms |
| Sorting for group | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.60 ms |
| Creating sort index | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.04 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/list.php:181 |
| 12 | RADModelList->getData() | JROOT/modules/mod_eb_events/helper.php:79 |
| 11 | modEBEventsHelper::getData() | JROOT/modules/mod_eb_events/mod_eb_events.php:63 |
| 10 | include JROOT/modules/mod_eb_events/mod_eb_events.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.43 ms After last query: 2.62 ms Query memory: 0.026 MB Memory before query: 5.166 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM wba_fields AS a
LEFT JOIN `wba_languages` AS l
ON l.lang_code = a.language
LEFT JOIN wba_users AS uc
ON uc.id=a.checked_out
LEFT JOIN wba_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN wba_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN wba_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,2)
AND (a.group_id = 0 OR g.access IN (1,1,2))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 75.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | igalow.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.25 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.09 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.21 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.07 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.25 ms |
| Creating sort index | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.06 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.77 ms Query memory: 0.022 MB Memory before query: 5.183 MB Rows returned: 0
SELECT *
FROM wba_banners
WHERE '2025-11-14 18:32:47' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| init | 0.06 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| executing | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
| 11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 0.30 ms Query memory: 0.024 MB Memory before query: 5.200 MB Rows returned: 4
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM wba_banners as a
LEFT JOIN wba_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-14 18:32:47')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-14 18:32:47')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
ORDER BY a.sticky DESC,a.ordering
LIMIT 6
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | idx_state | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 20.00 | Using where; Using filesort |
| 1 | SIMPLE | cl | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.a.cid | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.17 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
| 12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
| 11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.93 ms After last query: 0.14 ms Query memory: 0.006 MB Memory before query: 5.217 MB
UPDATE wba_banners
SET impmade = (impmade + 1)
WHERE id IN (2,3,4,6)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | wba_banners | NULL | index | PRIMARY | PRIMARY | 4 | NULL | 5 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.05 ms |
| updating | 0.18 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.01 ms |
| query end | 0.38 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
| 12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.05 ms Query memory: 0.006 MB Memory before query: 5.223 MB
UPDATE wba_banner_tracks
SET `count` = (`count` + 1)
WHERE track_type=1
AND banner_id=2
AND track_date='2025-11-14 18:00:00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | wba_banner_tracks | NULL | range | PRIMARY,idx_track_date,idx_track_type,idx_banner_id | PRIMARY | 13 | const,const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.13 ms |
| updating | 0.06 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.01 ms |
| query end | 0.12 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:306 |
| 12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 3.23 ms Query memory: 0.023 MB Memory before query: 5.350 MB Rows returned: 1
SELECT *
FROM `wba_template_styles`
WHERE `client_id` = 0
AND `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.05 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
| 14 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
| 13 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:390 |
| 12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.26 ms Query memory: 0.024 MB Memory before query: 5.360 MB Rows returned: 1
SELECT *
FROM `wba_template_styles`
WHERE `client_id` = 0
AND `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
| 15 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
| 14 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:119 |
| 13 | HelixUltimate\Framework\Core\HelixUltimate->__construct() | JROOT/plugins/system/helixultimate/helixultimate.php:402 |
| 12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 5.370 MB Rows returned: 1
SELECT *
FROM `wba_template_styles`
WHERE `client_id` = 0
AND `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
| 16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
| 15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1975 |
| 14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
| 13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:425 |
| 12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 5.378 MB Rows returned: 1
SELECT *
FROM `wba_template_styles`
WHERE `client_id` = 0
AND `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
| 16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
| 15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1975 |
| 14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
| 13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:426 |
| 12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 5.386 MB Rows returned: 1
SELECT *
FROM `wba_template_styles`
WHERE `client_id` = 0
AND `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
| 16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
| 15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1975 |
| 14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
| 13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:427 |
| 12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.22 ms Query memory: 0.025 MB Memory before query: 5.394 MB Rows returned: 4
SELECT *
FROM wba_acym_list
WHERE type = 'standard'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_list | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
| 15 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/list.php:479 |
| 14 | AcyMailing\Classes\ListClass->getAllForSelect() | JROOT/administrator/components/com_acym/classes/form.php:24 |
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT/plugins/system/acymtriggers/acymtriggers.php:172 |
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 5.405 MB Rows returned: 3
SELECT *
FROM wba_acym_field
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_field | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
| 15 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/class.php:62 |
| 14 | AcyMailing\Libraries\acymClass->getAll() | JROOT/administrator/components/com_acym/classes/form.php:27 |
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT/plugins/system/acymtriggers/acymtriggers.php:172 |
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 5.426 MB Rows returned: 0
SELECT *
FROM wba_acym_form
WHERE active = 1
AND type != 'shortcode'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_form | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:30 |
| 14 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/form.php:449 |
| 13 | AcyMailing\Classes\FormClass->getAllFormsToDisplay() | JROOT/plugins/system/acymtriggers/acymtriggers.php:173 |
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 1.03 ms Query memory: 0.021 MB Memory before query: 5.542 MB Rows returned: 1
SELECT *
FROM `wba_template_styles`
WHERE `client_id` = 0
AND `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
| 9 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
| 8 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:563 |
| 7 | PlgSystemHelixultimate->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.17 ms After last query: 0.09 ms Query memory: 0.020 MB Memory before query: 5.544 MB Rows returned: 1
SELECT `value`
FROM wba_acym_configuration
WHERE `name` LIKE "%regacy" OR `name` LIKE "%\_sub"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_acym_configuration | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 199 | 20.99 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.76 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/acymtriggers/acymtriggers.php:212 |
| 8 | plgSystemAcymtriggers->applyRegacy() | JROOT/plugins/system/acymtriggers/acymtriggers.php:205 |
| 7 | plgSystemAcymtriggers->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.31 ms After last query: 0.13 ms Query memory: 0.037 MB Memory before query: 5.551 MB Rows returned: 302
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| checking permissions | 1.58 ms |
| Sending data | 0.21 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.09 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 11 | JDatabaseDriverMysqli->getTableList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:114 |
| 10 | acym_getTableList() | JROOT/administrator/components/com_acym/helpers/global/addon.php:10 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:255 |
| 8 | plgSystemAcymtriggers->applyRegacy() | JROOT/plugins/system/acymtriggers/acymtriggers.php:205 |
| 7 | plgSystemAcymtriggers->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
35 × SELECT *
FROM wba_acym_plugin
7 × SELECT *
FROM `wba_template_styles`
7 × SELECT `value`
FROM wba_acym_configuration
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `wba_extensions`
1 × SELECT *
FROM wba_eb_themes
1 × SELECT `Attachment`.`id` AS `Attachment.id`, `Attachment`.`post_id` AS `Attachment.post_id`, `Attachment`.`user_id` AS `Attachment.user_id`, `Attachment`.`filename` AS `Attachment.filename`, `Attachment`.`vfilename` AS `Attachment.vfilename`, `Attachment`.`comment` AS `Attachment.comment`, `Attachment`.`downloads` AS `Attachment.downloads`, `Attachment`.`created` AS `Attachment.created`, `Attachment`.`size` AS `Attachment.size`
FROM `wba_chronoengine_forums2_posts_attachments` AS `Attachment`
1 × SELECT `VoteCounter`.`post_id` AS `VoteCounter.post_id`, SUM(`VoteCounter`.`vote`) AS `Post.VotesCount`
FROM `wba_chronoengine_forums2_posts_votes` AS `VoteCounter`
1 × SELECT `Report`.`id` AS `Report.id`, `Report`.`post_id` AS `Report.post_id`, `Report`.`user_id` AS `Report.user_id`, `Report`.`reason` AS `Report.reason`, `Report`.`created` AS `Report.created`, `ReportAuthor`.`id` AS `ReportAuthor.id`, `ReportAuthor`.`username` AS `ReportAuthor.username`, `ReportAuthor`.`name` AS `ReportAuthor.name`
FROM `wba_chronoengine_forums2_posts_reports` AS `Report`
LEFT JOIN `wba_users` AS `ReportAuthor`
ON `Report`.`user_id` = `ReportAuthor`.`id`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM wba_modules AS m
LEFT JOIN wba_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN wba_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `config_key`,`config_value`
FROM wba_eb_config
1 × SELECT `data`
FROM `wba_session`
1 × SELECT COUNT(*)
FROM wba_eb_events AS tbl
1 × SELECT COUNT(`Post`.`id`) AS `Post.count`
FROM `wba_chronoengine_forums2_posts` AS `Post`
1 × SELECT tbl.id,tbl.main_category_id,tbl.location_id,tbl.title,tbl.event_type,tbl.event_date,tbl.event_end_date,tbl.short_description,tbl.description,tbl.access,tbl.registration_access,tbl.individual_price,tbl.price_text,tbl.event_capacity,tbl.waiting_list_capacity,tbl.created_by,tbl.created_date,tbl.cut_off_date,tbl.registration_type,tbl.min_group_number,tbl.discount_type,tbl.discount,tbl.early_bird_discount_type,tbl.early_bird_discount_date,tbl.early_bird_discount_amount,tbl.enable_cancel_registration,tbl.cancel_before_date,tbl.params,tbl.published,tbl.custom_fields,tbl.discount_groups,tbl.discount_amounts,tbl.registration_start_date,tbl.registration_handle_url,tbl.fixed_group_price,tbl.attachment,tbl.late_fee_type,tbl.late_fee_date,tbl.late_fee_amount,tbl.event_password,tbl.currency_code,tbl.currency_symbol,tbl.thumb,tbl.image,tbl.language,tbl.alias,tbl.featured,tbl.has_multiple_ticket_types,tbl.activate_waiting_list,tbl.collect_member_information,tbl.prevent_duplicate_registration,DATEDIFF(tbl.early_bird_discount_date, '2025-11-14 12:32:47') AS date_diff,DATEDIFF(tbl.event_date, '2025-11-14 12:32:47') AS number_event_dates,TIMESTAMPDIFF(MINUTE, tbl.late_fee_date, '2025-11-14 12:32:47') AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, tbl.event_date, '2025-11-14 12:32:47') AS event_start_minutes,TIMESTAMPDIFF(SECOND, tbl.registration_start_date, '2025-11-14 12:32:47') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, tbl.cut_off_date, '2025-11-14 12:32:47') AS cut_off_minutes,`c`.`name` AS `location_name`,`c`.`alias` AS `location_alias`,c.address AS location_address, c.lat, c.long,IFNULL(SUM(b.number_registrants), 0) AS total_registrants
FROM wba_eb_events AS tbl
LEFT JOIN wba_eb_registrants AS b
ON (tbl.id = b.event_id
AND b.group_id=0
AND (b.published = 1 OR (b.published = 0
AND b.payment_method LIKE "os_offline%")))
LEFT JOIN wba_eb_locations AS c
ON tbl.location_id = c.id
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM wba_fields AS a
LEFT JOIN `wba_languages` AS l
ON l.lang_code = a.language
LEFT JOIN wba_users AS uc
ON uc.id=a.checked_out
LEFT JOIN wba_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN wba_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN wba_fields_groups AS g
ON g.id = a.group_id
1 × SELECT *
FROM wba_banners
1 × SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM wba_banners as a
LEFT JOIN wba_banner_clients AS cl
ON cl.id = a.cid
1 × SELECT *
FROM wba_acym_list
1 × SELECT *
FROM wba_acym_fiel
1 × SELECT `Post`.`id` AS `Post.id`, `Post`.`topic_id` AS `Post.topic_id`, `Post`.`text` AS `Post.text`, `Post`.`user_id` AS `Post.user_id`, `Post`.`created` AS `Post.created`, `Post`.`modified` AS `Post.modified`, `Post`.`published` AS `Post.published`, `Post`.`remote_address` AS `Post.remote_address`, `Topic`.`id` AS `Topic.id`, `Topic`.`user_id` AS `Topic.user_id`, `Topic`.`forum_id` AS `Topic.forum_id`, `Topic`.`locked` AS `Topic.locked`, `Topic`.`title` AS `Topic.title`, `Author`.`id` AS `Author.id`, `Author`.`name` AS `Author.name`, `Author`.`username` AS `Author.username`, `AuthorProfile`.`user_id` AS `AuthorProfile.user_id`, `AuthorProfile`.`params` AS `AuthorProfile.params`, `AuthorProfile`.`location` AS `AuthorProfile.location`, `AuthorProfile`.`avatar` AS `AuthorProfile.avatar`, `AuthorProfile`.`about` AS `AuthorProfile.about`, `AuthorProfile`.`signature` AS `AuthorProfile.signature`, `AuthorProfile`.`website` AS `AuthorProfile.website`, `AuthorProfile`.`dob` AS `AuthorProfile.dob`, `AuthorProfile`.`last_visit` AS `AuthorProfile.last_visit`, `AuthorProfile`.`last_activity` AS `AuthorProfile.last_activity`, `AuthorProfile`.`post_count` AS `AuthorProfile.post_count`, `AuthorProfile`.`vote_count` AS `AuthorProfile.vote_count`, `AuthorProfile`.`answer_count` AS `AuthorProfile.answer_count`, `Answer`.`post_id` AS `Answer.post_id`, `Answer`.`user_id` AS `Answer.user_id`, `Answer`.`created` AS `Answer.created`, `Vote`.`post_id` AS `Vote.post_id`, `Vote`.`user_id` AS `Vote.user_id`, `Vote`.`vote` AS `Vote.vote`, `Vote`.`created` AS `Vote.created`
FROM `wba_chronoengine_forums2_posts` AS `Post`
LEFT JOIN `wba_users` AS `Author`
ON `Post`.`user_id` = `Author`.`id`
LEFT JOIN `wba_chronoengine_forums2_topics` AS `Topic`
ON `Post`.`topic_id` = `Topic`.`id`
LEFT JOIN `wba_chronoengine_forums2_posts_answers` AS `Answer`
ON `Post`.`id` = `Answer`.`post_id`
LEFT JOIN `wba_chronoengine_forums2_posts_votes` AS `Vote`
ON `Post`.`id` = `Vote`.`post_id`
AND `Vote`.`user_id` = '0'
LEFT JOIN `wba_chronoengine_forums2_users_profiles` AS `AuthorProfile`
ON `Author`.`id` = `AuthorProfile`.`user_id`
1 × SELECT `Forum`.`id` AS `Forum.id`, `Forum`.`parent_id` AS `Forum.parent_id`, `Forum`.`title` AS `Forum.title`, `Forum`.`description` AS `Forum.description`, `Forum`.`alias` AS `Forum.alias`, `Forum`.`type` AS `Forum.type`, `Forum`.`path` AS `Forum.path`, `Forum`.`published` AS `Forum.published`, `Forum`.`created` AS `Forum.created`, `Forum`.`modified` AS `Forum.modified`, `Forum`.`ordering` AS `Forum.ordering`, `Forum`.`topic_count` AS `Forum.topic_count`, `Forum`.`post_count` AS `Forum.post_count`, `Forum`.`last_post` AS `Forum.last_post`, `Forum`.`params` AS `Forum.params`, `Forum`.`rules` AS `Forum.rules`
FROM `wba_chronoengine_forums2_forums` AS `Forum`
LEFT JOIN `wba_chronoengine_forums2_topics` AS `Topic`
ON `Forum`.`id` = `Topic`.`forum_id`
1 × SELECT `Tag`.`id` AS `Tag.id`, `Tag`.`title` AS `Tag.title`, `Tag`.`alias` AS `Tag.alias`, `Tag`.`public` AS `Tag.public`, `Tag`.`published` AS `Tag.published`, `Tag`.`ordering` AS `Tag.ordering`, `Tag`.`description` AS `Tag.description`, `Tag`.`params` AS `Tag.params`, `TopicTag`.`tag_id` AS `TopicTag.tag_id`, `TopicTag`.`topic_id` AS `TopicTag.topic_id`
FROM `wba_chronoengine_forums2_topics_tags` AS `TopicTag`
LEFT JOIN `wba_chronoengine_tags` AS `Tag`
ON `TopicTag`.`tag_id` = `Tag`.`id`
1 × SELECT *
FROM wba_acym_configuratio
1 × SELECT id, rules
FROM `wba_viewlevels
1 × SELECT b.id
FROM wba_usergroups AS a
LEFT JOIN wba_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM wba_extensions
1 × SELECT `config_key`,`config_value`
FROM wba_osmembership_config
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM wba_menu AS m
LEFT JOIN wba_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id, home, template, s.params
FROM wba_template_styles as s
LEFT JOIN wba_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM wba_acym_plugi
1 × SELECT (`AnsweredPost`.`Answer.post_id`) AS `Topic.answered`, `Topic`.`id` AS `Topic.id`, `Topic`.`forum_id` AS `Topic.forum_id`, `Topic`.`title` AS `Topic.title`, `Topic`.`alias` AS `Topic.alias`, `Topic`.`user_id` AS `Topic.user_id`, `Topic`.`published` AS `Topic.published`, `Topic`.`locked` AS `Topic.locked`, `Topic`.`created` AS `Topic.created`, `Topic`.`modified` AS `Topic.modified`, `Topic`.`hits` AS `Topic.hits`, `Topic`.`unique_id` AS `Topic.unique_id`, `Topic`.`params` AS `Topic.params`, `Topic`.`post_count` AS `Topic.post_count`, `Topic`.`last_post` AS `Topic.last_post`, `TopicAuthor`.`id` AS `TopicAuthor.id`, `TopicAuthor`.`username` AS `TopicAuthor.username`, `TopicAuthor`.`name` AS `TopicAuthor.name`, `TopicAuthorProfile`.`user_id` AS `TopicAuthorProfile.user_id`, `TopicAuthorProfile`.`params` AS `TopicAuthorProfile.params`, `TopicAuthorProfile`.`location` AS `TopicAuthorProfile.location`, `TopicAuthorProfile`.`avatar` AS `TopicAuthorProfile.avatar`, `TopicAuthorProfile`.`about` AS `TopicAuthorProfile.about`, `TopicAuthorProfile`.`signature` AS `TopicAuthorProfile.signature`, `TopicAuthorProfile`.`website` AS `TopicAuthorProfile.website`, `TopicAuthorProfile`.`dob` AS `TopicAuthorProfile.dob`, `TopicAuthorProfile`.`last_visit` AS `TopicAuthorProfile.last_visit`, `TopicAuthorProfile`.`last_activity` AS `TopicAuthorProfile.last_activity`, `TopicAuthorProfile`.`post_count` AS `TopicAuthorProfile.post_count`, `TopicAuthorProfile`.`vote_count` AS `TopicAuthorProfile.vote_count`, `TopicAuthorProfile`.`answer_count` AS `TopicAuthorProfile.answer_count`, `Featured`.`topic_id` AS `Featured.topic_id`, `Featured`.`user_id` AS `Featured.user_id`, `Featured`.`created` AS `Featured.created`, `Favorite`.`topic_id` AS `Favorite.topic_id`, `Favorite`.`user_id` AS `Favorite.user_id`, `Favorite`.`created` AS `Favorite.created`, `TopicSubscriber`.`topic_id` AS `TopicSubscriber.topic_id`, `TopicSubscriber`.`user_id` AS `TopicSubscriber.user_id`, `TopicSubscriber`.`notified` AS `TopicSubscriber.notified`, `TopicSubscriber`.`created` AS `TopicSubscriber.created`, `TopicSubscriber`.`topic_id` AS `TopicSubscriber.topic_id`, `TopicSubscriber`.`user_id` AS `TopicSubscriber.user_id`, `TopicSubscriber`.`notified` AS `TopicSubscriber.notified`, `TopicSubscriber`.`created` AS `TopicSubscriber.created`
FROM `wba_chronoengine_forums2_topics` AS `Topic`
LEFT JOIN (SELECT `Answer`.`post_id` AS `Answer.post_id`, `Post`.`topic_id` AS `Post.topic_id`
FROM `wba_chronoengine_forums2_posts` AS `Post`
LEFT JOIN `wba_chronoengine_forums2_posts_answers` AS `Answer`
ON `Post`.`id` = `Answer`.`post_id`
GROUP BY `Answer.post_id`) AS `AnsweredPost`
ON `AnsweredPost`.`Post.topic_id` = `Topic`.`id`
LEFT JOIN `wba_users` AS `TopicAuthor`
ON `Topic`.`user_id` = `TopicAuthor`.`id`
LEFT JOIN `wba_chronoengine_forums2_topics_featured` AS `Featured`
ON `Topic`.`id` = `Featured`.`topic_id`
LEFT JOIN `wba_chronoengine_forums2_topics_favorites` AS `Favorite`
ON `Favorite`.`topic_id` = `Topic`.`id`
AND `Favorite`.`user_id` = '0'
LEFT JOIN `wba_chronoengine_forums2_topics_subscribers` AS `TopicSubscriber`
ON `TopicSubscriber`.`topic_id` = `Topic`.`id`
AND `TopicSubscriber`.`user_id` = '0'
LEFT JOIN `wba_chronoengine_forums2_users_profiles` AS `TopicAuthorProfile`
ON `TopicAuthor`.`id` = `TopicAuthorProfile`.`user_id`
1 × SELECT `groups`.*, `groups`.title AS text, `groups`.id AS `value`
FROM wba_usergroups AS `groups
1 × SELECT *
FROM wba_languages
1 × SELECT `
Group`.`id` AS `
Group.id`, `
Group`.`parent_id` AS `
Group.parent_id`, `
Group`.`lft` AS `
Group.lft`, `
Group`.`rgt` AS `
Group.rgt`, `
Group`.`title` AS `
Group.title`
FROM `wba_usergroups` AS `
Group`
1 × SELECT `Extension`.`id` AS `Extension.id`, `Extension`.`name` AS `Extension.name`, `Extension`.`enabled` AS `Extension.enabled`, `Extension`.`ordering` AS `Extension.ordering`, `Extension`.`settings` AS `Extension.settings`
FROM `wba_chronoengine_extensions` AS `Extension`
1 × SELECT `Acl`.`id` AS `Acl.id`, `Acl`.`aco` AS `Acl.aco`, `Acl`.`title` AS `Acl.title`, `Acl`.`enabled` AS `Acl.enabled`, `Acl`.`rules` AS `Acl.rules`
FROM `wba_chronoengine_acls` AS `Acl`
1 × SELECT `session_id`
FROM `wba_session`
1 × SELECT *
FROM wba_acym_form
7. Узнайте, #file_links<>C:\Users\Admin\Desktop\file\gsa+ru+Phoenix30k415URLBB.txt",1,N] {есть|имеется|присутствует} ли мобильные {приложения|программки|по} для {мобилках|айфонах|смартфонах|android и ios|любых гаджетах}. Это сравнительный обзор {самых|наиболее{распространенных|популярных|востребованных|прославленных|знаменитых|именитых} {популярных|уважаемых} {ресурсов|площадок}. Популярное украинское {казино|рулетку или карты} на гривны.
Fenerbahce'nin dostluk mac? Zenit oldugunda, saat kac /kac say? <a href=https://tomnassal.com/2016/02/24/recent-trends-in-storytelling/>https://tomnassal.com/2016/02/24/recent-trends-in-storytelling/</a>? Fenerbahce Kayserispor Deka, ulusal sampiyonan?n ikinci ayag?nda Slavia Prag ve Gaziantep ile kars?lasacak.
детальнее о ритуале домашнего ухода и тонкостях очищения кожи читайте в <a href=https://pg29.store/2023/12/17/16-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0-%d0%bf%d0%be%d0%bb%d1%8f-%d0%bf%d0%be-%d0%bf%d0%b5%d1%80%d0%b5%d0%bc%d0%b5%d1%89%d0%b5%d0%bd%d0%b8%d1%8e-%d0%b7%d0%b0%d1%80%d1%8f%d0%b4%d0%b0-%d1%80%d0%b0/>https://pg29.store/2023/12/17/16-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0-%d0%bf%d0%be%d0%bb%d1%8f-%d0%bf%d0%be-%d0%bf%d0%b5%d1%80%d0%b5%d0%bc%d0%b5%d1%89%d0%b5%d0%bd%d0%b8%d1%8e-%d0%b7%d0%b0%d1%80%d1%8f%d0%b4%d0%b0-%d1%80%d0%b0/</a> одноименной статье.
in addition with help this process search also comes across torrents with the largest number of uploaders. since the moment launch of the resource, the <a href=https://matickw.weebly.com/blog/slack-download-iphone>https://matickw.weebly.com/blog/slack-download-iphone</a> program has gained mass subscribers and popularity in the world, because it has a simple to use interface.
as the latter funds on linux or mac, by <a href=https://wayshs.weebly.com/blog/python-download-mac>https://wayshs.weebly.com/blog/python-download-mac</a>, you have the option to disable the smapi console window, in order to improve this.
после этого изготавливается обогащенная плазма: из крови удаляются ненужные элементы, <a href=http://www.emmeproduzionimusicali.it/cropped-favicon-png/>http://www.emmeproduzionimusicali.it/cropped-favicon-png/</a> а в окончании концентрируют ее до степени содержания тромбоцитов в 5-6 раз выше естественного для пациента уровня.
Горячие криптокошельки - это цифровые кошельки, которые работают в интернете. как только криптовалюта конвертирована в фиат, <a href=https://www.05447.com.ua/list/484935>https://www.05447.com.ua/list/484935</a> вам есть смысл выбрать эту валюту для внедрения.
you can try an audio or video call, for example, disable notifications, block the user or inform about whom in <a href=https://askite.weebly.com/blog/-apk>https://askite.weebly.com/blog/-apk</a>, and also delete the chat.
Клиент должен за это время успеть отправить средства по выданным ему реквизитам и уведомить систему о своем действии путем нажатия кнопки «Я оплатил» <a href=https://www.nctravelcusco.com/blog/machupicchu-pacotes-o-caminho-inca-para-machupicchu>https://www.nctravelcusco.com/blog/machupicchu-pacotes-o-caminho-inca-para-machupicchu</a> или подобной ей.
Оставьте номер телефона, мы перезвоним в оптимальное время, <a href=https://www.hashtap.com/@ceramtrade/%D1%83%D1%85%D0%BE%D0%B4-%D0%B7%D0%B0-%D0%BA%D0%B5%D1%80%D0%B0%D0%BC%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%BE%D0%B9-%D0%BF%D0%BB%D0%B8%D1%82%D0%BA%D0%BE%D0%B9-%D0%BA%D0%B0%D0%BA-%D0%BF%D0%BE%D0%B4%D0%B4%D0%B5%D1%80%D0%B6%D0%B8%D0%B2%D0%B0%D1%82%D1%8C-%D1%87%D0%B8%D1%81%D1%82%D0%BE%D1%82%D1%83-WNgL20kJQewd>https://www.hashtap.com/@ceramtrade/%D1%83%D1%85%D0%BE%D0%B4-%D0%B7%D0%B0-%D0%BA%D0%B5%D1%80%D0%B0%D0%BC%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%BE%D0%B9-%D0%BF%D0%BB%D0%B8%D1%82%D0%BA%D0%BE%D0%B9-%D0%BA%D0%B0%D0%BA-%D0%BF%D0%BE%D0%B4%D0%B4%D0%B5%D1%80%D0%B6%D0%B8%D0%B2%D0%B0%D1%82%D1%8C-%D1%87%D0%B8%D1%81%D1%82%D0%BE%D1%82%D1%83-WNgL20kJQewd</a> либо напишите наподобие заказы на нашем сервисе (остается в нижнем углу страницы).
Подобное обучение педагогов реализуется на базе государственной лицензии, <a href=http://icfoodseasoning.com/bbs/board.php?bo_table=free&wr_id=35551>http://icfoodseasoning.com/bbs/board.php?bo_table=free&wr_id=35551</a> полученной не так давно. мы работаем с промышленными и частными лицами с 15-го года.
if you play in poker in some other place, <a href=https://play-ripper-casino-in-new-zealand.com>ripper casino nz</a>
лицензия, выписанная заведению под юрисдикцией Кюрасао, <a href=https://casinos-like-bitstarz.com>casinos-like-bitstarz.com</a> обеспечивает гарантии в области сделок и конфиденциальности.
proxous Advanced Solutions Limited (proxous) is the seller of the main permits for software products under the brand realtime games (RTG) (including all kinds of games and participates in the production and sublicensing similar lotteries for <a href=https://play-ripper-casino-in-australia.com>ripper casino</a>
The Italian casino casino di campione, located not far from Lugano, remains most reputable casino in European states. <a href=https://casinos-like-roobet.com>roobet alternatives</a>
The amount of any winnings depends on the coefficient of the result when <a href=https://xmatriz.es/dont-fall-for-this-promo-codes-betwinner-br-scam/>https://xmatriz.es/dont-fall-for-this-promo-codes-betwinner-br-scam/</a>, which is set by the bookmaker company and is valid on the day of the bet.
Es identico tener en acceso contador digital, CRIPTOMONEDA <a href=https://infomonitora.it/2022/10/21/infomonitora-da-il-benvenuto-alla-fondazione-festival-pucciniano-2/>https://infomonitora.it/2022/10/21/infomonitora-da-il-benvenuto-alla-fondazione-festival-pucciniano-2/</a>. sin embargo en esteroides. olvida sobre para esperar algunos dias hasta que dinero se transfiera a su cuenta corriente.
1. Esports: This category covers virtual sports disciplines offered by bookmaker office, using the <a href=http://www.stefanotodini.it/2018/03/01/ciao-mondo/>http://www.stefanotodini.it/2018/03/01/ciao-mondo/</a> code, such as cyber football or cyberbasketball.