Query Time: 0.73 ms Query memory: 0.023 MB Memory before query: 3.942 MB Rows returned: 0
SELECT `data`
FROM `l02cb_session`
WHERE `session_id` = X'6b6661393162666766306835343064346332716730323876326e'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_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: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:804 |
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:364 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.44 ms After last query: 1.71 ms Query memory: 0.020 MB Memory before query: 4.100 MB Rows returned: 0
SELECT `session_id`
FROM `l02cb_session`
WHERE `session_id` = X'6b6661393162666766306835343064346332716730323876326e'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_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:806 |
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:364 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.38 ms After last query: 0.16 ms Query memory: 0.004 MB Memory before query: 4.105 MB
INSERT INTO `l02cb_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6b6661393162666766306835343064346332716730323876326e', 1, 1732314856, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `l02cb_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6b6661393162666766306835343064346332716730323876326e', 1, 1732314856, 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:806 |
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:364 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.14 ms After last query: 4.26 ms Query memory: 0.040 MB Memory before query: 4.323 MB Rows returned: 46
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `l02cb_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 | l02cb_extensions | NULL | ref | extension | extension | 82 | const | 50 | 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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 3.34 ms Query memory: 0.021 MB Memory before query: 4.535 MB Rows returned: 6
SELECT id, rules
FROM `l02cb_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | NULL |
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:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.19 ms Query memory: 0.021 MB Memory before query: 4.547 MB Rows returned: 1
SELECT b.id
FROM l02cb_usergroups AS a
LEFT JOIN l02cb_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
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 | 1 | 100.00 | 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:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 1.12 ms Query memory: 0.035 MB Memory before query: 4.616 MB Rows returned: 132
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM l02cb_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_extensions | NULL | ref | extension | extension | 82 | const | 191 | 0.40 | 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:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:354 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:359 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.19 ms After last query: 36.69 ms Query memory: 0.022 MB Memory before query: 7.016 MB Rows returned: 1
SELECT template
FROM l02cb_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 10 | 10.00 | Using where |
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:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:105 |
11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:96 |
8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:54 |
7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:645 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 7.024 MB Rows returned: 1
SELECT template
FROM l02cb_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 10 | 10.00 | Using where |
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:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
13 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:67 |
12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplatePath() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:106 |
11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:96 |
8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:54 |
7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:645 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 7.02 ms Query memory: 0.021 MB Memory before query: 7.264 MB Rows returned: 2
SELECT extension, file, type
FROM l02cb_rokcommon_configs
ORDER BY priority
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_rokcommon_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using filesort |
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:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rokcommon/rokcommon.php:132 |
8 | plgSystemRokCommon->processRegisteredConfigs() | JROOT/plugins/system/rokcommon/rokcommon.php:76 |
7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:645 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.69 ms After last query: 27.98 ms Query memory: 0.036 MB Memory before query: 8.347 MB Rows returned: 278
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
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:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jdownloads/jdownloads.php:78 |
8 | plgSystemjdownloads->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:646 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.01 ms After last query: 0.42 ms Query memory: 0.020 MB Memory before query: 8.388 MB Rows returned: 0
SELECT file_id
from l02cb_jdownloads_files
WHERE published = 1
AND use_timeframe = 1
AND publish_to != '0000-00-00 00:00:00'
AND publish_to <= '2024-11-22 22:34:17'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_jdownloads_files | NULL | ALL | idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 33 | 3.03 | Using where |
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:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jdownloads/jdownloads.php:106 |
8 | plgSystemjdownloads->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:646 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.08 ms Query memory: 0.020 MB Memory before query: 8.393 MB Rows returned: 0
SELECT file_id
from l02cb_jdownloads_files
WHERE published = 0
AND use_timeframe = 1
AND publish_from != '0000-00-00 00:00:00'
AND publish_from <= '2024-11-22 22:34:17'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_jdownloads_files | NULL | ref | idx_published | idx_published | 1 | const | 4 | 3.03 | Using where |
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:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jdownloads/jdownloads.php:114 |
8 | plgSystemjdownloads->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:646 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.77 ms After last query: 2.91 ms Query memory: 0.026 MB Memory before query: 8.520 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `l02cb_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `l02cb_extensions`
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:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
12 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
11 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Extension.php:32 |
10 | Joomla\CMS\Table\Extension->__construct() | JROOT/libraries/src/Table/Table.php:312 |
9 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/roksprocket/roksprocket.php:45 |
8 | plgSystemRokSprocket->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:646 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.72 ms Query memory: 0.021 MB Memory before query: 8.562 MB Rows returned: 1
SELECT `extension_id`
FROM `l02cb_extensions`
WHERE type = 'component'
AND element = 'com_roksprocket'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | 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:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 |
9 | Joomla\CMS\Table\Extension->find() | JROOT/plugins/system/roksprocket/roksprocket.php:47 |
8 | plgSystemRokSprocket->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:646 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.11 ms Query memory: 0.021 MB Memory before query: 8.569 MB Rows returned: 1
SELECT *
FROM l02cb_extensions
WHERE `extension_id` = '10010'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1465 |
10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
9 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/roksprocket/roksprocket.php:54 |
8 | plgSystemRokSprocket->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:646 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 8.575 MB Rows returned: 1
SELECT `extension_id`
FROM `l02cb_extensions`
WHERE type = 'module'
AND element = 'mod_roksprocket'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | 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:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 |
9 | Joomla\CMS\Table\Extension->find() | JROOT/plugins/system/roksprocket/roksprocket.php:70 |
8 | plgSystemRokSprocket->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:646 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.11 ms Query memory: 0.021 MB Memory before query: 8.582 MB Rows returned: 1
SELECT *
FROM l02cb_extensions
WHERE `extension_id` = '10010'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1465 |
10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
9 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/roksprocket/roksprocket.php:76 |
8 | plgSystemRokSprocket->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:646 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.09 ms After last query: 17.29 ms Query memory: 0.127 MB Memory before query: 9.127 MB Rows returned: 68
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 l02cb_menu AS m
LEFT JOIN l02cb_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 | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 197 | 5.69 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.m.component_id | 1 | 100.00 | 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:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:395 |
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:511 |
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:1119 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.65 ms After last query: 11.93 ms Query memory: 0.036 MB Memory before query: 10.167 MB Rows returned: 278
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
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:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jdownloads/jdownloads.php:353 |
8 | plgSystemjdownloads->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:1168 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.42 ms Query memory: 0.024 MB Memory before query: 10.191 MB Rows returned: 9
SELECT *
FROM l02cb_rokcandy
WHERE published=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_rokcandy | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where |
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:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rokcandy/helpers/rokcandy.php:27 |
13 | RokCandyHelper::getUserMacros() | 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/Cache/Controller/CallbackController.php:45 |
10 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/administrator/components/com_rokcandy/helpers/rokcandy.php:17 |
9 | RokCandyHelper::getMacros() | JROOT/plugins/system/rokcandy/rokcandy.php:28 |
8 | plgSystemRokCandy->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:1168 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.42 ms Query memory: 0.024 MB Memory before query: 10.202 MB Rows returned: 8
SELECT id, home, template, s.params
FROM l02cb_template_styles as s
LEFT JOIN l02cb_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 | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | nawakwa3_2015_website.e.element | 1 | 76.92 | Using index condition; Using where |
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:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
15 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/administrator/components/com_rokcandy/helpers/rokcandy.php:53 |
14 | RokCandyHelper::readIniFile() | 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/Cache/Controller/CallbackController.php:45 |
11 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/administrator/components/com_rokcandy/helpers/rokcandy.php:44 |
10 | RokCandyHelper::getTemplateOverrides() | JROOT/administrator/components/com_rokcandy/helpers/rokcandy.php:18 |
9 | RokCandyHelper::getMacros() | JROOT/plugins/system/rokcandy/rokcandy.php:28 |
8 | plgSystemRokCandy->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:1168 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 2.26 ms Query memory: 0.022 MB Memory before query: 10.334 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `l02cb_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
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: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:1131 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.35 ms Query memory: 0.005 MB Memory before query: 10.324 MB
UPDATE `l02cb_extensions`
SET `params` = '{\"mediaversion\":\"baf31d4f3670d72d8aefe601fb024937\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `l02cb_extensions`
SET `params` = '{\"mediaversion\":\"baf31d4f3670d72d8aefe601fb024937\"}'
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:1131 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 2.79 ms Query memory: 0.019 MB Memory before query: 10.522 MB Rows returned: 1
SELECT *
FROM l02cb_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 | l02cb_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | 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: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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 1.63 ms Query memory: 0.021 MB Memory before query: 10.697 MB Rows returned: 0
SELECT `name`
FROM `l02cb_extensions`
WHERE `type` = 'package'
AND `element` = 'pkg_eventgallery_full'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
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/administrator/components/com_eventgallery/version.php:24 |
7 | include_once JROOT/administrator/components/com_eventgallery/version.php | JROOT/components/com_eventgallery/eventgallery.php:14 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.75 ms After last query: 8.15 ms Query memory: 0.022 MB Memory before query: 11.208 MB Rows returned: 1
SELECT f.*, ft.folderhandlerclassname
FROM l02cb_eventgallery_folder f, l02cb_eventgallery_foldertype ft
WHERE f.foldertypeid=ft.id
AND folder='2019CONCLAVE'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | f | NULL | const | folder | folder | 377 | const | 1 | 100.00 | NULL |
1 | SIMPLE | ft | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/folder.php:46 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 2.32 ms Query memory: 0.023 MB Memory before query: 11.333 MB Rows returned: 2
SELECT *
FROM l02cb_eventgallery_imagetypeset
ORDER BY `default` DESC,ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetypeset | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using filesort |
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:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:124 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.45 ms Query memory: 0.025 MB Memory before query: 11.360 MB Rows returned: 3
SELECT t.*
FROM l02cb_eventgallery_imagetypeset_imagetype_assignment tsta
left join l02cb_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='2'
ORDER BY tsta.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tsta | NULL | ref | PRIMARY | PRIMARY | 4 | const | 3 | 100.00 | Using filesort |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.tsta.imagetypeid | 1 | 100.00 | NULL |
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:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:61 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.33 ms Query memory: 0.025 MB Memory before query: 11.389 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='4'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:65 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 11.402 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='5'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:65 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.09 ms Query memory: 0.025 MB Memory before query: 11.413 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='6'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.03 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.06 ms |
freeing items | 0.02 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:65 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 11.424 MB Rows returned: 3
SELECT t.*, tsta.default as defaultimagetype
FROM l02cb_eventgallery_imagetypeset_imagetype_assignment tsta
left join l02cb_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='2'
ORDER BY tsta.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tsta | NULL | ref | PRIMARY | PRIMARY | 4 | const | 3 | 100.00 | Using filesort |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.tsta.imagetypeid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.07 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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_eventgallery/library/factory/imagetypeset.php:88 |
15 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:55 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.09 ms Query memory: 0.025 MB Memory before query: 11.441 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='6'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.05 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:93 |
15 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:55 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 11.443 MB Rows returned: 4
SELECT t.*
FROM l02cb_eventgallery_imagetypeset_imagetype_assignment tsta
left join l02cb_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='1'
ORDER BY tsta.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tsta | NULL | ref | PRIMARY | PRIMARY | 4 | const | 4 | 100.00 | Using filesort |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.tsta.imagetypeid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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_eventgallery/library/factory/imagetypeset.php:61 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 11.461 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:65 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 11.473 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 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.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:65 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 11.485 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='4'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.03 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:65 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 11.497 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='3'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 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 |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:65 |
15 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:54 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 11.499 MB Rows returned: 4
SELECT t.*, tsta.default as defaultimagetype
FROM l02cb_eventgallery_imagetypeset_imagetype_assignment tsta
left join l02cb_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='1'
ORDER BY tsta.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tsta | NULL | ref | PRIMARY | PRIMARY | 4 | const | 4 | 100.00 | Using filesort |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.tsta.imagetypeid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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_eventgallery/library/factory/imagetypeset.php:88 |
15 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:55 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 11.517 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_imagetype
WHERE id='2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_imagetype | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.03 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/components/com_eventgallery/library/factory/imagetype.php:36 |
16 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:93 |
15 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:55 |
14 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:133 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:164 |
12 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:136 |
11 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:72 |
10 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:53 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:22 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.24 ms After last query: 2.84 ms Query memory: 0.023 MB Memory before query: 11.648 MB Rows returned: 1
SELECT count(1)
FROM `l02cb_eventgallery_file` AS file
WHERE folder='2019CONCLAVE'
AND (file.ismainimageonly IS NULL OR file.ismainimageonly=0)
AND file.published=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | file | NULL | ref | file,index_folder | file | 377 | const | 69 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.18 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.23 ms |
preparing | 0.07 ms |
executing | 0.28 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.04 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/components/com_eventgallery/library/folder.php:421 |
13 | EventgalleryLibraryFolder->getFileCount() | JROOT/components/com_eventgallery/models/event.php:97 |
12 | EventgalleryModelEvent->getTotal() | JROOT/components/com_eventgallery/models/event.php:70 |
11 | EventgalleryModelEvent->getPagination() | JROOT/components/com_eventgallery/views/event/view.html.php:83 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.90 ms After last query: 1.49 ms Query memory: 0.030 MB Memory before query: 11.802 MB Rows returned: 20
SELECT file.*, COUNT(comment.id) AS `commentCount`
FROM `l02cb_eventgallery_file` AS file
INNER JOIN `l02cb_eventgallery_folder` AS folder
ON folder.folder=file.folder
and folder.published=1
LEFT JOIN `l02cb_eventgallery_comment` AS comment
ON file.folder=comment.folder
and file.file=comment.file
WHERE file.folder='2019CONCLAVE'
AND file.published=1
AND file.ismainimageonly=0
GROUP BY file.id
ORDER BY ordering DESC, file.file
LIMIT 20
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | folder | NULL | const | folder | folder | 377 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | SIMPLE | file | NULL | ref | PRIMARY,file,index_file,index_folder | file | 377 | const | 69 | 1.00 | Using index condition; Using where |
1 | SIMPLE | comment | NULL | ref | filefolderkey | filefolderkey | 754 | const,nawakwa3_2015_website.file.file | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.17 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.19 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.24 ms |
preparing | 0.03 ms |
Creating tmp table | 0.09 ms |
executing | 0.78 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/folder/local.php:59 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.75 ms Query memory: 0.023 MB Memory before query: 11.855 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='56940345_1144268275752429_8770000855366631424_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.04 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 1.36 ms Query memory: 0.023 MB Memory before query: 11.918 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='56944949_1144247202421203_4292531396708139008_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.06 ms |
freeing items | 0.03 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 11.928 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='57314223_1144247082421215_7890157219730161664_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.06 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 11.937 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='57430287_1144268572419066_5884512783621423104_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 11.946 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58382136_1144268035752453_4293973466337509376_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 11.955 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58461493_1144280499084540_651908681855664128_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 11.965 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58462074_1144246982421225_733250285790560256_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.11 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 11.974 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58462152_1144268345752422_923654861856178176_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.07 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 11.983 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58462771_1144268765752380_3153239206310969344_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 11.993 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58542756_1144280455751211_3696428620793774080_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.06 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.003 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58543693_1144268202419103_3172663015518502912_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 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.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 12.012 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58549591_1144268675752389_2504933551045083136_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.021 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58570480_1144268159085774_6745709397835513856_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.031 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58570888_1144247352421188_1065305640647262208_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 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.03 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.040 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58579465_1144268549085735_7086028566122463232_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 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.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.049 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58580579_1144280535751203_7376606180556144640_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.06 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.23 ms Query memory: 0.023 MB Memory before query: 12.058 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58594746_1144268535752403_5107859126000549888_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 12.069 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58610152_1144247255754531_6656944698843725824_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.078 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58625953_1144268075752449_7186861689424314368_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 12.088 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58647078_1144268712419052_6221041299672268800_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:89 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.19 ms After last query: 0.12 ms Query memory: 0.062 MB Memory before query: 12.061 MB Rows returned: 69
SELECT file.*, COUNT(comment.id) AS `commentCount`
FROM `l02cb_eventgallery_file` AS file
INNER JOIN `l02cb_eventgallery_folder` AS folder
ON folder.folder=file.folder
and folder.published=1
LEFT JOIN `l02cb_eventgallery_comment` AS comment
ON file.folder=comment.folder
and file.file=comment.file
WHERE file.folder='2019CONCLAVE'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | folder | NULL | const | folder | folder | 377 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | SIMPLE | file | NULL | ref | PRIMARY,file,index_file,index_folder | file | 377 | const | 69 | 10.00 | Using index condition; Using where |
1 | SIMPLE | comment | NULL | ref | filefolderkey | filefolderkey | 754 | const,nawakwa3_2015_website.file.file | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.13 ms |
preparing | 0.02 ms |
Creating tmp table | 0.05 ms |
executing | 0.61 ms |
end | 0.03 ms |
query end | 0.00 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/components/com_eventgallery/library/folder/local.php:59 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.19 ms Query memory: 0.029 MB Memory before query: 12.214 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58647155_1144268839085706_5250910768504766464_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.228 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58671896_1144280449084545_433982268889890816_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 12.238 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58676720_1144247309087859_4242240379098759168_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.04 ms |
preparing | 0.04 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.09 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.247 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58679346_1144247222421201_8188220764592275456_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.06 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.256 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58686624_1144280549084535_8613790463859621888_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.266 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58689364_1144247512421172_5705225438343725056_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 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 |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.275 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58691994_1144268685752388_4515231476844855296_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 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.06 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.284 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58692006_1144268789085711_4431185366363406336_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 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 |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 12.293 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58698526_1144268575752399_6323439642200768512_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.07 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 12.303 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58704274_1144268489085741_8973712318152048640_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 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.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 12.312 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58717949_1144268302419093_7581579070941429760_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 12.321 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58745042_1144268412419082_2948659584606142464_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 12.331 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58769302_1144268119085778_3476361256825257984_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.04 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.342 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58842344_1144247272421196_7111250937661882368_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 12.352 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58842427_1144268832419040_8151192653237583872_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 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.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 12.361 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58858020_1144268492419074_2235883730038161408_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.07 ms |
freeing items | 0.03 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 12.370 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58870298_1144280492417874_4206979487872581632_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.380 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58883184_1144278002418123_2591982754199502848_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.389 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58950010_1144247345754522_7274885493672640512_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.398 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58968120_1144268625752394_5386480891511963648_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.408 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58978359_1144268439085746_8713084902242779136_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 12.417 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='58994598_1144247399087850_7305262710730522624_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.426 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59022897_1144247145754542_787103755433672704_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.436 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59022898_1144280452417878_3588037454562590720_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 12.445 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59039545_1144268402419083_7217556003917660160_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 12.454 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59064666_1144268425752414_6682330145996406784_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.463 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59087164_1144280505751206_5459407202815049728_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 12.473 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59121130_1144247079087882_75038236916842496_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.482 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59138227_1144247392421184_3851870887464665088_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.01 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 12.491 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59157498_1144268362419087_1632771919684042752_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.501 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59163341_1144268255752431_5224093314831089664_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.510 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59189001_1144268662419057_8897921448346124288_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.519 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59229872_1144268099085780_6491095893918351360_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 12.529 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59252911_1144247249087865_3188782053550194688_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.538 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59295389_1144268335752423_5484795248422944768_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.547 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59301248_1144268239085766_6333109374520655872_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.557 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59301460_1144247159087874_6645469237718548480_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 12.566 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59306053_1144268499085740_1997440228234625024_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 12.575 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59325904_1144268759085714_2959692226013167616_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 12.584 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59345366_1144247325754524_6746829216068665344_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.02 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.05 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 12.594 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59350675_1144247182421205_7684770101224013824_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.603 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59397611_1144268735752383_5160919675961344000_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 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.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 12.612 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59406603_1144247015754555_3276376472738070528_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.622 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59427410_1144268135752443_4073502615961337856_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.631 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59498386_1144280542417869_4371875303979483136_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 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 |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 12.651 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59548667_1144247025754554_7737093222479953920_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.03 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 12.660 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59550403_1144268269085763_7600770870310600704_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.09 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.670 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59557486_1144246989087891_1952050455504748544_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.679 MB Rows returned: 1
SELECT *
FROM l02cb_eventgallery_file
WHERE folder='2019CONCLAVE'
AND file='59624382_1144268462419077_1682067106176172032_n.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.11 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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/components/com_eventgallery/library/factory/file/local.php:34 |
14 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
13 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder/local.php:68 |
12 | EventgalleryLibraryFolderLocal->getFiles() | JROOT/components/com_eventgallery/models/event.php:61 |
11 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:92 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.78 ms After last query: 1.10 ms Query memory: 0.029 MB Memory before query: 12.573 MB Rows returned: 24
SHOW FULL COLUMNS
FROM `l02cb_eventgallery_folder`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `l02cb_eventgallery_folder`
Status | Duration |
---|
starting | 0.20 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.15 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 1.08 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.07 ms |
statistics | 0.20 ms |
preparing | 0.04 ms |
Creating tmp table | 0.12 ms |
executing | 0.18 ms |
checking permissions | 0.14 ms |
checking permissions | 0.07 ms |
checking permissions | 0.02 ms |
checking permissions | 0.05 ms |
checking permissions | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.06 ms |
checking permissions | 0.09 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.04 ms |
checking permissions | 0.06 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.11 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
14 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_eventgallery/tables/folder.php:41 |
13 | TableFolder->TableFolder() | JROOT/libraries/src/Table/Table.php:312 |
12 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_eventgallery/library/folder.php:528 |
11 | EventgalleryLibraryFolder->countHits() | JROOT/components/com_eventgallery/views/event/view.html.php:150 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.04 ms After last query: 0.61 ms Query memory: 0.007 MB Memory before query: 12.611 MB
UPDATE `l02cb_eventgallery_folder`
SET `folder`='2019CONCLAVE',`picasakey`='',`foldertags`='Conclave',`date`='2019-04-29 00:00:00',`description`='{\"en-GB\":\"Conclave 2019\"}',`published`='1',`text`='{\"en-GB\":\"\"}',`hits`='1179',`userid`='0',`ordering`='4',`password`='',`passwordhint`='',`cartable`='0',`imagetypesetid`='2',`watermarkid`='1',`modified`='2024-11-22 22:34:17',`usergroupids`='',`attribs`='{\"use_social_sharing\":\"1\",\"use_social_sharing_facebook\":\"1\",\"use_social_sharing_google\":\"1\",\"use_social_sharing_twitter\":\"1\",\"use_social_sharing_pinterest\":\"1\",\"use_social_sharing_email\":\"1\",\"use_social_sharing_download\":\"1\",\"shuffle_images\":\"0\"}',`metadata`='{\"metakey\":\"\",\"metadesc\":\"\"}',`foldertypeid`='0',`catid`='60',`language`='*'
WHERE `id` = '5'
EXPLAIN not possible on query: UPDATE `l02cb_eventgallery_folder` SET `folder`='2019CONCLAVE',`picasakey`='',`foldertags`='Conclave',`date`='2019-04-29 00:00:00',`description`='{\"en-GB\":\"Conclave 2019\"}',`published`='1',`text`='{\"en-GB\":\"\"}',`hits`='1179',`userid`='0',`ordering`='4',`password`='',`passwordhint`='',`cartable`='0',`imagetypesetid`='2',`watermarkid`='1',`modified`='2024-11-22 22:34:17',`usergroupids`='',`attribs`='{\"use_social_sharing\":\"1\",\"use_social_sharing_facebook\":\"1\",\"use_social_sharing_google\":\"1\",\"use_social_sharing_twitter\":\"1\",\"use_social_sharing_pinterest\":\"1\",\"use_social_sharing_email\":\"1\",\"use_social_sharing_download\":\"1\",\"shuffle_images\":\"0\"}',`metadata`='{\"metakey\":\"\",\"metadesc\":\"\"}',`foldertypeid`='0',`catid`='60',`language`='*' WHERE `id` = '5'
Status | Duration |
---|
starting | 0.21 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.12 ms |
updating | 0.19 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:2304 |
14 | JDatabaseDriver->updateObject() | JROOT/libraries/src/Table/Table.php:801 |
13 | Joomla\CMS\Table\Table->store() | JROOT/administrator/components/com_eventgallery/tables/folder.php:60 |
12 | TableFolder->store() | JROOT/components/com_eventgallery/library/folder.php:533 |
11 | EventgalleryLibraryFolder->countHits() | JROOT/components/com_eventgallery/views/event/view.html.php:150 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.45 ms After last query: 2.05 ms Query memory: 0.024 MB Memory before query: 12.694 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 `l02cb_categories` AS `s`
INNER JOIN `l02cb_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_eventgallery' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 60
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 | range | cat_idx,idx_access,idx_left_right | cat_idx | 207 | NULL | 4 | 83.87 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.25 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.16 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.32 ms |
preparing | 0.13 ms |
executing | 0.18 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.04 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/libraries/src/Categories/Categories.php:324 |
13 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
12 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_eventgallery/helpers/categories.php:29 |
11 | EventgalleryHelpersCategories::addCategoryPathToPathway() | JROOT/components/com_eventgallery/views/event/view.html.php:169 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 6.02 ms Query memory: 0.012 MB Memory before query: 13.008 MB
CREATE TABLE IF NOT EXISTS `l02cb_powr` ( `data_type` VARCHAR(50) NOT NULL, `value` VARCHAR(50) NOT NULL, PRIMARY KEY (`data_type`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
EXPLAIN not possible on query: CREATE TABLE IF NOT EXISTS `l02cb_powr` ( `data_type` VARCHAR(50) NOT NULL, `value` VARCHAR(50) NOT NULL, PRIMARY KEY (`data_type`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Status | Duration |
---|
starting | 0.16 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.29 ms |
waiting for handler commit | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
waiting for handler commit | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
25 | JDatabase->query() | JROOT/plugins/content/powrshortcodes/powrshortcodes.php:116 |
24 | PowrHelper->get_powr_token() | JROOT/plugins/content/powrshortcodes/powrshortcodes.php:93 |
23 | PowrHelper->__construct() | JROOT/plugins/content/powrshortcodes/powrshortcodes.php:163 |
22 | require_once JROOT/plugins/content/powrshortcodes/powrshortcodes.php | JROOT/libraries/src/Plugin/PluginHelper.php:253 |
21 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
20 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/cms/html/content.php:39 |
19 | JHtmlContent::prepare() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
17 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
16 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php:26 |
15 | include JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php | JROOT/components/com_eventgallery/library/common/view.php:114 |
14 | EventgalleryLibraryCommonView->loadSnippet() | JROOT/components/com_eventgallery/views/event/tmpl/pageable.php:18 |
13 | include JROOT/components/com_eventgallery/views/event/tmpl/pageable.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_eventgallery/views/event/view.html.php:177 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.23 ms Query memory: 0.028 MB Memory before query: 13.021 MB Rows returned: 1
SELECT value
FROM l02cb_powr
WHERE data_type = 'powr_token'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_powr | NULL | const | PRIMARY | PRIMARY | 152 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.05 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/plugins/content/powrshortcodes/powrshortcodes.php:121 |
24 | PowrHelper->get_powr_token() | JROOT/plugins/content/powrshortcodes/powrshortcodes.php:93 |
23 | PowrHelper->__construct() | JROOT/plugins/content/powrshortcodes/powrshortcodes.php:163 |
22 | require_once JROOT/plugins/content/powrshortcodes/powrshortcodes.php | JROOT/libraries/src/Plugin/PluginHelper.php:253 |
21 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
20 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/cms/html/content.php:39 |
19 | JHtmlContent::prepare() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
17 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
16 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php:26 |
15 | include JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php | JROOT/components/com_eventgallery/library/common/view.php:114 |
14 | EventgalleryLibraryCommonView->loadSnippet() | JROOT/components/com_eventgallery/views/event/tmpl/pageable.php:18 |
13 | include JROOT/components/com_eventgallery/views/event/tmpl/pageable.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_eventgallery/views/event/view.html.php:177 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 5.77 ms Query memory: 0.029 MB Memory before query: 13.496 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 l02cb_fields AS a
LEFT JOIN `l02cb_languages` AS l
ON l.lang_code = a.language
LEFT JOIN l02cb_users AS uc
ON uc.id=a.checked_out
LEFT JOIN l02cb_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN l02cb_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN l02cb_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_eventgallery.event'
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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_state | 1 | const | 1 | 100.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | nawakwa3_2015_website.a.language | 1 | 100.00 | Using index condition |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.a.group_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.42 ms |
Executing hook on transaction | 0.02 ms |
starting | 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.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.15 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.18 ms |
preparing | 0.03 ms |
Creating tmp table | 0.08 ms |
executing | 0.08 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
26 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
25 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
24 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
23 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
22 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
20 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
19 | JHtmlContent::prepare() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
17 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
16 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php:26 |
15 | include JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php | JROOT/components/com_eventgallery/library/common/view.php:114 |
14 | EventgalleryLibraryCommonView->loadSnippet() | JROOT/components/com_eventgallery/views/event/tmpl/pageable.php:18 |
13 | include JROOT/components/com_eventgallery/views/event/tmpl/pageable.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_eventgallery/views/event/view.html.php:177 |
10 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controllers/Event.php:34 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:61 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 23.54 ms Query memory: 0.020 MB Memory before query: 13.749 MB Rows returned: 0
SELECT folder.*
FROM `l02cb_eventgallery_folder` AS folder
LEFT JOIN `l02cb_eventgallery_file` AS file
ON folder.folder = file.folder
and file.published=1
WHERE file.file IS NULL
AND folder.foldertypeid=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | folder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | 14.29 | Using where |
1 | SIMPLE | file | NULL | ref | file,index_folder | file | 377 | nawakwa3_2015_website.folder.folder | 69 | 10.00 | Using where; Not exists |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.16 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/picasaupdater/picasaupdater.php:66 |
7 | plgSystemPicasaupdater->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.14 ms After last query: 15.23 ms Query memory: 0.025 MB Memory before query: 15.993 MB Rows returned: 8
SELECT id, home, template, s.params
FROM l02cb_template_styles as s
LEFT JOIN l02cb_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 | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | nawakwa3_2015_website.e.element | 1 | 76.92 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.23 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.04 ms |
executing | 0.17 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 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/libraries/gantry/core/gantrytemplate.class.php:638 |
15 | GantryTemplate::getAllTemplates() | JROOT/libraries/gantry/core/params/overrides/gantrymenuitemparamoverride.class.php:65 |
14 | GantryMenuItemParamOverride::_populateSingleItem() | JROOT/libraries/gantry/core/params/overrides/gantrymenuitemparamoverride.class.php:36 |
13 | GantryMenuItemParamOverride::populate() | JROOT/libraries/gantry/core/gantry.class.php:1843 |
12 | Gantry->populateParams() | JROOT/libraries/gantry/core/gantry.class.php:392 |
11 | Gantry->init() | JROOT/libraries/gantry/gantry.php:275 |
10 | gantry_setup() | JROOT/libraries/gantry/gantry.php:432 |
9 | include JROOT/libraries/gantry/gantry.php | JROOT/templates/rt_spectral/lib/gantry/gantry.php:21 |
8 | require_once JROOT/templates/rt_spectral/lib/gantry/gantry.php | JROOT/templates/rt_spectral/index.php:17 |
7 | require JROOT/templates/rt_spectral/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1076 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.25 ms After last query: 0.95 ms Query memory: 0.026 MB Memory before query: 16.007 MB Rows returned: 8
SELECT id, home, template, s.params
FROM l02cb_template_styles as s
LEFT JOIN l02cb_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 | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | nawakwa3_2015_website.e.element | 1 | 76.92 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.22 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.19 ms |
preparing | 0.06 ms |
executing | 0.30 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry/core/gantrytemplate.class.php:638 |
16 | GantryTemplate::getAllTemplates() | JROOT/libraries/gantry/core/gantrytemplate.class.php:590 |
15 | GantryTemplate::getTemplateParams() | JROOT/libraries/gantry/core/params/overrides/gantrymenuitemparamoverride.class.php:69 |
14 | GantryMenuItemParamOverride::_populateSingleItem() | JROOT/libraries/gantry/core/params/overrides/gantrymenuitemparamoverride.class.php:36 |
13 | GantryMenuItemParamOverride::populate() | JROOT/libraries/gantry/core/gantry.class.php:1843 |
12 | Gantry->populateParams() | JROOT/libraries/gantry/core/gantry.class.php:392 |
11 | Gantry->init() | JROOT/libraries/gantry/gantry.php:275 |
10 | gantry_setup() | JROOT/libraries/gantry/gantry.php:432 |
9 | include JROOT/libraries/gantry/gantry.php | JROOT/templates/rt_spectral/lib/gantry/gantry.php:21 |
8 | require_once JROOT/templates/rt_spectral/lib/gantry/gantry.php | JROOT/templates/rt_spectral/index.php:17 |
7 | require JROOT/templates/rt_spectral/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1076 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.06 ms After last query: 1.03 ms Query memory: 0.026 MB Memory before query: 16.030 MB Rows returned: 8
SELECT id, home, template, s.params
FROM l02cb_template_styles as s
LEFT JOIN l02cb_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 | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | nawakwa3_2015_website.e.element | 1 | 76.92 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.20 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.19 ms |
preparing | 0.05 ms |
executing | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry/core/gantrytemplate.class.php:638 |
16 | GantryTemplate::getAllTemplates() | JROOT/libraries/gantry/core/gantrytemplate.class.php:590 |
15 | GantryTemplate::getTemplateParams() | JROOT/libraries/gantry/core/params/overrides/gantrymenuitemparamoverride.class.php:69 |
14 | GantryMenuItemParamOverride::_populateSingleItem() | JROOT/libraries/gantry/core/params/overrides/gantrymenuitemparamoverride.class.php:36 |
13 | GantryMenuItemParamOverride::populate() | JROOT/libraries/gantry/core/gantry.class.php:1843 |
12 | Gantry->populateParams() | JROOT/libraries/gantry/core/gantry.class.php:392 |
11 | Gantry->init() | JROOT/libraries/gantry/gantry.php:275 |
10 | gantry_setup() | JROOT/libraries/gantry/gantry.php:432 |
9 | include JROOT/libraries/gantry/gantry.php | JROOT/templates/rt_spectral/lib/gantry/gantry.php:21 |
8 | require_once JROOT/templates/rt_spectral/lib/gantry/gantry.php | JROOT/templates/rt_spectral/index.php:17 |
7 | require JROOT/templates/rt_spectral/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1076 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.61 ms After last query: 15.78 ms Query memory: 0.024 MB Memory before query: 16.615 MB Rows returned: 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM l02cb_modules AS m
LEFT JOIN l02cb_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN l02cb_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 <= '2024-11-22 22:34:17')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-22 22:34:17')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 255 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 | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 21 | 1.60 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | nawakwa3_2015_website.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | nawakwa3_2015_website.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.24 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.05 ms |
statistics | 0.13 ms |
preparing | 0.06 ms |
executing | 0.72 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
13 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
12 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
11 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
10 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/libraries/gantry/core/gantry.class.php:804 |
9 | Gantry->getJoomlaModuleCount() | JROOT/libraries/gantry/core/gantry.class.php:757 |
8 | Gantry->countModules() | JROOT/templates/rt_spectral/index.php:62 |
7 | require JROOT/templates/rt_spectral/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1076 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 7.99 ms Query memory: 0.025 MB Memory before query: 17.106 MB Rows returned: 0
SELECT ts.template
FROM l02cb_template_styles AS ts
INNER JOIN l02cb_menu AS m
ON ts.id=m.template_style_id
WHERE m.id = 255
AND m.template_style_id != 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 | no matching row in const table |
Status | Duration |
---|
starting | 0.28 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.13 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
17 | JDatabaseDriver->loadColumn() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:101 |
16 | RokNavMenu::getTemplates() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:74 |
15 | RokNavMenu::loadCatalogs() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:25 |
14 | RokNavMenu->__construct() | JROOT/modules/mod_roknavmenu/mod_roknavmenu.php:21 |
13 | include JROOT/modules/mod_roknavmenu/mod_roknavmenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
11 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/rt_spectral/features/dropdownmenu.php:56 |
10 | GantryFeatureDropdownMenu->render() | JROOT/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php:70 |
9 | GantryModulesRenderer::display() | JROOT/libraries/gantry/core/gantry.class.php:867 |
8 | Gantry->displayModules() | JROOT/templates/rt_spectral/index.php:70 |
7 | require JROOT/templates/rt_spectral/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1076 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.21 ms Query memory: 0.025 MB Memory before query: 17.114 MB Rows returned: 1
SELECT template
FROM l02cb_template_styles
WHERE home = 1
AND client_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 10 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.18 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.08 ms |
preparing | 0.02 ms |
executing | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.09 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
17 | JDatabaseDriver->loadColumn() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:116 |
16 | RokNavMenu::getTemplates() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:74 |
15 | RokNavMenu::loadCatalogs() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:25 |
14 | RokNavMenu->__construct() | JROOT/modules/mod_roknavmenu/mod_roknavmenu.php:21 |
13 | include JROOT/modules/mod_roknavmenu/mod_roknavmenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
11 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/rt_spectral/features/dropdownmenu.php:56 |
10 | GantryFeatureDropdownMenu->render() | JROOT/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php:70 |
9 | GantryModulesRenderer::display() | JROOT/libraries/gantry/core/gantry.class.php:867 |
8 | Gantry->displayModules() | JROOT/templates/rt_spectral/index.php:70 |
7 | require JROOT/templates/rt_spectral/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1076 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.79 ms After last query: 23.89 ms Query memory: 0.026 MB Memory before query: 18.332 MB Rows returned: 6
SHOW FULL COLUMNS
FROM `l02cb_template_styles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `l02cb_template_styles`
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.08 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.63 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.15 ms |
preparing | 0.03 ms |
Creating tmp table | 0.06 ms |
executing | 0.11 ms |
checking permissions | 0.10 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
17 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_templates/tables/style.php:30 |
16 | TemplatesTableStyle->__construct() | JROOT/libraries/src/Table/Table.php:312 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/gantry/gantry.php:194 |
14 | plgSystemGantry->getTable() | JROOT/plugins/system/gantry/gantry.php:165 |
13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
12 | plgSystemGantry->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:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1090 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 18.351 MB Rows returned: 1
SELECT *
FROM l02cb_template_styles
WHERE `id` = '11'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_template_styles | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 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/src/Table/Table.php:731 |
14 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/gantry/gantry.php:168 |
13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
12 | plgSystemGantry->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:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1090 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.54 ms After last query: 0.59 ms Query memory: 0.040 MB Memory before query: 18.459 MB Rows returned: 278
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
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.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.03 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.04 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 |
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.07 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.03 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.05 ms |
checking permissions | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 0.09 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/libraries/joomla/database/driver/mysqli.php:505 |
8 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jdownloads/jdownloads.php:253 |
7 | plgSystemjdownloads->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:1096 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 7.43 ms Query memory: 0.033 MB Memory before query: 19.061 MB Rows returned: 170
SELECT *
FROM l02cb_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | l02cb_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 170 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.17 ms |
Executing hook on transaction | 0.01 ms |
starting | 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.02 ms |
executing | 0.79 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 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_acymailing/classes/cpanel.php:17 |
11 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:392 |
10 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1371 |
9 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/plugins/system/regacymailing/regacymailing.php:21 |
8 | plgSystemRegacymailing->initAcy() | JROOT/plugins/system/regacymailing/regacymailing.php:145 |
7 | plgSystemRegacymailing->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:1096 |
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:209 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
69 × SELECT *
FROM l02cb_eventgallery_file
9 × SELECT *
FROM l02cb_eventgallery_imagetype
4 × SELECT id, home, template, s.params
FROM l02cb_template_styles as s
LEFT JOIN l02cb_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
2 × SELECT `extension_id`
FROM `l02cb_extensions`
2 × SELECT t.*
FROM l02cb_eventgallery_imagetypeset_imagetype_assignment tsta
left join l02cb_eventgallery_imagetype t
on tsta.imagetypeid=t.id
2 × SELECT file.*, COUNT(comment.id) AS `commentCount`
FROM `l02cb_eventgallery_file` AS file
INNER JOIN `l02cb_eventgallery_folder` AS folder
ON folder.folder=file.folder
and folder.published=1
LEFT JOIN `l02cb_eventgallery_comment` AS comment
ON file.folder=comment.folder
and file.file=comment.file
2 × SELECT t.*, tsta.default as defaultimagetype
FROM l02cb_eventgallery_imagetypeset_imagetype_assignment tsta
left join l02cb_eventgallery_imagetype t
on tsta.imagetypeid=t.id
2 × SELECT *
FROM l02cb_extensions
2 × SELECT file_id
from l02cb_jdownloads_files
2 × SELECT template
FROM l02cb_template_styles as s
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `l02cb_extensions`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM l02cb_modules AS m
LEFT JOIN l02cb_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN l02cb_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT folder.*
FROM `l02cb_eventgallery_folder` AS folder
LEFT JOIN `l02cb_eventgallery_file` AS file
ON folder.folder = file.folder
and file.published=1
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 l02cb_fields AS a
LEFT JOIN `l02cb_languages` AS l
ON l.lang_code = a.language
LEFT JOIN l02cb_users AS uc
ON uc.id=a.checked_out
LEFT JOIN l02cb_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN l02cb_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN l02cb_fields_groups AS g
ON g.id = a.group_id
1 × SELECT ts.template
FROM l02cb_template_styles AS ts
INNER JOIN l02cb_menu AS m
ON ts.id=m.template_style_id
1 × SELECT value
FROM l02cb_powr
1 × 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 `l02cb_categories` AS `s`
INNER JOIN `l02cb_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 template
FROM l02cb_template_styles
1 × SELECT *
FROM l02cb_template_styles
1 × SELECT `data`
FROM `l02cb_session`
1 × SELECT f.*, ft.folderhandlerclassname
FROM l02cb_eventgallery_folder f, l02cb_eventgallery_foldertype ft
1 × SELECT count(1)
FROM `l02cb_eventgallery_file` AS file
1 × SELECT *
FROM l02cb_eventgallery_imagetypeset
1 × SELECT `session_id`
FROM `l02cb_session`
1 × SELECT `name`
FROM `l02cb_extensions`
1 × SELECT *
FROM l02cb_languages
1 × SELECT *
FROM l02cb_rokcandy
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 l02cb_menu AS m
LEFT JOIN l02cb_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT extension, file, type
FROM l02cb_rokcommon_configs
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM l02cb_extensions
1 × SELECT b.id
FROM l02cb_usergroups AS a
LEFT JOIN l02cb_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `l02cb_viewlevels
1 × SELECT *
FROM l02cb_acymailing_confi