Query Time: 0.31 ms Query memory: 0.023 MB Memory before query: 1.037 MB Rows returned: 0
SELECT `data`
FROM `wba_session`
WHERE `session_id` = X'3430336461643163333637623134323939323834373338336639646638393133'
| 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | 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'3430336461643163333637623134323939323834373338336639646638393133'
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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | 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.63 ms After last query: 0.08 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'3430336461643163333637623134323939323834373338336639646638393133', 1, 1765134013, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `wba_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3430336461643163333637623134323939323834373338336639646638393133', 1, 1765134013, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | 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.64 ms After last query: 0.63 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | 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.30 ms After last query: 0.64 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.09 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.08 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.26 ms After last query: 0.16 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.08 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.05 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.87 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 |
|---|
| 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.60 ms After last query: 3.72 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.07 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.28 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: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.33 ms After last query: 6.23 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.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 |
| 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.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: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.27 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.01 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.27 ms After last query: 0.04 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.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 |
| 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.26 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.79 ms After last query: 0.99 ms Query memory: 0.048 MB Memory before query: 1.841 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.11 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.01 ms |
| statistics | 0.07 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.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php: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.59 ms After last query: 8.94 ms Query memory: 0.022 MB Memory before query: 2.684 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.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.03 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.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.33 ms After last query: 0.52 ms Query memory: 0.022 MB Memory before query: 2.698 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.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.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.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/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.33 ms After last query: 0.13 ms Query memory: 0.037 MB Memory before query: 2.700 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.04 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 | 0.85 ms |
| Sending data | 0.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.01 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.69 ms After last query: 0.47 ms Query memory: 0.035 MB Memory before query: 2.715 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.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.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.29 ms After last query: 0.18 ms Query memory: 0.022 MB Memory before query: 2.840 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.05 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.45 ms Query memory: 0.022 MB Memory before query: 2.933 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.07 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.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.954 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.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 |
|---|
| 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.29 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 2.975 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.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/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.30 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 2.995 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.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.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/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.29 ms After last query: 0.24 ms Query memory: 0.022 MB Memory before query: 3.018 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.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 |
|---|
| 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.29 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 3.038 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.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/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.29 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 3.059 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.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/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.30 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 3.065 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.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_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.30 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 3.093 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.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/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.29 ms After last query: 0.17 ms Query memory: 0.022 MB Memory before query: 3.113 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.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 |
|---|
| 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.14 ms Query memory: 0.023 MB Memory before query: 3.134 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.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.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 |
|---|
| 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.29 ms After last query: 0.17 ms Query memory: 0.023 MB Memory before query: 3.155 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.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/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.30 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 3.175 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.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.02 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/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.29 ms After last query: 0.17 ms Query memory: 0.023 MB Memory before query: 3.190 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.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/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.29 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 3.212 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.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/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.29 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 3.234 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.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/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.29 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 3.250 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.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/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.29 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 3.270 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.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/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.29 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 3.292 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.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/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.29 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 3.313 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.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/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.29 ms After last query: 0.39 ms Query memory: 0.024 MB Memory before query: 3.458 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.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 |
|---|
| 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.29 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 3.469 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.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 |
|---|
| 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.29 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 3.479 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.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 |
|---|
| 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.30 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 3.490 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.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.07 ms |
| cleaning up | 0.01 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.29 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 3.500 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.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 |
|---|
| 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.28 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 3.511 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.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 |
|---|
| 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.30 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 3.521 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.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 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 |
|---|
| 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.29 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 3.532 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.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 |
|---|
| 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.29 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 3.554 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.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/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.29 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 3.575 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.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/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.28 ms After last query: 0.17 ms Query memory: 0.022 MB Memory before query: 3.595 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.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 |
|---|
| 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.29 ms After last query: 0.31 ms Query memory: 0.023 MB Memory before query: 3.616 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.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/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.30 ms After last query: 0.34 ms Query memory: 0.023 MB Memory before query: 3.638 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.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/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.29 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 3.658 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.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/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.30 ms After last query: 0.27 ms Query memory: 0.023 MB Memory before query: 3.679 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.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.02 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/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.29 ms After last query: 0.19 ms Query memory: 0.022 MB Memory before query: 3.700 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.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 |
|---|
| 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.43 ms After last query: 0.31 ms Query memory: 0.022 MB Memory before query: 3.720 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.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.10 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.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php: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.74 ms After last query: 0.14 ms Query memory: 0.005 MB Memory before query: 3.711 MB
UPDATE `wba_extensions`
SET `params` = '{\"mediaversion\":\"556680003976b8e749995a9c8dba241e\"}'
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.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.06 ms |
| updating | 0.08 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.01 ms |
| query end | 0.33 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 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.49 ms After last query: 0.39 ms Query memory: 0.019 MB Memory before query: 3.793 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.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 |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.08 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 |
|---|
| 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.86 ms After last query: 3.25 ms Query memory: 0.042 MB Memory before query: 3.881 MB Rows returned: 302
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
| Status | Duration |
|---|
| starting | 0.09 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.01 ms |
| checking permissions | 1.20 ms |
| Sending data | 0.21 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 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: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.49 ms After last query: 0.65 ms Query memory: 0.023 MB Memory before query: 3.878 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.11 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.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.09 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 |
|---|
| 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.53 ms After last query: 4.48 ms Query memory: 0.023 MB Memory before query: 4.054 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.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.08 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 |
|---|
| 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.48 ms After last query: 2.17 ms Query memory: 0.024 MB Memory before query: 4.089 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.11 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.05 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: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.52 ms After last query: 1.66 ms Query memory: 0.023 MB Memory before query: 4.204 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.13 ms |
| checking permissions | 0.01 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.09 ms |
| executing | 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: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: 123.50 ms After last query: 1.98 ms Query memory: 0.025 MB Memory before query: 4.296 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 | 38044 | 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.30 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.11 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.03 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| executing | 0.02 ms |
| Sending data | 0.05 ms |
| executing | 0.01 ms |
| Sending data | 119.44 ms |
| Creating sort index | 0.20 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| removing tmp table | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 2.61 ms |
| closing tables | 0.04 ms |
| freeing items | 0.14 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.49 ms After last query: 1.82 ms Query memory: 0.024 MB Memory before query: 4.319 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.03 ms |
| init | 0.04 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.03 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 |
|---|
| 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.02 ms After last query: 0.51 ms Query memory: 0.028 MB Memory before query: 4.331 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 | 502 | 72.40 | 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.07 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 1.68 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: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.02 ms After last query: 1.98 ms Query memory: 0.059 MB Memory before query: 4.384 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 90;
| 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 | 502 | 72.40 | 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.19 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.05 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 9.71 ms |
| Creating sort index | 1.41 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| removing tmp table | 0.08 ms |
| query end | 0.01 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.68 ms After last query: 42.29 ms Query memory: 0.024 MB Memory before query: 4.503 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 ('3110', '3119', '3148', '3159', '3170', '3229', '3235', '3237', '3245', '3246', '3284', '3285', '3288', '3323', '3330', '3407', '3417', '3443', '3466', '3471', '3472', '3475', '3495', '3503', '3504', '3512', '3530', '3533', '3537', '3552');
| 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.21 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.13 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.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/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.54 ms After last query: 0.17 ms Query memory: 0.024 MB Memory before query: 4.512 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 ('3110', '3119', '3148', '3159', '3170', '3229', '3235', '3237', '3245', '3246', '3284', '3285', '3288', '3323', '3330', '3407', '3417', '3443', '3466', '3471', '3472', '3475', '3495', '3503', '3504', '3512', '3530', '3533', '3537', '3552')
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.01 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.49 ms After last query: 0.39 ms Query memory: 0.024 MB Memory before query: 4.521 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 ('3110', '3119', '3148', '3159', '3170', '3229', '3235', '3237', '3245', '3246', '3284', '3285', '3288', '3323', '3330', '3407', '3417', '3443', '3466', '3471', '3472', '3475', '3495', '3503', '3504', '3512', '3530', '3533', '3537', '3552');
| 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.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.35 ms After last query: 0.16 ms Query memory: 0.007 MB Memory before query: 4.517 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.07 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 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: 0.90 ms After last query: 84.90 ms Query memory: 0.023 MB Memory before query: 4.777 MB Rows returned: 6
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-12-07 19:00:14')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-07 19:00:14')
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 | 13 | 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.16 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.26 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() | 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: 0.93 ms After last query: 1.11 ms Query memory: 0.058 MB Memory before query: 4.906 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.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.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.66 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: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.33 ms After last query: 1.37 ms Query memory: 0.023 MB Memory before query: 5.045 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.06 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.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: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: 2.18 ms After last query: 0.45 ms Query memory: 0.046 MB Memory before query: 5.065 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.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.09 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.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| Sending data | 0.28 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.04 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/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.64 ms After last query: 0.69 ms Query memory: 0.023 MB Memory before query: 5.095 MB Rows returned: 1
SELECT COUNT(*)
FROM wba_eb_events AS tbl
WHERE (DATE(tbl.event_date) >= '2025-12-07' OR DATE(tbl.cut_off_date) >= '2025-12-07')
AND tbl.published IN(1, 2)
AND tbl.hidden = 0
AND tbl.access IN (1,1,2)
AND tbl.id IN (SELECT event_id
FROM wba_eb_event_categories
WHERE category_id IN (1))
AND tbl.featured = 1
AND tbl.created_by =1371
AND (tbl.publish_up = '0000-00-00 00:00:00' OR tbl.publish_up <= '2025-12-07 13:00:14')
AND (tbl.publish_down = '0000-00-00 00:00:00' OR tbl.publish_down >= '2025-12-07 13:00:14')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tbl | NULL | ALL | PRIMARY,idx_access,idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 30 | 3.33 | Using where |
| 1 | SIMPLE | wba_eb_event_categories | NULL | ref | idx_event_id,idx_category_id | idx_event_id | 5 | igalow.tbl.id | 1 | 36.67 | Using index condition; Using where; FirstMatch(tbl) |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.15 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 |
|---|
| 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.45 ms After last query: 0.06 ms Query memory: 0.039 MB Memory before query: 5.100 MB Rows returned: 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-12-07 13:00:14') AS date_diff,DATEDIFF(tbl.event_date, '2025-12-07 13:00:14') AS number_event_dates,TIMESTAMPDIFF(MINUTE, tbl.late_fee_date, '2025-12-07 13:00:14') AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, tbl.event_date, '2025-12-07 13:00:14') AS event_start_minutes,TIMESTAMPDIFF(SECOND, tbl.registration_start_date, '2025-12-07 13:00:14') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, tbl.cut_off_date, '2025-12-07 13:00:14') 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-12-07' OR DATE(tbl.cut_off_date) >= '2025-12-07')
AND tbl.published IN(1, 2)
AND tbl.hidden = 0
AND tbl.access IN (1,1,2)
AND tbl.id IN (SELECT event_id
FROM wba_eb_event_categories
WHERE category_id IN (1))
AND tbl.featured = 1
AND tbl.created_by =1371
AND (tbl.publish_up = '0000-00-00 00:00:00' OR tbl.publish_up <= '2025-12-07 13:00:14')
AND (tbl.publish_down = '0000-00-00 00:00:00' OR tbl.publish_down >= '2025-12-07 13:00:14')
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 | wba_eb_event_categories | NULL | ref | idx_event_id,idx_category_id | idx_category_id | 5 | const | 11 | 100.00 | Using where; Using temporary; Using filesort; Start temporary |
| 1 | SIMPLE | tbl | NULL | eq_ref | 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 | igalow.wba_eb_event_categories.event_id | 1 | 5.00 | Using where; End temporary |
| 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.22 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.11 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.12 ms |
| preparing | 0.05 ms |
| Creating tmp table | 0.07 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.43 ms |
| Creating sort index | 0.11 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 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 |
|---|
| 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: 0.28 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 5.117 MB Rows returned: 0
SELECT *
FROM wba_eb_taxes
WHERE published = 1
LIMIT 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_eb_taxes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | 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 |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/registration.php:5164 |
| 15 | EventbookingHelperRegistration::getUniqueTaxRate() | JROOT/components/com_eventbooking/helper/registration.php:5199 |
| 14 | EventbookingHelperRegistration::calculateEventTaxRate() | JROOT/components/com_eventbooking/model/list.php:207 |
| 13 | EventbookingModelList->beforeReturnData() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/list.php:183 |
| 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: 0.26 ms After last query: 0.23 ms Query memory: 0.024 MB Memory before query: 5.132 MB Rows returned: 0
SELECT *
FROM wba_eb_locations
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_eb_locations | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 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 |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/data.php:576 |
| 15 | EventbookingHelperData::preProcessEventData() | JROOT/components/com_eventbooking/helper/helper.php:665 |
| 14 | EventbookingHelper::callOverridableHelperMethod() | JROOT/components/com_eventbooking/model/list.php:210 |
| 13 | EventbookingModelList->beforeReturnData() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/list.php:183 |
| 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: 0.38 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 5.142 MB Rows returned: 1
SELECT a.*, b.event_id
FROM wba_eb_categories AS a
INNER JOIN wba_eb_event_categories AS b
ON a.id = b.category_id
WHERE b.event_id IN (39)
ORDER BY b.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | idx_event_id,idx_category_id | idx_event_id | 5 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.b.category_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 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.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 |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/data.php:603 |
| 15 | EventbookingHelperData::preProcessEventData() | JROOT/components/com_eventbooking/helper/helper.php:665 |
| 14 | EventbookingHelper::callOverridableHelperMethod() | JROOT/components/com_eventbooking/model/list.php:210 |
| 13 | EventbookingModelList->beforeReturnData() | JROOT/administrator/components/com_eventbooking/libraries/rad/model/list.php:183 |
| 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: 0.28 ms After last query: 0.78 ms Query memory: 0.023 MB Memory before query: 5.164 MB Rows returned: 5
SELECT id, parent, alias
FROM wba_eb_categories
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_eb_categories | 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.01 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.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 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/components/com_eventbooking/helper/route.php:623 |
| 14 | EventbookingHelperRoute::buildCategories() | JROOT/components/com_eventbooking/helper/route.php:585 |
| 13 | EventbookingHelperRoute::getCategoryIdsTree() | JROOT/components/com_eventbooking/helper/route.php:186 |
| 12 | EventbookingHelperRoute::getCategoryRoute() | JROOT/modules/mod_eb_events/helper.php:92 |
| 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.31 ms After last query: 0.65 ms Query memory: 0.026 MB Memory before query: 5.189 MB Rows returned: 1
SELECT `alias` AS `alias`
FROM wba_eb_events
WHERE id = 39
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_eb_events | NULL | const | PRIMARY | 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.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 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.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 20 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/helper/route.php:264 |
| 19 | EventbookingHelperRoute::getEventAlias() | JROOT/components/com_eventbooking/router.php:140 |
| 18 | EventbookingRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_eb_events/tmpl/improved.php:66 |
| 11 | require JROOT/modules/mod_eb_events/tmpl/improved.php | JROOT/modules/mod_eb_events/mod_eb_events.php:65 |
| 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.32 ms After last query: 0.86 ms Query memory: 0.025 MB Memory before query: 5.265 MB Rows returned: 1
SELECT id
FROM wba_eb_urls
WHERE md5_key = 'c1c4835a86117f5ba9846c2098a76978'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_eb_urls | NULL | ref | idx_md5_key | idx_md5_key | 99 | const | 1 | 100.00 | Using index |
| 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.04 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 |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/router.php:467 |
| 18 | EventbookingRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_eb_events/tmpl/improved.php:66 |
| 11 | require JROOT/modules/mod_eb_events/tmpl/improved.php | JROOT/modules/mod_eb_events/mod_eb_events.php:65 |
| 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.83 ms After last query: 1.23 ms Query memory: 0.029 MB Memory before query: 5.345 MB Rows returned: 41
SELECT `id`,`name`,`rules`,`parent_id`
FROM `wba_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acychecker','com_acym','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_chronoforums2','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_eventbooking','com_fields','com_finder','com_installer','com_j2xml','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osmembership','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wba_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 130 | 32.31 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.12 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.15 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.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 20 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 19 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 18 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 17 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 16 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/articles.php:442 |
| 15 | ContentModelArticles->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 12 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 11 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 10 | include JROOT/modules/mod_articles_latest/mod_articles_latest.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.00 ms After last query: 0.39 ms Query memory: 0.043 MB Memory before query: 5.411 MB Rows returned: 5
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM wba_content AS a
LEFT JOIN wba_categories AS c
ON c.id = a.catid
LEFT JOIN wba_users AS ua
ON ua.id = a.created_by
LEFT JOIN wba_users AS uam
ON uam.id = a.modified_by
LEFT JOIN wba_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,2)
AND c.access IN (1,1,2)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-07 19:00:14')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-07 19:00:14')
ORDER BY a.created DESC
LIMIT 5
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 15 | 16.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | igalow.a.catid | 1 | 10.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | igalow.c.parent_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.18 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.03 ms |
| init | 0.08 ms |
| System lock | 0.01 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.03 ms |
| Creating sort index | 0.31 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: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_content/models/articles.php:576 |
| 12 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 11 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 10 | include JROOT/modules/mod_articles_latest/mod_articles_latest.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.61 ms After last query: 0.69 ms Query memory: 0.028 MB Memory before query: 5.461 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `wba_categories` AS `s`
INNER JOIN `wba_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,2)
AND c.published = 1
AND s.id = 12
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | 53.25 | Using where |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.08 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 |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 21 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_latest/helper.php:135 |
| 11 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 10 | include JROOT/modules/mod_articles_latest/mod_articles_latest.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.56 ms After last query: 0.38 ms Query memory: 0.028 MB Memory before query: 5.488 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `wba_categories` AS `s`
INNER JOIN `wba_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,2)
AND c.published = 1
AND s.id = 2
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 2 | 69.23 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 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.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 21 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_latest/helper.php:135 |
| 11 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 10 | include JROOT/modules/mod_articles_latest/mod_articles_latest.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.98 ms After last query: 1.81 ms Query memory: 0.026 MB Memory before query: 5.492 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.15 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.03 ms |
| init | 0.06 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.20 ms |
| Creating sort index | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.05 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 |
|---|
| 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:111 |
| 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.31 ms After last query: 0.70 ms Query memory: 0.022 MB Memory before query: 5.516 MB Rows returned: 0
SELECT *
FROM wba_banners
WHERE '2025-12-07 19:00:14' >= '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.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| executing | 0.02 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 |
|---|
| 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.50 ms After last query: 0.29 ms Query memory: 0.024 MB Memory before query: 5.532 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-12-07 19:00:14')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-07 19:00:14')
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.10 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.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.10 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/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.70 ms After last query: 0.11 ms Query memory: 0.006 MB Memory before query: 5.549 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.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.03 ms |
| updating | 0.11 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.01 ms |
| query end | 0.33 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 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.55 ms After last query: 0.05 ms Query memory: 0.006 MB Memory before query: 5.556 MB
UPDATE wba_banner_tracks
SET `count` = (`count` + 1)
WHERE track_type=1
AND banner_id=2
AND track_date='2025-12-07 19: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.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.08 ms |
| updating | 0.04 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.01 ms |
| query end | 0.20 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 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.43 ms After last query: 2.97 ms Query memory: 0.023 MB Memory before query: 5.616 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.11 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.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.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/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.29 ms After last query: 0.23 ms Query memory: 0.024 MB Memory before query: 5.625 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.01 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.30 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 5.635 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.01 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.28 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 5.643 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.01 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.29 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 5.651 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.01 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.34 ms After last query: 0.21 ms Query memory: 0.025 MB Memory before query: 5.659 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.06 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.02 ms |
| preparing | 0.01 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.01 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.30 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 5.670 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.05 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.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 |
|---|
| 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.29 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 5.691 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.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.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: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.31 ms After last query: 0.98 ms Query memory: 0.021 MB Memory before query: 5.879 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.02 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: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: 0.67 ms After last query: 0.08 ms Query memory: 0.020 MB Memory before query: 5.881 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.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.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 |
|---|
| 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: 1.25 ms After last query: 0.11 ms Query memory: 0.037 MB Memory before query: 5.888 MB Rows returned: 302
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
| Status | Duration |
|---|
| starting | 0.05 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 | 0.84 ms |
| Sending data | 0.11 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 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: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 |
Query Time: 1.68 ms After last query: 0.86 ms Query memory: 0.004 MB Memory before query: 5.991 MB
DELETE
FROM `wba_session`
WHERE `time` < 1765133114
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | DELETE | wba_session | NULL | range | time | time | 4 | const | 52 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.05 ms |
| updating | 1.17 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.01 ms |
| query end | 0.23 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/session/storage/database.php:156 |
| 7 | JSessionStorageDatabase->gc() | JROOT/libraries/src/Session/Session.php:837 |
| 6 | Joomla\CMS\Session\Session->gc() | JROOT/plugins/system/sessiongc/sessiongc.php:60 |
| 5 | PlgSystemSessionGc->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
35 × SELECT *
FROM wba_acym_plugin
7 × SELECT *
FROM `wba_template_styles`
5 × SELECT `value`
FROM wba_acym_configuration
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `wba_extensions`
2 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `wba_categories` AS `s`
INNER JOIN `wba_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
1 × SELECT `data`
FROM `wba_session`
1 × SELECT id, parent, alias
FROM wba_eb_categorie
1 × SELECT `config_key`,`config_value`
FROM wba_eb_config
1 × SELECT *
FROM wba_eb_themes
1 × SELECT COUNT(*)
FROM wba_eb_events AS tbl
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-12-07 13:00:14') AS date_diff,DATEDIFF(tbl.event_date, '2025-12-07 13:00:14') AS number_event_dates,TIMESTAMPDIFF(MINUTE, tbl.late_fee_date, '2025-12-07 13:00:14') AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, tbl.event_date, '2025-12-07 13:00:14') AS event_start_minutes,TIMESTAMPDIFF(SECOND, tbl.registration_start_date, '2025-12-07 13:00:14') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, tbl.cut_off_date, '2025-12-07 13:00:14') 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 *
FROM wba_eb_taxes
1 × SELECT *
FROM wba_eb_location
1 × SELECT a.*, b.event_id
FROM wba_eb_categories AS a
INNER JOIN wba_eb_event_categories AS b
ON a.id = b.category_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `wba_assets`
1 × SELECT `alias` AS `alias`
FROM wba_eb_events
1 × SELECT id
FROM wba_eb_urls
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 a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM wba_content AS a
LEFT JOIN wba_categories AS c
ON c.id = a.catid
LEFT JOIN wba_users AS ua
ON ua.id = a.created_by
LEFT JOIN wba_users AS uam
ON uam.id = a.modified_by
LEFT JOIN wba_categories as parent
ON parent.id = c.parent_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 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 `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 `VoteCounter`.`post_id` AS `VoteCounter.post_id`, SUM(`VoteCounter`.`vote`) AS `Post.VotesCount`
FROM `wba_chronoengine_forums2_posts_votes` AS `VoteCounter`
1 × SELECT `groups`.*, `groups`.title AS text, `groups`.id AS `value`
FROM wba_usergroups AS `groups
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_configuratio
1 × SELECT *
FROM wba_acym_plugi
1 × SELECT *
FROM wba_languages
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 `
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 `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 (`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 `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 COUNT(`Post`.`id`) AS `Post.count`
FROM `wba_chronoengine_forums2_posts` AS `Post`
1 × SELECT `session_id`
FROM `wba_session`
1 × SELECT *
FROM wba_acym_form
3?? какие новые интернет казино работают в <a href=https://www.tobeop.com/top-no-deposit-incentive-online-taka-bet-casinos-in-the-2024/>taka bet</a> Украине? Кроме игры на слотах, у людей также будем возможность поиграть в букмекерской компании.
Подключайтесь к нашему интимный чат интернет и восхищайтесь горячими разговорам секс видеочати и эротическими <a href=https://hr.zazacams.com/>https://hr.zazacams.com/</a> видео чат секс.
Skill 4: Knowledge of some languages programming or, at least, basic scripting skills can help in <a href=https://www.bassfishin.com/forums/index.php?threads/sandbox-browser-games.1141822/>https://www.bassfishin.com/forums/index.php?threads/sandbox-browser-games.1141822/</a>.
Tambien podras works and leads the association, tanto de manera, a local resident, remote from apartment, in castle, <a href=https://hotel-wiki.win/index.php?title=Office_activador>https://hotel-wiki.win/index.php?title=Office_activador</a> and organizer of meetings with buddies and colleagues in the office.
Office 365 features are available among wide layers of users, including word, excel, powerpoint, onenote, software for partnership with OneDrive, outlook, office hogar, <a href=https://wiki-stock.win/index.php?title=Office-activator>https://wiki-stock.win/index.php?title=Office-activator</a> publisher.
«по оценке банков и предприятий, уже в ближайшие месяцы можно ожидать общего замедления роста корпоративного портфеля кредитного, уменьшения его вклада в рост совокупного спроса с страшным лагом, <a href=https://sportbusters.ru>1хбет зеркало</a> а у нас очень важные лаги.
??? ????? ?????? ???? ?? {???????|??? ?????|????????|????????|???????} {???? ??????? ???????? ?????? #file_links<>C:\Users\Admin\Desktop\file\gsa+ar+seomaster100k200k300k400k21224URLBB.txt",1,N]. ??? ????? ?? ????? {???????|???????} ? {??????|??????} ? ??? ?????? ?? ????????? {?????|?????} ?? {???|???|??????|??????} {????????|????|??????|??? ????} ????? {?????|????? ????????} ?????? ????? {?????|?????|?????} {????|????} {????????|?????} – ???? {?????|??? ?????|???????}.
«в детской для высоких лимитов предпочитают сражаться в big o. Туда идут играть самые жирные <a href=http://caseadvocatesllp.com/2020/04/case-advocates-llp/>http://caseadvocatesllp.com/2020/04/case-advocates-llp/</a> фиши! Казино расположено в неблагополучном районе: недалеко от одного из входов стоят палатки с бездомными.
с какой ТЕХНИКОЙ СТАЛКИВАЕМСЯ <a href=https://repair-one.ru/Remont-poco-tyumen>Ремонт телефонов Poco в Тюмени</a> чаще всего? мы в курсе, что ЗНАЧАТ для любого заказчика ВОПРОСЫ “в какую сумму вам обойдется” а, если СДЕЛАЕТЕ?
все три должны быть старше 21 года, включая амбассадоров и анонсирующих моделей. достаточно молодое, но вполне очень успешное <a href=https://www.panevinomilano.com/img_4581-2/>https://www.panevinomilano.com/img_4581-2/</a> в Украины, начавшее свою работу в 2021 году и в данное время пользующееся большой спросом у пользователей.
Киберспорт и киберспорт. многие сайтов анонсирует широкий арсенал валют: от классических (usd, <a href=https://luxeesti.ee/hello-world/>https://luxeesti.ee/hello-world/</a> eur) до местных (kzt для Казахстана).
<a href=https://www.law.com/nationallawjournal/2024/08/28/any-nft-is-a-security-what-an-sec-wells-notice-sent-to-opensea-could-mean-for-attorneys/>Digital art marketplace</a> of the crypto market with use technologies blockchain for confirming the integrity of data, in open Internet that does not require trust.
Использует технологию gps и мобильные гаджеты для <a href=https://7milefoods.com/5-great-snacks-that-pair-well-with-beer/>https://7milefoods.com/5-great-snacks-that-pair-well-with-beer/</a> бесперебойного обслуживания. Воспользуйтесь функцией «Купить снова» для скорого и вместительного повторного приобретения.
мы работаем покупки максимально простыми и удобными, <a href=https://tapsatpheast.com/2015/01/18/hello-world-2/>https://tapsatpheast.com/2015/01/18/hello-world-2/</a> чтобы дропшипперы могли сосредоточиться на имеющемся успехе.
So, by link "<a href=https://devicobreakfastbar.notion.site/How-to-transform-AI-trends-into-business-opportunities-Dennis-Mortensen-Ep-55-14596de404cc8054a9a4cc201b0948ad>https://devicobreakfastbar.notion.site/How-to-transform-AI-trends-into-business-opportunities-Dennis-Mortensen-Ep-55-14596de404cc8054a9a4cc201b0948ad</a>" we will in detail consider what means digital transformation and what advantages document provides for development of companies in this new era.
Конструктор собирается вручную, <a href=https://solar.biz.ua/invertory-ibp/solnechnye-invertory/manufacturer/axioma-energy>https://solar.biz.ua/invertory-ibp/solnechnye-invertory/manufacturer/axioma-energy</a> самостоятельно. Будем благодарны вам за сообщение об ошибках - это позволит сделать наш прейскурант еще точнее!
слишком легко, потому как в каждом районе - своя Яндекс.Лавка, <a href=http://hegraceme.xyz/?p=55>http://hegraceme.xyz/?p=55</a> совсем рядом от зрителя.
amazon fresh - самый надежный шанс для посетителей, которые желают покупать овощи, фрукты, <a href=http://servair.com.do/servair-s-a-offered-a-christmas-party-2011-to-employees/1325011893_n6/>http://servair.com.do/servair-s-a-offered-a-christmas-party-2011-to-employees/1325011893_n6/</a> упакованные товары и другие элементы основной необходимости.
Утвердить прилагаемые Правила размещения наружной (визуальной) публикаций на открытом пространстве за границами помещений в населенных пунктах, в полосе отвода авто-шоссе общего пользования, <a href=https://vc.ru/u/1064498-nikita-eremov/372676-supersayty-stoit-li-tratit-dengi-na-takuyu-naruzhnuyu-reklamu>https://vc.ru/u/1064498-nikita-eremov/372676-supersayty-stoit-li-tratit-dengi-na-takuyu-naruzhnuyu-reklamu</a> на свежем воздухе за границей помещений вне населенных пунктов и вне полосы отвода автомобильных дорог универсальные.
мы высоко оцениваем любого нашего заказчика, и стремимся организовать кейтеринг так, <a href=http://georgiantheatre.ge/index.php?subaction=userinfo&user=ykemef>http://georgiantheatre.ge/index.php?subaction=userinfo&user=ykemef</a> чтоб празднование стало незабываемым.
если: условия оказываются под пункты, прописанные в 27.13 КоАП РФ, <a href=https://autoru24.ru/>служба эвакуации автомобилей</a> то приезжает эвакуатор и отнимает данный тип транспорта.
Продажа одежды - хороший старт-ап, ведь обувь, одежду, игрушки для мужчин, <a href=https://thanhhashop.com/fashion-magic-everyday/>https://thanhhashop.com/fashion-magic-everyday/</a> женщин как детей пригодятся всегда.
Знайти новий апарат можна у відповідній категорії, <a href=https://top-kazino.ru/banzai-bet-kazino-oficzialnyj-sajt-rabochee-zerkalo-banzaj/>casino banzai рабочее зеркало сегодня актуальное</a> застосувавши фільтр або через пошук по сайту. На веб-сайті також проводяться акції з різними подарунками та промо-бонусами.