Query Time: 0.37 ms Query memory: 0.021 MB Memory before query: 4.249 MB Rows returned: 0
SELECT `data`
FROM `fz2kx_session`
WHERE `session_id` = 'l056ahc0ug9fa5frtumbt4lhj2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_session | const | PRIMARY | PRIMARY | 766 | const | 1 | |
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:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:755 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 |
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:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.28 ms After last query: 13.10 ms Query memory: 0.013 MB Memory before query: 4.426 MB Rows returned: 0
SELECT `session_id`
FROM `fz2kx_session`
WHERE `session_id` = 'l056ahc0ug9fa5frtumbt4lhj2'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 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:1730 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:152 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:757 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 |
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:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.56 ms After last query: 0.19 ms Query memory: 0.010 MB Memory before query: 4.442 MB
INSERT INTO `fz2kx_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('l056ahc0ug9fa5frtumbt4lhj2', 1, '1524525507', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `fz2kx_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('l056ahc0ug9fa5frtumbt4lhj2', 1, '1524525507', 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:152 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:757 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 |
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:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.75 ms After last query: 55.94 ms Query memory: 0.027 MB Memory before query: 4.770 MB Rows returned: 41
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `fz2kx_extensions`
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_extensions | ref | extension | extension | 82 | const | 41 | Using index condition |
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:1691 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:423 |
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:431 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:497 |
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:596 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 43.87 ms Query memory: 0.015 MB Memory before query: 5.089 MB Rows returned: 5
SELECT id, rules
FROM `fz2kx_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1496 |
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:310 |
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:606 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.20 ms Query memory: 0.015 MB Memory before query: 5.114 MB Rows returned: 2
SELECT b.id
FROM fz2kx_usergroups AS a
LEFT JOIN fz2kx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
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:310 |
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:606 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.12 ms After last query: 7.05 ms Query memory: 0.019 MB Memory before query: 5.208 MB Rows returned: 96
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM fz2kx_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_extensions | ref | extension | extension | 82 | const | 139 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:343 |
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:348 |
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:606 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 399.01 ms Query memory: 0.016 MB Memory before query: 8.277 MB Rows returned: 0
SELECT `state`,`rule_type`
FROM `fz2kx_jhackguard_ip_filters`
WHERE `ip` = '54.156.37.174'
AND `state` = 1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
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:1652 |
11 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jhackguard/jhackguard.php:358 |
10 | PlgSystemJhackguard->ip_is() | JROOT/plugins/system/jhackguard/jhackguard.php:174 |
9 | PlgSystemJhackguard->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:623 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.68 ms After last query: 36.23 ms Query memory: 0.052 MB Memory before query: 8.854 MB Rows returned: 154
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 fz2kx_menu AS m
LEFT JOIN fz2kx_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 260 | Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | ldswim_jldb3.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:374 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:488 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:405 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1070 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 142.37 ms Query memory: 0.015 MB Memory before query: 10.580 MB Rows returned: 1
SELECT `query`
FROM fz2kx_eb_urls
WHERE md5_key = '738582cc6841df1e162dd230471885f3'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 273 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/router.php:441 |
9 | EventbookingRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:138 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1071 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 48.16 ms Query memory: 0.020 MB Memory before query: 10.802 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `fz2kx_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
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:1113 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.29 ms Query memory: 0.013 MB Memory before query: 10.804 MB
UPDATE `fz2kx_extensions`
SET `params` = '{\"mediaversion\":\"2244564f7c26303353fd084bdcaaeb8a\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `fz2kx_extensions`
SET `params` = '{\"mediaversion\":\"2244564f7c26303353fd084bdcaaeb8a\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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:1113 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 12.78 ms Query memory: 0.014 MB Memory before query: 11.113 MB Rows returned: 1
SELECT *
FROM fz2kx_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.98 ms Query memory: 0.010 MB Memory before query: 11.136 MB Rows returned: 4
SELECT id, home, template, s.params
FROM fz2kx_template_styles as s
LEFT JOIN fz2kx_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | ldswim_jldb3.s.template,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:488 |
4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 42.57 ms Query memory: 0.020 MB Memory before query: 11.952 MB Rows returned: 164
SELECT `config_key`,`config_value`
FROM fz2kx_eb_configs
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 164 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
10 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_eventbooking/libraries/rad/config/config.php:39 |
9 | RADConfig->__construct() | JROOT/components/com_eventbooking/helper/helper.php:95 |
8 | EventbookingHelper::getConfig() | JROOT/administrator/components/com_eventbooking/libraries/rad/bootstrap.php:51 |
7 | require_once JROOT/administrator/components/com_eventbooking/libraries/rad/bootstrap.php | JROOT/components/com_eventbooking/eventbooking.php:13 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 221.37 ms Query memory: 0.044 MB Memory before query: 13.982 MB Rows returned: 1
SELECT a.*,DATEDIFF(event_date, '2018-04-23 23:18:28') AS number_event_dates,DATEDIFF('2018-04-23 23:18:28', a.late_fee_date) AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, registration_start_date, '2018-04-23 23:18:28') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, cut_off_date, '2018-04-23 23:18:28') AS cut_off_minutes,DATEDIFF(early_bird_discount_date, '2018-04-23 23:18:28') AS date_diff,IFNULL(SUM(b.number_registrants), 0) AS total_registrants
FROM fz2kx_eb_events AS a
LEFT JOIN fz2kx_eb_registrants AS b
ON (a.id = b.event_id
AND b.group_id=0
AND (b.published = 1 OR (b.payment_method LIKE "os_offline%"
AND b.published NOT IN (2,3))))
WHERE a.id = 46
GROUP BY a.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | system | jos_eb_registrants_FKIndex1 | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | const row not found |
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
12 | JDatabaseDriver->loadObject() | JROOT/components/com_eventbooking/model/event.php:64 |
11 | EventbookingModelEvent->getEventData() | JROOT/components/com_eventbooking/view/event/html.php:87 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 6.00 ms Query memory: 0.024 MB Memory before query: 14.232 MB Rows returned: 6
SELECT *
FROM fz2kx_eb_locations
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_locations | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/data.php:532 |
12 | EventbookingHelperData::preProcessEventData() | JROOT/components/com_eventbooking/model/event.php:69 |
11 | EventbookingModelEvent->getEventData() | JROOT/components/com_eventbooking/view/event/html.php:87 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.18 ms Query memory: 0.020 MB Memory before query: 14.274 MB Rows returned: 1
SELECT a.id, a.name, a.alias
FROM fz2kx_eb_categories AS a
INNER JOIN fz2kx_eb_event_categories AS b
ON a.id = b.category_id
WHERE event_id=46
ORDER BY b.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | fz2kx_eb_event_categories_FKIndex1,fz2kx_eb_event_categories_FKIndex2 | fz2kx_eb_event_categories_FKIndex1 | 5 | const | 1 | Using where; Using filesort |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | ldswim_jldb3.b.category_id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/data.php:549 |
12 | EventbookingHelperData::preProcessEventData() | JROOT/components/com_eventbooking/model/event.php:69 |
11 | EventbookingModelEvent->getEventData() | JROOT/components/com_eventbooking/view/event/html.php:87 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 219.98 ms Query memory: 0.015 MB Memory before query: 15.701 MB
UPDATE fz2kx_eb_events
SET hits = hits + 1
WHERE id = 46
EXPLAIN not possible on query: UPDATE fz2kx_eb_events
SET hits = hits + 1
WHERE id = 46
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/components/com_eventbooking/model/event.php:153 |
11 | EventbookingModelEvent->updateHits() | JROOT/components/com_eventbooking/view/event/html.php:106 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 10.80 ms Query memory: 0.019 MB Memory before query: 15.838 MB Rows returned: 0
SELECT *
FROM fz2kx_eb_event_group_prices
WHERE event_id=46
ORDER BY id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/database.php:131 |
11 | EventbookingHelperDatabase::getGroupRegistrationRates() | JROOT/components/com_eventbooking/view/event/html.php:149 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 53.42 ms Query memory: 0.022 MB Memory before query: 16.204 MB Rows returned: 1
SELECT category_id
FROM fz2kx_eb_event_categories
WHERE event_id = 46
AND main_category = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_event_categories | ref | fz2kx_eb_event_categories_FKIndex1 | fz2kx_eb_event_categories_FKIndex1 | 5 | const | 1 | Using where |
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:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/helper/route.php:48 |
14 | EventbookingHelperRoute::getEventRoute() | JROOT/components/com_eventbooking/view/event/tmpl/default.php:13 |
13 | include JROOT/components/com_eventbooking/view/event/tmpl/default.php | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:229 |
12 | RADViewHtml->render() | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:131 |
11 | RADViewHtml->display() | JROOT/components/com_eventbooking/view/event/html.php:156 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.16 ms Query memory: 0.025 MB Memory before query: 16.228 MB Rows returned: 31
SELECT id, parent,alias
FROM fz2kx_eb_categories
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 31 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/route.php:178 |
15 | EventbookingHelperRoute::getCategoriesPath() | JROOT/components/com_eventbooking/helper/route.php:53 |
14 | EventbookingHelperRoute::getEventRoute() | JROOT/components/com_eventbooking/view/event/tmpl/default.php:13 |
13 | include JROOT/components/com_eventbooking/view/event/tmpl/default.php | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:229 |
12 | RADViewHtml->render() | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:131 |
11 | RADViewHtml->display() | JROOT/components/com_eventbooking/view/event/html.php:156 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.66 ms Query memory: 0.029 MB Memory before query: 16.282 MB Rows returned: 1
SELECT alias
FROM fz2kx_eb_events
WHERE id = 46
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_events | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/helper/route.php:144 |
20 | EventbookingHelperRoute::getEventTitle() | JROOT/components/com_eventbooking/router.php:130 |
19 | EventbookingRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
18 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
17 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:66 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eventbooking/view/event/tmpl/default.php:13 |
13 | include JROOT/components/com_eventbooking/view/event/tmpl/default.php | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:229 |
12 | RADViewHtml->render() | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:131 |
11 | RADViewHtml->display() | JROOT/components/com_eventbooking/view/event/html.php:156 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 23.19 ms Query memory: 0.028 MB Memory before query: 16.505 MB Rows returned: 1
SELECT COUNT(*)
FROM fz2kx_eb_urls
WHERE md5_key = '738582cc6841df1e162dd230471885f3'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 273 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/router.php:402 |
19 | EventbookingRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
18 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
17 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:66 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eventbooking/view/event/tmpl/default.php:13 |
13 | include JROOT/components/com_eventbooking/view/event/tmpl/default.php | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:229 |
12 | RADViewHtml->render() | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:131 |
11 | RADViewHtml->display() | JROOT/components/com_eventbooking/view/event/html.php:156 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 8.88 ms Query memory: 0.022 MB Memory before query: 17.056 MB Rows returned: 1
SELECT category_id
FROM fz2kx_eb_event_categories
WHERE event_id = 46
AND main_category = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_event_categories | ref | fz2kx_eb_event_categories_FKIndex1 | fz2kx_eb_event_categories_FKIndex1 | 5 | const | 1 | Using where |
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:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/helper/route.php:48 |
14 | EventbookingHelperRoute::getEventRoute() | JROOT/components/com_eventbooking/view/event/tmpl/default.php:15 |
13 | include JROOT/components/com_eventbooking/view/event/tmpl/default.php | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:229 |
12 | RADViewHtml->render() | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:131 |
11 | RADViewHtml->display() | JROOT/components/com_eventbooking/view/event/html.php:156 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 40.54 ms Query memory: 0.032 MB Memory before query: 17.435 MB Rows returned: 0
SELECT a.*
FROM fz2kx_eb_locations AS a
INNER JOIN fz2kx_eb_events AS b
ON a.id=b.location_id
WHERE b.id=46
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
20 | JDatabaseDriver->loadObject() | JROOT/components/com_eventbooking/helper/html.php:402 |
19 | EventbookingHelperHtml::getEventDataArray() | JROOT/components/com_eventbooking/helper/html.php:340 |
18 | EventbookingHelperHtml::getAddToGoogleCalendarUrl() | JROOT/components/com_eventbooking/view/common/tmpl/save_calendar.php:16 |
17 | include JROOT/components/com_eventbooking/view/common/tmpl/save_calendar.php | JROOT/components/com_eventbooking/helper/html.php:194 |
16 | EventbookingHelperHtml::loadCommonLayout() | JROOT/components/com_eventbooking/view/common/tmpl/buttons.php:143 |
15 | include JROOT/components/com_eventbooking/view/common/tmpl/buttons.php | JROOT/components/com_eventbooking/helper/html.php:194 |
14 | EventbookingHelperHtml::loadCommonLayout() | JROOT/components/com_eventbooking/view/event/tmpl/default.php:82 |
13 | include JROOT/components/com_eventbooking/view/event/tmpl/default.php | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:229 |
12 | RADViewHtml->render() | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:131 |
11 | RADViewHtml->display() | JROOT/components/com_eventbooking/view/event/html.php:156 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 0.30 ms Query memory: 0.032 MB Memory before query: 17.463 MB Rows returned: 0
SELECT a.*
FROM fz2kx_eb_locations AS a
INNER JOIN fz2kx_eb_events AS b
ON a.id=b.location_id
WHERE b.id=46
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
20 | JDatabaseDriver->loadObject() | JROOT/components/com_eventbooking/helper/html.php:402 |
19 | EventbookingHelperHtml::getEventDataArray() | JROOT/components/com_eventbooking/helper/html.php:362 |
18 | EventbookingHelperHtml::getAddToYahooCalendarUrl() | JROOT/components/com_eventbooking/view/common/tmpl/save_calendar.php:17 |
17 | include JROOT/components/com_eventbooking/view/common/tmpl/save_calendar.php | JROOT/components/com_eventbooking/helper/html.php:194 |
16 | EventbookingHelperHtml::loadCommonLayout() | JROOT/components/com_eventbooking/view/common/tmpl/buttons.php:143 |
15 | include JROOT/components/com_eventbooking/view/common/tmpl/buttons.php | JROOT/components/com_eventbooking/helper/html.php:194 |
14 | EventbookingHelperHtml::loadCommonLayout() | JROOT/components/com_eventbooking/view/event/tmpl/default.php:82 |
13 | include JROOT/components/com_eventbooking/view/event/tmpl/default.php | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:229 |
12 | RADViewHtml->render() | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:131 |
11 | RADViewHtml->display() | JROOT/components/com_eventbooking/view/event/html.php:156 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.68 ms Query memory: 0.033 MB Memory before query: 17.494 MB Rows returned: 1
SELECT COUNT(*)
FROM fz2kx_eb_urls
WHERE md5_key = 'b4d0ac4f09bc4e83d32f82f438cca1fe'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 273 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.10 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
24 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/router.php:402 |
23 | EventbookingRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
22 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
21 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
20 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
19 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:66 |
18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eventbooking/view/common/tmpl/save_calendar.php:18 |
17 | include JROOT/components/com_eventbooking/view/common/tmpl/save_calendar.php | JROOT/components/com_eventbooking/helper/html.php:194 |
16 | EventbookingHelperHtml::loadCommonLayout() | JROOT/components/com_eventbooking/view/common/tmpl/buttons.php:143 |
15 | include JROOT/components/com_eventbooking/view/common/tmpl/buttons.php | JROOT/components/com_eventbooking/helper/html.php:194 |
14 | EventbookingHelperHtml::loadCommonLayout() | JROOT/components/com_eventbooking/view/event/tmpl/default.php:82 |
13 | include JROOT/components/com_eventbooking/view/event/tmpl/default.php | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:229 |
12 | RADViewHtml->render() | JROOT/administrator/components/com_eventbooking/libraries/rad/view/html.php:131 |
11 | RADViewHtml->display() | JROOT/components/com_eventbooking/view/event/html.php:156 |
10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:308 |
9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:95 |
8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:273 |
7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:20 |
6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 154.82 ms Query memory: 0.015 MB Memory before query: 17.895 MB Rows returned: 1
SELECT template
FROM fz2kx_template_styles
WHERE client_id = 1
AND home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.02 ms |
freeing items | 0.01 ms |
updating status | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
9 | JDatabaseDriver->loadResult() | JROOT/templates/ls_theme/includes/includes.php:21 |
8 | include_once JROOT/templates/ls_theme/includes/includes.php | JROOT/templates/ls_theme/index.php:4 |
7 | require JROOT/templates/ls_theme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1027 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.96 ms After last query: 5.22 ms Query memory: 0.023 MB Memory before query: 18.066 MB Rows returned: 10
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM fz2kx_modules AS m
LEFT JOIN fz2kx_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN fz2kx_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 <= '2018-04-23 23:18:28')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2018-04-23 23:18:28')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 744 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 28 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | ldswim_jldb3.m.module,const | 1 | Using index condition; Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | ldswim_jldb3.m.id | 1 | Using where; Using index |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
init | 0.04 ms |
optimizing | 0.04 ms |
statistics | 0.07 ms |
preparing | 0.07 ms |
executing | 0.00 ms |
Sorting result | 0.52 ms |
Sending data | 0.74 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.02 ms |
freeing items | 0.01 ms |
updating status | 0.03 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
15 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
14 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:433 |
12 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:363 |
11 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
10 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:581 |
9 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/ls_theme/includes/includes.php:81 |
8 | include_once JROOT/templates/ls_theme/includes/includes.php | JROOT/templates/ls_theme/index.php:4 |
7 | require JROOT/templates/ls_theme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1027 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 390.96 ms Query memory: 0.018 MB Memory before query: 18.721 MB Rows returned: 31
SELECT id, parent AS parent_id,`name` AS `title`
FROM fz2kx_eb_categories
WHERE published = 1
AND `access` IN (1,1,5)
ORDER BY name
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 31 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sorting result | 0.05 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
11 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_eb_search/mod_eb_search.php:59 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.26 ms Query memory: 0.018 MB Memory before query: 18.769 MB Rows returned: 0
SELECT id
FROM fz2kx_eb_categories
WHERE parent = 2
AND published = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 31 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eventbooking/helper/helper.php:932 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.13 ms Query memory: 0.018 MB Memory before query: 18.788 MB Rows returned: 1
SELECT COUNT(a.id)
FROM fz2kx_eb_events AS a
INNER JOIN fz2kx_eb_event_categories AS b
ON a.id = b.event_id
WHERE b.category_id IN (2)
AND published = 1
AND `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | fz2kx_eb_event_categories_FKIndex1,fz2kx_eb_event_categories_FKIndex2 | fz2kx_eb_event_categories_FKIndex2 | 5 | const | 9 | Using where |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | ldswim_jldb3.b.event_id | 1 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.02 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/helper/helper.php:962 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.15 ms Query memory: 0.018 MB Memory before query: 18.804 MB Rows returned: 0
SELECT id
FROM fz2kx_eb_categories
WHERE parent = 6
AND published = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 31 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eventbooking/helper/helper.php:932 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.14 ms Query memory: 0.018 MB Memory before query: 18.822 MB Rows returned: 1
SELECT COUNT(a.id)
FROM fz2kx_eb_events AS a
INNER JOIN fz2kx_eb_event_categories AS b
ON a.id = b.event_id
WHERE b.category_id IN (6)
AND published = 1
AND `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | fz2kx_eb_event_categories_FKIndex1,fz2kx_eb_event_categories_FKIndex2 | fz2kx_eb_event_categories_FKIndex2 | 5 | const | 1 | Using where |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | ldswim_jldb3.b.event_id | 1 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.24 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/helper/helper.php:962 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.15 ms Query memory: 0.018 MB Memory before query: 18.838 MB Rows returned: 0
SELECT id
FROM fz2kx_eb_categories
WHERE parent = 10
AND published = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 31 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eventbooking/helper/helper.php:932 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.13 ms Query memory: 0.018 MB Memory before query: 18.856 MB Rows returned: 1
SELECT COUNT(a.id)
FROM fz2kx_eb_events AS a
INNER JOIN fz2kx_eb_event_categories AS b
ON a.id = b.event_id
WHERE b.category_id IN (10)
AND published = 1
AND `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | fz2kx_eb_event_categories_FKIndex1,fz2kx_eb_event_categories_FKIndex2 | fz2kx_eb_event_categories_FKIndex2 | 5 | const | 2 | Using where |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | ldswim_jldb3.b.event_id | 1 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/helper/helper.php:962 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.20 ms Query memory: 0.018 MB Memory before query: 18.872 MB Rows returned: 0
SELECT id
FROM fz2kx_eb_categories
WHERE parent = 14
AND published = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 31 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eventbooking/helper/helper.php:932 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.12 ms Query memory: 0.018 MB Memory before query: 18.890 MB Rows returned: 1
SELECT COUNT(a.id)
FROM fz2kx_eb_events AS a
INNER JOIN fz2kx_eb_event_categories AS b
ON a.id = b.event_id
WHERE b.category_id IN (14)
AND published = 1
AND `access` IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | fz2kx_eb_event_categories_FKIndex1,fz2kx_eb_event_categories_FKIndex2 | fz2kx_eb_event_categories_FKIndex2 | 5 | const | 1 | Using where |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | ldswim_jldb3.b.event_id | 1 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/helper/helper.php:962 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.13 ms Query memory: 0.018 MB Memory before query: 18.906 MB Rows returned: 0
SELECT id
FROM fz2kx_eb_categories
WHERE parent = 18
AND published = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fz2kx_eb_categories | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 31 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eventbooking/helper/helper.php:932 |
11 | EventbookingHelper::getTotalEvent() | JROOT/modules/mod_eb_search/mod_eb_search.php:65 |
10 | include JROOT/modules/mod_eb_search/mod_eb_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
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:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.19 ms Query memory: 0.018 MB Memory before query: 18.924 MB Rows returned: 1