- Query Time: 0.26 ms Query memory: 0.023 MB Memory before query: 1.032 MB Rows returned: 1 - SELECT `data`
 FROM `gpiex_session`
 WHERE `session_id` = X'7630316f376c7233646c61746a7573697373343933767175736f'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |  | 14 | JSessionStorageDatabase->read() | Same as call in the line below. |  | 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |  | 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |  | 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |  | 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |  | 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |  | 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |  | 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |  | 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |  | 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |  | 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |  | 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |  | 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |  | 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |  
 
 
- Query Time: 0.41 ms After last query: 0.33 ms Query memory: 0.025 MB Memory before query: 1.076 MB Rows returned: 43 - SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
 FROM `gpiex_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 | gpiex_extensions | NULL | ref | extension | extension | 82 | const | 45 | 1.00 | Using where |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |  | 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |  | 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |  | 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |  | 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |  | 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |  | 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.19 ms After last query: 0.23 ms Query memory: 0.021 MB Memory before query: 1.104 MB Rows returned: 5 - SELECT id, rules
 FROM `gpiex_viewlevels`
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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:318 |  | 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |  | 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |  | 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.21 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 1.116 MB Rows returned: 0 - SELECT b.id
 FROM gpiex_usergroups AS a
 LEFT JOIN gpiex_usergroups AS b
 ON b.lft <= a.lft
 AND b.rgt >= a.rgt
 WHERE a.id = 13
 | 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 |  
 
- 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:318 |  | 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |  | 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |  | 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.49 ms After last query: 0.07 ms Query memory: 0.030 MB Memory before query: 1.138 MB Rows returned: 106 - SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
 FROM gpiex_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 | gpiex_extensions | NULL | ref | extension | extension | 82 | const | 149 | 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:351 |  | 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |  | 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |  | 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |  | 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |  | 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.21 ms After last query: 1.33 ms Query memory: 0.021 MB Memory before query: 1.520 MB Rows returned: 0 - SELECT `name`
 FROM `gpiex_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 | gpiex_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 | 
|---|
 | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_eventgallery/version.php:24 |  | 8 | include_once JROOT/administrator/components/com_eventgallery/version.php | JROOT/plugins/system/picasaupdater/picasaupdater.php:33 |  | 7 | plgSystemPicasaupdater->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.00 ms After last query: 3.88 ms Query memory: 0.028 MB Memory before query: 1.656 MB Rows returned: 18 - SHOW FULL COLUMNS 
 FROM `gpiex_extensions`
 - EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `gpiex_extensions` 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |  | 18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |  | 17 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |  | 16 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Extension.php:32 |  | 15 | Joomla\CMS\Table\Extension->__construct() | JROOT/libraries/src/Table/Table.php:328 |  | 14 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/quixnxt/app/functions.php:419 |  | 13 | QuixAppHelper::qxGetComponentInfo() | JROOT/libraries/quixnxt/app/functions.php:39 |  | 12 | QuixAppHelper::setQuixConstants() | JROOT/libraries/quixnxt/app/bootstrap.php:19 |  | 11 | include_once JROOT/libraries/quixnxt/app/bootstrap.php | JROOT/libraries/loader.php:226 |  | 10 | JLoader::import() | JROOT/libraries/loader.php:845 |  | 9 | jimport() | JROOT/plugins/system/quix/quix.php:42 |  | 8 | plgSystemQuix::initQuix() | JROOT/plugins/system/quix/quix.php:35 |  | 7 | plgSystemQuix->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.18 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 1.688 MB Rows returned: 1 - SELECT `extension_id`
 FROM `gpiex_extensions`
 WHERE element = 'com_quix'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 100.00 | Using index |  
 
- 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/src/Table/Extension.php:124 |  | 14 | Joomla\CMS\Table\Extension->find() | JROOT/libraries/quixnxt/app/functions.php:420 |  | 13 | QuixAppHelper::qxGetComponentInfo() | JROOT/libraries/quixnxt/app/functions.php:39 |  | 12 | QuixAppHelper::setQuixConstants() | JROOT/libraries/quixnxt/app/bootstrap.php:19 |  | 11 | include_once JROOT/libraries/quixnxt/app/bootstrap.php | JROOT/libraries/loader.php:226 |  | 10 | JLoader::import() | JROOT/libraries/loader.php:845 |  | 9 | jimport() | JROOT/plugins/system/quix/quix.php:42 |  | 8 | plgSystemQuix::initQuix() | JROOT/plugins/system/quix/quix.php:35 |  | 7 | plgSystemQuix->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.17 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 1.698 MB Rows returned: 1 - SELECT *
 FROM gpiex_extensions
 WHERE `extension_id` = '10073'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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 | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 14 | Joomla\CMS\Table\Table->load() | JROOT/libraries/quixnxt/app/functions.php:421 |  | 13 | QuixAppHelper::qxGetComponentInfo() | JROOT/libraries/quixnxt/app/functions.php:39 |  | 12 | QuixAppHelper::setQuixConstants() | JROOT/libraries/quixnxt/app/bootstrap.php:19 |  | 11 | include_once JROOT/libraries/quixnxt/app/bootstrap.php | JROOT/libraries/loader.php:226 |  | 10 | JLoader::import() | JROOT/libraries/loader.php:845 |  | 9 | jimport() | JROOT/plugins/system/quix/quix.php:42 |  | 8 | plgSystemQuix::initQuix() | JROOT/plugins/system/quix/quix.php:35 |  | 7 | plgSystemQuix->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.22 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 1.702 MB Rows returned: 1 - SELECT template 
 FROM gpiex_template_styles
 WHERE client_id = 0
 AND home = 1
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 4 | 16.67 | 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/quixnxt/app/functions.php:487 |  | 13 | QuixAppHelper::quix_default_template() | JROOT/libraries/quixnxt/app/functions.php:59 |  | 12 | QuixAppHelper::setQuixConstants() | JROOT/libraries/quixnxt/app/bootstrap.php:19 |  | 11 | include_once JROOT/libraries/quixnxt/app/bootstrap.php | JROOT/libraries/loader.php:226 |  | 10 | JLoader::import() | JROOT/libraries/loader.php:845 |  | 9 | jimport() | JROOT/plugins/system/quix/quix.php:42 |  | 8 | plgSystemQuix::initQuix() | JROOT/plugins/system/quix/quix.php:35 |  | 7 | plgSystemQuix->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.57 ms After last query: 0.44 ms Query memory: 0.052 MB Memory before query: 1.751 MB Rows returned: 38 - 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 gpiex_menu AS m
 LEFT JOIN gpiex_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 | 265 | 7.81 | Using where; Using filesort |  | 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.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:78 |  | 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |  | 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |  | 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |  | 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |  | 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |  | 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |  | 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |  | 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |  | 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.20 ms After last query: 1.28 ms Query memory: 0.022 MB Memory before query: 2.056 MB Rows returned: 1 - SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
 FROM `gpiex_extensions`
 WHERE `type` = 'library'
 AND `element` = 'joomla'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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:1137 |  | 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.23 ms After last query: 0.08 ms Query memory: 0.005 MB Memory before query: 2.046 MB - UPDATE `gpiex_extensions`
 SET `params` = '{\"mediaversion\":\"dc2216ab5583d3d8b5c909ebedf630c8\"}'
 WHERE `type` = 'library'
 AND `element` = 'joomla'
 - EXPLAIN not possible on query: UPDATE `gpiex_extensions`
SET `params` = '{\"mediaversion\":\"dc2216ab5583d3d8b5c909ebedf630c8\"}'
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:1137 |  | 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.49 ms After last query: 0.18 ms Query memory: 0.019 MB Memory before query: 2.066 MB Rows returned: 1 - SELECT *
 FROM gpiex_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 | gpiex_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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.25 ms After last query: 0.10 ms Query memory: 0.019 MB Memory before query: 2.079 MB Rows returned: 4 - SELECT id, home, template, s.params
 FROM gpiex_template_styles as s
 LEFT JOIN gpiex_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 | mewataor_mewatasite.e.element | 1 | 66.67 | Using index condition; Using where |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |  | 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.32 ms After last query: 1.51 ms Query memory: 0.030 MB Memory before query: 2.235 MB Rows returned: 12 - SELECT f.*
 FROM gpiex_eventgallery_folder f
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | f | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | 100.00 | NULL |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/folder.php:97 |  | 11 | EventgalleryLibraryFactoryFolder->getAllFoldersFromDatabase() | JROOT/components/com_eventgallery/library/factory/folder.php:62 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.23 ms After last query: 0.18 ms Query memory: 0.024 MB Memory before query: 2.356 MB Rows returned: 3 - SELECT *
 FROM gpiex_eventgallery_imagetypeset
 ORDER BY `default` DESC,ordering
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_imagetypeset | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | Using filesort |  
 
- 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:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:129 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.36 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 2.372 MB Rows returned: 3 - SELECT t.*
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_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 | mewataor_mewatasite.tsta.imagetypeid | 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:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:59 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.17 ms After last query: 0.03 ms Query memory: 0.027 MB Memory before query: 2.388 MB Rows returned: 6 - SELECT *
 FROM gpiex_eventgallery_imagetype
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_imagetype | 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetype.php:51 |  | 18 | EventgalleryLibraryFactoryImagetype->getImageTypes() | JROOT/components/com_eventgallery/library/factory/imagetype.php:27 |  | 17 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:70 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:59 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.25 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 2.425 MB Rows returned: 2 - SELECT t.*
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_eventgallery_imagetype t
 on tsta.imagetypeid=t.id
 WHERE tsta.imagetypesetid='2'
 AND published=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 | 3 | 100.00 | Using filesort |  | 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.tsta.imagetypeid | 1 | 16.67 | Using where |  
 
- 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:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:60 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.21 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 2.434 MB Rows returned: 3 - SELECT t.*, tsta.default as defaultimagetype
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_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 | mewataor_mewatasite.tsta.imagetypeid | 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:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:93 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:61 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.18 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 2.444 MB Rows returned: 4 - SELECT t.*
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_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 | mewataor_mewatasite.tsta.imagetypeid | 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:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:59 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.27 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 2.453 MB Rows returned: 3 - SELECT t.*
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_eventgallery_imagetype t
 on tsta.imagetypeid=t.id
 WHERE tsta.imagetypesetid='1'
 AND published=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 temporary; Using filesort |  | 1 | SIMPLE | t | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using join buffer (hash join) |  
 
- 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:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:60 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.21 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 2.462 MB Rows returned: 4 - SELECT t.*, tsta.default as defaultimagetype
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_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 | mewataor_mewatasite.tsta.imagetypeid | 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:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:93 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:61 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.18 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 2.470 MB Rows returned: 1 - SELECT t.*
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_eventgallery_imagetype t
 on tsta.imagetypeid=t.id
 WHERE tsta.imagetypesetid='3'
 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 | 1 | 100.00 | Using filesort |  | 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.tsta.imagetypeid | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.02 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:59 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.17 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.479 MB Rows returned: 1 - SELECT t.*
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_eventgallery_imagetype t
 on tsta.imagetypeid=t.id
 WHERE tsta.imagetypesetid='3'
 AND published=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 | 1 | 100.00 | Using filesort |  | 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.tsta.imagetypeid | 1 | 16.67 | Using where |  
 
| Status | Duration | 
|---|
 | starting | 0.02 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.02 ms |  | preparing | 0.01 ms |  | executing | 0.02 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:60 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.16 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.488 MB Rows returned: 1 - SELECT t.*, tsta.default as defaultimagetype
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_eventgallery_imagetype t
 on tsta.imagetypeid=t.id
 WHERE tsta.imagetypesetid='3'
 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 | 1 | 100.00 | Using filesort |  | 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.tsta.imagetypeid | 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 |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.02 ms |  | preparing | 0.01 ms |  | executing | 0.02 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:93 |  | 16 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:61 |  | 15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |  | 14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |  | 13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:168 |  | 12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:85 |  | 11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:78 |  | 10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:35 |  | 9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.47 ms After last query: 0.42 ms Query memory: 0.031 MB Memory before query: 2.529 MB Rows returned: 14 - 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 `gpiex_categories` AS `c`
 WHERE (c.extension='com_eventgallery' OR c.extension='system')
 AND c.access IN (1,1)
 AND c.published = 1
 ORDER BY c.lft
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 66 | 21.21 | Using where; Using filesort |  
 
| 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.14 ms |  | init | 0.01 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.03 ms |  | preparing | 0.01 ms |  | executing | 0.11 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 | 
|---|
 | 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/views/event/view.html.php:89 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.47 ms After last query: 0.14 ms Query memory: 0.023 MB Memory before query: 2.601 MB Rows returned: 1 - SELECT count(1)
 FROM `gpiex_eventgallery_file` AS file
 WHERE folder='WOGGING2024'
 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 | 75 | 1.00 | Using where |  
 
| Status | Duration | 
|---|
 | starting | 0.03 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.09 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.04 ms |  | preparing | 0.03 ms |  | executing | 0.17 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:1740 |  | 15 | JDatabaseDriver->loadResult() | JROOT/components/com_eventgallery/library/folder.php:450 |  | 14 | EventgalleryLibraryFolder->getFileCount() | JROOT/components/com_eventgallery/models/event.php:103 |  | 13 | EventgalleryModelEvent->getTotal() | JROOT/components/com_eventgallery/models/event.php:76 |  | 12 | EventgalleryModelEvent->getPagination() | JROOT/components/com_eventgallery/views/event/view.html.php:109 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.39 ms After last query: 0.11 ms Query memory: 0.079 MB Memory before query: 2.609 MB Rows returned: 75 - SELECT file.*
 FROM `gpiex_eventgallery_file` AS file
 WHERE file.folder='WOGGING2024'
 AND file.published=1
 AND file.ismainimageonly=0
 GROUP BY file.id
 ORDER BY `ordering` ASC,ordering DESC, file.file
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | file | NULL | ref | PRIMARY,file,index_file,index_folder | file | 377 | const | 75 | 1.00 | Using where; Using filesort |  
 
| 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.20 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.01 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 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/components/com_eventgallery/library/folder.php:516 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.19 ms After last query: 0.17 ms Query memory: 0.025 MB Memory before query: 2.833 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5785.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 ms |  | init | 0.00 ms |  | System lock | 0.02 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 2.846 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5790.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 2.864 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5797.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 2.877 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5813 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.888 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5830.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.900 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5847.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.01 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.15 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.912 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5874 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 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.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.923 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5890 - Copy 2.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.01 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.935 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5890.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 2.947 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5900.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.959 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5924.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.970 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5929.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 2.982 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5931 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.17 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 2.994 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5934.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.005 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5936.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.02 ms |  | preparing | 0.01 ms |  | executing | 0.02 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.017 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5938.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.029 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5950 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.042 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5957 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.053 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5976 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.065 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5977.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.076 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5980.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.088 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5986.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.100 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A5995.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.111 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6008.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.123 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6009.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.135 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6013.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.04 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.146 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6034.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.158 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6041.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.01 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.169 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6051.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.181 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6063.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.193 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6067.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.204 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6075.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.216 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6079.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.230 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6081.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.16 ms After last query: 0.02 ms Query memory: 0.031 MB Memory before query: 3.251 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6082.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.15 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 3.268 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6085.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 3.280 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6103.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.291 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6104.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.303 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6106.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.315 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6111.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.326 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6143.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.338 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6152 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.01 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.349 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6203.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.361 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6206.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.373 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6244 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.02 ms |  | preparing | 0.02 ms |  | executing | 0.01 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.384 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6244.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.396 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6318.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.02 ms |  | preparing | 0.01 ms |  | executing | 0.02 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.408 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6334.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.01 ms |  | init | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.419 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6348 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.431 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6399.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.443 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6440.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.454 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6441.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.466 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6463 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.477 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6463.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.489 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6479.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.501 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6564 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.512 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6568 - Copy.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.524 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6568.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.23 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.536 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6575.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 3.547 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6578.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.559 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6581.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.571 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6588.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 3.590 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6597.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.16 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.602 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6601.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.04 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.613 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6620.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.636 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6639.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.647 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6643.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_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.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.659 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6659.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.671 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6676.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.682 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6694.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 3.694 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6697.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.705 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6713.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.717 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6717.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.729 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='1N0A6721.JPG'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 3.740 MB Rows returned: 1 - SELECT *
 FROM gpiex_eventgallery_file
 WHERE folder='WOGGING2024'
 AND file='WhatsApp Image 2024-04-23 at 10.22.13 1.jpeg'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 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/file/local.php:47 |  | 16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |  | 15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |  | 14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:525 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:113 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.37 ms After last query: 0.06 ms Query memory: 0.079 MB Memory before query: 3.609 MB Rows returned: 75 - SELECT file.*
 FROM `gpiex_eventgallery_file` AS file
 WHERE file.folder='WOGGING2024'
 AND file.published=1
 GROUP BY file.id
 ORDER BY file.ismainimage DESC, `ordering` ASC,ordering DESC, file.file
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | file | NULL | ref | PRIMARY,file,index_file,index_folder | file | 377 | const | 75 | 10.00 | Using where; Using filesort |  
 
| 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.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.03 ms |  | preparing | 0.01 ms |  | executing | 0.21 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.01 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/folder.php:516 |  | 13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |  | 12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:118 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.90 ms After last query: 0.22 ms Query memory: 0.033 MB Memory before query: 3.628 MB Rows returned: 29 - SHOW FULL COLUMNS 
 FROM `gpiex_eventgallery_folder`
 - EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `gpiex_eventgallery_folder` 
| Status | Duration | 
|---|
 | starting | 0.02 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.03 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.23 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.06 ms |  | preparing | 0.02 ms |  | Creating tmp table | 0.02 ms |  | executing | 0.06 ms |  | checking permissions | 0.04 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.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 |  | 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |  | 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |  | 16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |  | 15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_eventgallery/tables/folder.php:50 |  | 14 | EventgalleryTableFolder->__construct() | JROOT/libraries/src/Table/Table.php:328 |  | 13 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_eventgallery/library/folder.php:638 |  | 12 | EventgalleryLibraryFolder->countHits() | JROOT/components/com_eventgallery/views/event/view.html.php:176 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.20 ms After last query: 0.24 ms Query memory: 0.006 MB Memory before query: 3.673 MB - UPDATE gpiex_eventgallery_folder
 SET `hits` = (`hits` + 1)
 WHERE `id` = '13'
 - EXPLAIN not possible on query: UPDATE gpiex_eventgallery_folder
SET `hits` = (`hits` + 1)
WHERE `id` = '13' 
| 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.01 ms |  | init | 0.00 ms |  | System lock | 0.02 ms |  | updating | 0.04 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.01 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |  | 13 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_eventgallery/library/folder.php:639 |  | 12 | EventgalleryLibraryFolder->countHits() | JROOT/components/com_eventgallery/views/event/view.html.php:176 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.81 ms After last query: 2.05 ms Query memory: 0.029 MB Memory before query: 3.795 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 gpiex_fields AS a
 LEFT JOIN `gpiex_languages` AS l
 ON l.lang_code = a.language
 LEFT JOIN gpiex_users AS uc
 ON uc.id=a.checked_out
 LEFT JOIN gpiex_viewlevels AS ag
 ON ag.id = a.access
 LEFT JOIN gpiex_users AS ua
 ON ua.id = a.created_user_id
 LEFT JOIN gpiex_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 | mewataor_mewatasite.a.language | 1 | 100.00 | Using index condition |  | 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.a.checked_out | 1 | 100.00 | NULL |  | 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.a.access | 1 | 100.00 | Using index condition |  | 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.a.created_user_id | 1 | 100.00 | Using index condition |  | 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.a.group_id | 1 | 100.00 | Using where |  
 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.45 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.06 ms |  | preparing | 0.02 ms |  | Creating tmp table | 0.04 ms |  | executing | 0.04 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 | 
|---|
 | 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |  | 27 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |  | 26 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |  | 25 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |  | 24 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |  | 23 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 21 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |  | 20 | JHtmlContent::prepare() | Same as call in the line below. |  | 19 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |  | 18 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |  | 17 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php:28 |  | 16 | include JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php | JROOT/components/com_eventgallery/library/common/view.php:114 |  | 15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT/components/com_eventgallery/views/event/tmpl/imagelist.php:27 |  | 14 | include JROOT/components/com_eventgallery/views/event/tmpl/imagelist.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |  | 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |  | 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_eventgallery/views/event/view.html.php:211 |  | 11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |  | 9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |  | 8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.26 ms After last query: 2.79 ms Query memory: 0.020 MB Memory before query: 4.047 MB Rows returned: 0 - SELECT folder.*
 FROM `gpiex_eventgallery_folder` AS folder
 LEFT JOIN `gpiex_eventgallery_file` AS file
 ON folder.folder = file.folder
 and file.published=1
 and file.ismainimage=0
 WHERE file.file IS NULL
 AND (folder.foldertypeid=1 OR folder.foldertypeid=2 OR folder.foldertypeid=4)
 | 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 | 12 | 27.10 | Using where |  | 1 | SIMPLE | file | NULL | ref | file,index_folder | file | 377 | mewataor_mewatasite.folder.folder | 34 | 10.00 | Using where; Not exists |  
 
| Status | Duration | 
|---|
 | starting | 0.04 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 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.02 ms |  | executing | 0.03 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 | 
|---|
 | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/picasaupdater/picasaupdater.php:81 |  | 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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.32 ms After last query: 0.40 ms Query memory: 0.021 MB Memory before query: 4.058 MB Rows returned: 0 - SELECT a.*,c.state AS item_status
 FROM gpiex_quix_conditions AS a
 LEFT JOIN gpiex_quix_collections AS c
 ON c.id=a.item_id
 WHERE a.item_type = "header"
 ORDER BY c.ordering ASC
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary; Using filesort |  | 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.a.item_id | 1 | 100.00 | Using where |  
 
| Status | Duration | 
|---|
 | starting | 0.02 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.13 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.01 ms |  | preparing | 0.01 ms |  | Creating tmp table | 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.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_quix/helpers/theme.php:180 |  | 9 | QuixFrontendHelperTheme::getByType() | JROOT/plugins/system/quix/includes/theme.php:47 |  | 8 | QuixSystemHelperTheme->getItem() | JROOT/plugins/system/quix/quix.php:151 |  | 7 | plgSystemQuix->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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.17 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 4.063 MB Rows returned: 0 - SELECT a.*,c.state AS item_status
 FROM gpiex_quix_conditions AS a
 LEFT JOIN gpiex_quix_collections AS c
 ON c.id=a.item_id
 WHERE a.item_type = "footer"
 ORDER BY c.ordering ASC
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary; Using filesort |  | 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.a.item_id | 1 | 100.00 | Using where |  
 
| Status | Duration | 
|---|
 | starting | 0.02 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.01 ms |  | preparing | 0.01 ms |  | Creating tmp table | 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.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_quix/helpers/theme.php:180 |  | 9 | QuixFrontendHelperTheme::getByType() | JROOT/plugins/system/quix/includes/theme.php:47 |  | 8 | QuixSystemHelperTheme->getItem() | JROOT/plugins/system/quix/quix.php:152 |  | 7 | plgSystemQuix->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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.51 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 4.073 MB Rows returned: 43 - SELECT `id`,`name`,`rules`,`parent_id`
 FROM `gpiex_assets`
 WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_eventgallery','com_fields','com_finder','com_installer','com_jmedia','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_nextend2','com_plugins','com_postinstall','com_privacy','com_quix','com_redirect','com_search','com_smartslider3','com_sppagebuilder','com_spsimpleportfolio','com_tags','com_tcpdf','com_templates','com_users','com_wrapper')
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 44 | 100.00 | Using index condition |  
 
| Status | Duration | 
|---|
 | starting | 0.03 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.13 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.05 ms |  | preparing | 0.01 ms |  | executing | 0.19 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |  | 12 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |  | 11 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |  | 10 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |  | 9 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |  | 8 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/quix/quix.php:170 |  | 7 | plgSystemQuix->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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.20 ms After last query: 0.17 ms Query memory: 0.020 MB Memory before query: 4.133 MB Rows returned: 0 - SELECT c.id AS id, a.name AS asset_name
 FROM (
SELECT id,asset_id
 FROM gpiex_categories
 WHERE extension = 'com_quix'
 AND published = 1) AS c
 INNER JOIN gpiex_assets AS a
 ON c.asset_id = a.id
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_categories | NULL | ref | cat_idx | cat_idx | 203 | const,const | 1 | 100.00 | NULL |  | 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.gpiex_categories.asset_id | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.03 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/User/User.php:428 |  | 8 | Joomla\CMS\User\User->getAuthorisedCategories() | JROOT/plugins/system/quix/quix.php:172 |  | 7 | plgSystemQuix->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:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.82 ms After last query: 6.80 ms Query memory: 0.026 MB Memory before query: 4.302 MB Rows returned: 15 - SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
 FROM gpiex_modules AS m
 LEFT JOIN gpiex_modules_menu AS mm
 ON mm.moduleid = m.id
 LEFT JOIN gpiex_extensions AS e
 ON e.element = m.module
 AND e.client_id = m.client_id
 WHERE m.published = 1
 AND e.enabled = 1
 AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-10-31 05:40:33')
 AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-10-31 05:40:33')
 AND m.access IN (1,1)
 AND m.client_id = 0
 AND (mm.menuid = 729 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 | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 71 | 1.41 | Using where; Using filesort |  | 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | mewataor_mewatasite.m.module,const | 1 | 10.00 | Using index condition; Using where |  | 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | mewataor_mewatasite.m.id | 2 | 40.00 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.23 ms |  | init | 0.01 ms |  | System lock | 0.00 ms |  | optimizing | 0.02 ms |  | statistics | 0.05 ms |  | preparing | 0.03 ms |  | executing | 0.31 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 | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 17 | JDatabaseDriver->loadObjectList() | 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/Helper/ModuleHelper.php:441 |  | 14 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |  | 13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |  | 12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |  | 11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helix3/core/helix3.php:512 |  | 10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:459 |  | 9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:268 |  | 8 | Helix3::generatelayout() | JROOT/templates/shaper_tixon/index.php:162 |  | 7 | require JROOT/templates/shaper_tixon/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |  | 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |  | 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |  | 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.28 ms After last query: 2.70 ms Query memory: 0.006 MB Memory before query: 4.394 MB - CREATE TABLE IF NOT EXISTS `gpiex_vcnt` (`tm` INT NOT NULL, `ip` VARCHAR(45) NOT NULL DEFAULT '0.0.0.0') - EXPLAIN not possible on query: CREATE TABLE IF NOT EXISTS `gpiex_vcnt` (`tm` INT NOT NULL, `ip` VARCHAR(45) NOT NULL DEFAULT '0.0.0.0') 
| 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.15 ms |  | waiting for handler commit | 0.01 ms |  | query end | 0.00 ms |  | closing tables | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/modules/mod_visitorcounter/helper.php:60 |  | 11 | ModVisitorcounterHelper->createSqlTables() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:52 |  | 10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |  | 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |  | 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |  | 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |  | 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |  | 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |  | 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.19 ms After last query: 0.02 ms Query memory: 0.006 MB Memory before query: 4.399 MB - CREATE TABLE IF NOT EXISTS `gpiex_vcnt_pc` (`cnt` INT NOT NULL DEFAULT '0') - EXPLAIN not possible on query: CREATE TABLE IF NOT EXISTS `gpiex_vcnt_pc` (`cnt` INT NOT NULL DEFAULT '0') 
| Status | Duration | 
|---|
 | starting | 0.01 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.10 ms |  | waiting for handler commit | 0.01 ms |  | query end | 0.00 ms |  | closing tables | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/modules/mod_visitorcounter/helper.php:65 |  | 11 | ModVisitorcounterHelper->createSqlTables() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:52 |  | 10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |  | 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |  | 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |  | 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |  | 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |  | 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |  | 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.47 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.405 MB Rows returned: 1 - SELECT count(*) 
 FROM `gpiex_vcnt_pc`
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_vcnt_pc | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 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.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 ms |  | statistics | 0.01 ms |  | preparing | 0.01 ms |  | executing | 0.33 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.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 12 | JDatabaseDriver->loadResult() | JROOT/modules/mod_visitorcounter/helper.php:69 |  | 11 | ModVisitorcounterHelper->createSqlTables() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:52 |  | 10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |  | 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |  | 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |  | 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |  | 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |  | 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |  | 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.80 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 4.412 MB Rows returned: 1 - SELECT count(*) 
 FROM `gpiex_vcnt`
 WHERE `tm` < '1758585600'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_vcnt | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1189 | 33.33 | Using where |  
 
| 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.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.03 ms |  | preparing | 0.01 ms |  | executing | 0.64 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 12 | JDatabaseDriver->loadResult() | JROOT/modules/mod_visitorcounter/helper.php:257 |  | 11 | ModVisitorcounterHelper->cleanDatabase() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:58 |  | 10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |  | 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |  | 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |  | 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |  | 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |  | 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |  | 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.18 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.417 MB Rows returned: 2 - SELECT `guest`, `client_id` , `username`, `userid` 
 FROM `gpiex_session`
 WHERE `client_id` = 0
 AND `time` > '1761888633'
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_session | NULL | range | time,client_id_guest | time | 4 | NULL | 3 | 98.31 | Using index condition; Using where |  
 
| 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.01 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.01 ms |  | statistics | 0.03 ms |  | preparing | 0.01 ms |  | executing | 0.03 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_visitorcounter/helper.php:287 |  | 11 | ModVisitorcounterHelper->whoIsOnline() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:62 |  | 10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |  | 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |  | 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |  | 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |  | 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |  | 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |  | 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 3.40 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 4.426 MB Rows returned: 6 - SELECT count(*) 
 FROM `gpiex_vcnt` UNION ALL SELECT count(*)
 FROM `gpiex_vcnt`
 WHERE `tm` > '1761868800' UNION ALL SELECT count(*)
 FROM `gpiex_vcnt`
 WHERE `tm` > '1761782400'
 AND `tm` < '1761868800' UNION ALL SELECT count(*)
 FROM `gpiex_vcnt`
 WHERE `tm` >= '1761523200' UNION ALL SELECT count(*)
 FROM `gpiex_vcnt`
 WHERE `tm` >= '1759276800' UNION ALL SELECT `cnt`
 FROM `gpiex_vcnt_pc`
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | PRIMARY | gpiex_vcnt | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1189 | 100.00 | NULL |  | 2 | UNION | gpiex_vcnt | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1189 | 33.33 | Using where |  | 3 | UNION | gpiex_vcnt | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1189 | 11.11 | Using where |  | 4 | UNION | gpiex_vcnt | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1189 | 33.33 | Using where |  | 5 | UNION | gpiex_vcnt | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1189 | 33.33 | Using where |  | 6 | UNION | gpiex_vcnt_pc | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.23 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 ms |  | statistics | 0.01 ms |  | preparing | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.01 ms |  | preparing | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.01 ms |  | preparing | 0.00 ms |  | optimizing | 0.00 ms |  | statistics | 0.00 ms |  | preparing | 0.00 ms |  | optimizing | 0.00 ms |  | statistics | 0.00 ms |  | preparing | 0.00 ms |  | optimizing | 0.00 ms |  | statistics | 0.00 ms |  | preparing | 0.01 ms |  | executing | 2.93 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 | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |  | 12 | JDatabaseDriver->loadRowList() | JROOT/modules/mod_visitorcounter/helper.php:218 |  | 11 | ModVisitorcounterHelper->getData() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:72 |  | 10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |  | 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |  | 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |  | 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |  | 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |  | 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |  | 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.30 ms After last query: 0.67 ms Query memory: 0.027 MB Memory before query: 4.740 MB Rows returned: 82 - SELECT * 
 FROM gpiex_acymailing_config
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 82 | 100.00 | NULL |  
 
| Status | Duration | 
|---|
 | starting | 0.03 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.10 ms |  | init | 0.00 ms |  | System lock | 0.00 ms |  | optimizing | 0.00 ms |  | statistics | 0.01 ms |  | preparing | 0.01 ms |  | executing | 0.04 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |  | 13 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:454 |  | 12 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1128 |  | 11 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:12 |  | 10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |  | 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |  | 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |  | 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |  | 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |  | 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |  | 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.28 ms After last query: 0.26 ms Query memory: 0.022 MB Memory before query: 4.806 MB Rows returned: 1 - SELECT * 
 FROM gpiex_acymailing_list
 WHERE type = 'list'
 ORDER BY ordering ASC
 | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
 | 1 | SIMPLE | gpiex_acymailing_list | NULL | ref | typeorderingindex,typeuseridindex | typeorderingindex | 1 | 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.10 ms |  | init | 0.00 ms |  | System lock | 0.00 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.00 ms |  | closing tables | 0.00 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:29 |  | 11 | listClass->getLists() | JROOT/modules/mod_acymailing/mod_acymailing.php:121 |  | 10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |  | 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |  | 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |  | 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |  | 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |  | 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |  | 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- 75 × SELECT * 
 FROM gpiex_eventgallery_file
 
- 6 × SELECT t.* 
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_eventgallery_imagetype t
 on tsta.imagetypeid=t.id
 
- 3 × SELECT t.*, tsta.default as defaultimagetype 
 FROM gpiex_eventgallery_imagetypeset_imagetype tsta
 left join gpiex_eventgallery_imagetype t
 on tsta.imagetypeid=t.id
 
- 2 × SELECT a.*,c.state AS item_status 
 FROM gpiex_quix_conditions AS a
 LEFT JOIN gpiex_quix_collections AS c
 ON c.id=a.item_id
 
- 2 × SELECT file.* 
 FROM `gpiex_eventgallery_file` AS file
 
- 2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` 
 FROM `gpiex_extensions`
 
- 1 × SELECT count(*) 
 FROM `gpiex_vcnt_pc
 
- 1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid 
 FROM gpiex_modules AS m
 LEFT JOIN gpiex_modules_menu AS mm
 ON mm.moduleid = m.id
 LEFT JOIN gpiex_extensions AS e
 ON e.element = m.module
 AND e.client_id = m.client_id
 
- 1 × SELECT count(1) 
 FROM `gpiex_eventgallery_file` AS file
 
- 1 × SELECT `id`,`name`,`rules`,`parent_id` 
 FROM `gpiex_assets`
 
- 1 × SELECT count(*) 
 FROM `gpiex_vcnt`
 
- 1 × SELECT folder.* 
 FROM `gpiex_eventgallery_folder` AS folder
 LEFT JOIN `gpiex_eventgallery_file` AS file
 ON folder.folder = file.folder
 and file.published=1
 and file.ismainimage=0
 
- 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 gpiex_fields AS a
 LEFT JOIN `gpiex_languages` AS l
 ON l.lang_code = a.language
 LEFT JOIN gpiex_users AS uc
 ON uc.id=a.checked_out
 LEFT JOIN gpiex_viewlevels AS ag
 ON ag.id = a.access
 LEFT JOIN gpiex_users AS ua
 ON ua.id = a.created_user_id
 LEFT JOIN gpiex_fields_groups AS g
 ON g.id = a.group_id
 
- 1 × SELECT `guest`, `client_id` , `username`, `userid` 
 FROM `gpiex_session`
 
- 1 × SELECT count(*) 
 FROM `gpiex_vcnt` UNION ALL SELECT count(*)
 FROM `gpiex_vcnt`
 
- 1 × SELECT * 
 FROM gpiex_acymailing_confi
 
- 1 × SELECT c.id AS id, a.name AS asset_name 
 FROM ( SELECT id,asset_id
 FROM gpiex_categories
 
- 1 × SELECT `data` 
 FROM `gpiex_session`
 
- 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 `gpiex_categories` AS `c`
 
- 1 × SELECT * 
 FROM gpiex_eventgallery_imagetyp
 
- 1 × SELECT * 
 FROM gpiex_eventgallery_imagetypeset
 
- 1 × SELECT f.* 
 FROM gpiex_eventgallery_folder
 
- 1 × SELECT id, home, template, s.params 
 FROM gpiex_template_styles as s
 LEFT JOIN gpiex_extensions as e
 ON e.element=s.template
 AND e.type='template'
 AND e.client_id=s.client_id
 
- 1 × SELECT * 
 FROM gpiex_languages
 
- 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 gpiex_menu AS m
 LEFT JOIN gpiex_extensions AS e
 ON m.component_id = e.extension_id
 
- 1 × SELECT template 
 FROM gpiex_template_styles
 
- 1 × SELECT * 
 FROM gpiex_extensions
 
- 1 × SELECT `extension_id` 
 FROM `gpiex_extensions`
 
- 1 × SELECT `name` 
 FROM `gpiex_extensions`
 
- 1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` 
 FROM gpiex_extensions
 
- 1 × SELECT b.id 
 FROM gpiex_usergroups AS a
 LEFT JOIN gpiex_usergroups AS b
 ON b.lft <= a.lft
 AND b.rgt >= a.rgt
 
- 1 × SELECT id, rules 
 FROM `gpiex_viewlevels
 
- 1 × SELECT * 
 FROM gpiex_acymailing_list