Query Time: 151.12 ms Query memory: 0.023 MB Memory before query: 3.903 MB Rows returned: 0
SELECT `data`
FROM `iry7a_session`
WHERE `session_id` = X'6f7165726870356a63373175346e677033386468613435696f6a'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 150.61 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT\libraries\joomla\session\storage\database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT\libraries\joomla\session\handler\native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT\libraries\joomla\session\handler\native.php:50 |
11 | JSessionHandlerNative->start() | JROOT\libraries\joomla\session\handler\joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT\libraries\src\Session\Session.php:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOT\libraries\src\Session\Session.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOT\libraries\src\Session\Session.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOT\libraries\src\Session\Session.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT\libraries\src\Application\CMSApplication.php:758 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT\libraries\src\Application\CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT\libraries\src\Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT\index.php:46 |
Query Time: 0.42 ms After last query: 2.56 ms Query memory: 0.020 MB Memory before query: 4.061 MB Rows returned: 0
SELECT `session_id`
FROM `iry7a_session`
WHERE `session_id` = X'6f7165726870356a63373175346e677033386468613435696f6a'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT\libraries\src\Session\MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT\libraries\src\Application\CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT\libraries\src\Application\CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT\libraries\src\Application\CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT\libraries\src\Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT\index.php:46 |
Query Time: 1.42 ms After last query: 0.15 ms Query memory: 0.004 MB Memory before query: 4.067 MB
INSERT INTO `iry7a_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6f7165726870356a63373175346e677033386468613435696f6a', 1, 1611133819, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `iry7a_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6f7165726870356a63373175346e677033386468613435696f6a', 1, 1611133819, 0, '', 0)
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
update | 0.32 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.78 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT\libraries\src\Session\MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT\libraries\src\Application\CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT\libraries\src\Application\CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT\libraries\src\Application\CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT\libraries\src\Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT\index.php:46 |
Query Time: 117.95 ms After last query: 8.74 ms Query memory: 0.021 MB Memory before query: 4.597 MB Rows returned: 5
SELECT id, rules
FROM `iry7a_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 117.51 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT\libraries\src\Access\Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT\libraries\src\User\User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT\libraries\src\Plugin\PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT\libraries\src\Plugin\PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT\libraries\src\Plugin\PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT\libraries\src\Application\SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 10.94 ms After last query: 0.27 ms Query memory: 0.021 MB Memory before query: 4.609 MB Rows returned: 1
SELECT b.id
FROM iry7a_usergroups AS a
LEFT JOIN iry7a_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 10.46 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT\libraries\src\Access\Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT\libraries\src\Access\Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT\libraries\src\User\User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT\libraries\src\Plugin\PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT\libraries\src\Plugin\PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT\libraries\src\Plugin\PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT\libraries\src\Application\SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 328.64 ms After last query: 24.90 ms Query memory: 0.022 MB Memory before query: 5.793 MB Rows returned: 1
SELECT template
FROM iry7a_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 7 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 328.19 ms |
preparing | 0.04 ms |
executing | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT\libraries\rokcommon\RokCommon\PlatformInfo\Joomla.php:31 |
12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT\libraries\rokcommon\RokCommon\PlatformInfo\Joomla.php:105 |
11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT\libraries\rokcommon\RokCommon\Service.php:71 |
10 | RokCommon_Service::getContainer() | JROOT\libraries\rokcommon\include.php:38 |
9 | require_once JROOT\libraries\rokcommon\include.php | JROOT\plugins\system\rokcommon\rokcommon.php:95 |
8 | plgSystemRokCommon->loadCommonLib() | JROOT\plugins\system\rokcommon\rokcommon.php:53 |
7 | plgSystemRokCommon->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:625 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.42 ms After last query: 0.31 ms Query memory: 0.023 MB Memory before query: 5.800 MB Rows returned: 1
SELECT template
FROM iry7a_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 7 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT\libraries\rokcommon\RokCommon\PlatformInfo\Joomla.php:31 |
13 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT\libraries\rokcommon\RokCommon\PlatformInfo\Joomla.php:67 |
12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplatePath() | JROOT\libraries\rokcommon\RokCommon\PlatformInfo\Joomla.php:106 |
11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT\libraries\rokcommon\RokCommon\Service.php:71 |
10 | RokCommon_Service::getContainer() | JROOT\libraries\rokcommon\include.php:38 |
9 | require_once JROOT\libraries\rokcommon\include.php | JROOT\plugins\system\rokcommon\rokcommon.php:95 |
8 | plgSystemRokCommon->loadCommonLib() | JROOT\plugins\system\rokcommon\rokcommon.php:53 |
7 | plgSystemRokCommon->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:625 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 90.80 ms After last query: 5.46 ms Query memory: 0.021 MB Memory before query: 6.035 MB Rows returned: 2
SELECT extension, file, type
FROM iry7a_rokcommon_configs
ORDER BY priority
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_rokcommon_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using filesort |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.03 ms |
executing | 90.18 ms |
end | 0.04 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.17 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\rokcommon\rokcommon.php:131 |
8 | plgSystemRokCommon->processRegisteredConfigs() | JROOT\plugins\system\rokcommon\rokcommon.php:75 |
7 | plgSystemRokCommon->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:625 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 20.48 ms After last query: 21.69 ms Query memory: 0.021 MB Memory before query: 7.411 MB Rows returned: 0
SELECT `name`
FROM `iry7a_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 | iry7a_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 19.90 ms |
preparing | 0.06 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | 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:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:625 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 4.53 ms After last query: 27.07 ms Query memory: 0.020 MB Memory before query: 8.564 MB Rows returned: 1
SELECT count(*)
FROM `iry7a_cwgears_schedule`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_cwgears_schedule | NULL | index | NULL | PRIMARY | 4 | NULL | 4 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 4.07 ms |
end | 0.03 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT\plugins\system\cwgears\cwgears.php:102 |
8 | plgSystemCwgears->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.33 ms After last query: 0.11 ms Query memory: 0.020 MB Memory before query: 8.570 MB Rows returned: 1
SELECT count(*)
FROM `iry7a_cwgears_schedule`
WHERE time + '86400'<'1611133820'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_cwgears_schedule | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.04 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 |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT\plugins\system\cwgears\cwgears.php:145 |
8 | plgSystemCwgears->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 3.24 ms After last query: 1.72 ms Query memory: 0.026 MB Memory before query: 8.620 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `iry7a_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `iry7a_extensions`
Status | Duration |
---|
starting | 0.18 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.33 ms |
checking permissions | 0.01 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.07 ms |
init | 0.13 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.04 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.11 ms |
preparing | 0.05 ms |
Creating tmp table | 0.08 ms |
executing | 0.97 ms |
checking permissions | 0.35 ms |
checking permissions | 0.06 ms |
checking permissions | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.08 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.02 ms |
removing tmp table | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:445 |
13 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\src\Table\Table.php:245 |
12 | Joomla\CMS\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:164 |
11 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\src\Table\Extension.php:32 |
10 | Joomla\CMS\Table\Extension->__construct() | JROOT\libraries\src\Table\Table.php:312 |
9 | Joomla\CMS\Table\Table::getInstance() | JROOT\plugins\system\roksprocket\roksprocket.php:45 |
8 | plgSystemRokSprocket->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.50 ms After last query: 0.96 ms Query memory: 0.021 MB Memory before query: 8.663 MB Rows returned: 1
SELECT `extension_id`
FROM `iry7a_extensions`
WHERE type = 'component'
AND element = 'com_roksprocket'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.14 ms |
preparing | 0.02 ms |
executing | 0.04 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.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT\libraries\src\Table\Extension.php:124 |
9 | Joomla\CMS\Table\Extension->find() | JROOT\plugins\system\roksprocket\roksprocket.php:47 |
8 | plgSystemRokSprocket->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 29.47 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 8.670 MB Rows returned: 1
SELECT *
FROM iry7a_extensions
WHERE `extension_id` = '10014'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 29.00 ms |
preparing | 0.05 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
10 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:731 |
9 | Joomla\CMS\Table\Table->load() | JROOT\plugins\system\roksprocket\roksprocket.php:54 |
8 | plgSystemRokSprocket->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.55 ms After last query: 0.26 ms Query memory: 0.021 MB Memory before query: 8.674 MB Rows returned: 1
SELECT `extension_id`
FROM `iry7a_extensions`
WHERE type = 'module'
AND element = 'mod_roksprocket'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.10 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT\libraries\src\Table\Extension.php:124 |
9 | Joomla\CMS\Table\Extension->find() | JROOT\plugins\system\roksprocket\roksprocket.php:70 |
8 | plgSystemRokSprocket->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.38 ms After last query: 0.22 ms Query memory: 0.021 MB Memory before query: 8.680 MB Rows returned: 1
SELECT *
FROM iry7a_extensions
WHERE `extension_id` = '10014'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
10 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:731 |
9 | Joomla\CMS\Table\Table->load() | JROOT\plugins\system\roksprocket\roksprocket.php:76 |
8 | plgSystemRokSprocket->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 1.58 ms After last query: 195.07 ms Query memory: 0.021 MB Memory before query: 10.395 MB Rows returned: 0
SELECT ip
FROM `iry7a_cwtraffic_knownips`
WHERE state = 1
AND count = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_cwtraffic_knownips | NULL | ref | idx_state | idx_state | 1 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 1.06 ms |
preparing | 0.04 ms |
executing | 0.04 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.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT\plugins\system\cwtrafficcount\cwtrafficcount.php:158 |
8 | plgSystemCwtrafficCount->onAfterRoute() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.34 ms After last query: 0.13 ms Query memory: 0.020 MB Memory before query: 10.401 MB Rows returned: 0
SELECT botname
FROM `iry7a_cwtraffic_knownips`
WHERE state = 1
AND count = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_cwtraffic_knownips | NULL | ref | idx_state | idx_state | 1 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT\plugins\system\cwtrafficcount\cwtrafficcount.php:186 |
8 | plgSystemCwtrafficCount->onAfterRoute() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 1.33 ms After last query: 0.09 ms Query memory: 0.020 MB Memory before query: 10.406 MB Rows returned: 1
SELECT count(*)
FROM `iry7a_cwtraffic`
WHERE iphash = UNHEX(SHA1('18.215.185.97'))
AND tm + '3600'>'1611133820'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_cwtraffic | NULL | ref | unique_tm_iphash,idx_iphash,idx_iphashtm | idx_iphash | 20 | const | 1 | 100.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.92 ms |
preparing | 0.04 ms |
executing | 0.10 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT\plugins\system\cwtrafficcount\cwtrafficcount.php:242 |
8 | plgSystemCwtrafficCount->onAfterRoute() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 1.55 ms After last query: 3.36 ms Query memory: 0.006 MB Memory before query: 10.455 MB
UPDATE `iry7a_extensions`
SET `params` = '{\"mediaversion\":\"c6ca0be51f0893c9f6211bd1afc058de\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `iry7a_extensions`
SET `params` = '{\"mediaversion\":\"c6ca0be51f0893c9f6211bd1afc058de\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.09 ms |
updating | 0.46 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.69 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\src\Helper\LibraryHelper.php:117 |
13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT\libraries\src\Version.php:372 |
12 | Joomla\CMS\Version->setMediaVersion() | JROOT\libraries\src\Version.php:331 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT\libraries\src\Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT\libraries\src\Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT\plugins\system\cwgears\cwgears.php:200 |
8 | plgSystemCwgears->onAfterRoute() | JROOT\libraries\joomla\event\event.php:70 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 60.48 ms After last query: 43.53 ms Query memory: 0.029 MB Memory before query: 11.241 MB Rows returned: 8
SELECT folder.*, count(1) AS `overallCount`
FROM `iry7a_eventgallery_folder` AS folder
JOIN `iry7a_eventgallery_file` AS file
ON folder.folder = file.folder
and file.published=1
WHERE (file.ismainimageonly IS NULL OR file.ismainimageonly=0)
AND folder.published=1
GROUP BY folder.id
ORDER BY ordering DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | folder | NULL | index | PRIMARY,folder | PRIMARY | 4 | NULL | 8 | 12.50 | Using where; Using temporary; Using filesort |
1 | SIMPLE | file | NULL | ref | file,index_folder | file | 377 | vtc.folder.folder | 10 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
Creating tmp table | 0.10 ms |
executing | 59.47 ms |
end | 0.04 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
removing tmp table | 0.02 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.04 ms |
freeing items | 0.21 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\MVC\Model\BaseDatabaseModel.php:308 |
16 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT\components\com_eventgallery\models\events.php:167 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.65 ms After last query: 2.21 ms Query memory: 0.029 MB Memory before query: 11.287 MB Rows returned: 8
SELECT f.*
FROM iry7a_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 | 8 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.10 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.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\folder.php:97 |
18 | EventgalleryLibraryFactoryFolder->getAllFoldersFromDatabase() | JROOT\components\com_eventgallery\library\factory\folder.php:62 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 382.36 ms After last query: 11.09 ms Query memory: 0.027 MB Memory before query: 11.525 MB Rows returned: 3
SELECT *
FROM iry7a_eventgallery_imagetypeset
ORDER BY `default` DESC,ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_imagetypeset | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | Using filesort |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 347.52 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.03 ms |
executing | 34.27 ms |
end | 0.03 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:129 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 45.03 ms After last query: 3.04 ms Query memory: 0.028 MB Memory before query: 11.559 MB Rows returned: 3
SELECT t.*
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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 temporary; Using filesort |
1 | SIMPLE | t | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 13.23 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 12.00 ms |
preparing | 0.06 ms |
Creating tmp table | 0.18 ms |
executing | 18.92 ms |
end | 0.03 ms |
query end | 0.00 ms |
waiting for handler commit | 0.02 ms |
removing tmp table | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.09 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:66 |
23 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT\components\com_eventgallery\library\imagetypeset.php:59 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.36 ms After last query: 0.20 ms Query memory: 0.030 MB Memory before query: 11.578 MB Rows returned: 6
SELECT *
FROM iry7a_eventgallery_imagetype
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_imagetype | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetype.php:51 |
25 | EventgalleryLibraryFactoryImagetype->getImageTypes() | JROOT\components\com_eventgallery\library\factory\imagetype.php:27 |
24 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:70 |
23 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT\components\com_eventgallery\library\imagetypeset.php:59 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.54 ms After last query: 2.73 ms Query memory: 0.028 MB Memory before query: 11.649 MB Rows returned: 2
SELECT t.*
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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 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) |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.09 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.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:66 |
23 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT\components\com_eventgallery\library\imagetypeset.php:60 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.46 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 11.661 MB Rows returned: 3
SELECT t.*, tsta.default as defaultimagetype
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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 temporary; Using filesort |
1 | SIMPLE | t | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.08 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.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:93 |
23 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT\components\com_eventgallery\library\imagetypeset.php:61 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.42 ms After last query: 0.14 ms Query memory: 0.029 MB Memory before query: 11.673 MB Rows returned: 4
SELECT t.*
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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 temporary; Using filesort |
1 | SIMPLE | t | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | Using where; Using join buffer (hash join) |
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 |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:66 |
23 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT\components\com_eventgallery\library\imagetypeset.php:59 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.60 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 11.685 MB Rows returned: 3
SELECT t.*
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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) |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
Creating tmp table | 0.14 ms |
executing | 0.11 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
removing tmp table | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:66 |
23 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT\components\com_eventgallery\library\imagetypeset.php:60 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.52 ms After last query: 0.07 ms Query memory: 0.029 MB Memory before query: 11.696 MB Rows returned: 4
SELECT t.*, tsta.default as defaultimagetype
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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 temporary; Using filesort |
1 | SIMPLE | t | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:93 |
23 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT\components\com_eventgallery\library\imagetypeset.php:61 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.43 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 11.707 MB Rows returned: 1
SELECT t.*
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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 | vtc.tsta.imagetypeid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:66 |
23 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT\components\com_eventgallery\library\imagetypeset.php:59 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.40 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 11.719 MB Rows returned: 1
SELECT t.*
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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 | vtc.tsta.imagetypeid | 1 | 16.67 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:66 |
23 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT\components\com_eventgallery\library\imagetypeset.php:60 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.37 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 11.737 MB Rows returned: 1
SELECT t.*, tsta.default as defaultimagetype
FROM iry7a_eventgallery_imagetypeset_imagetype tsta
left join iry7a_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 | vtc.tsta.imagetypeid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:93 |
23 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT\components\com_eventgallery\library\imagetypeset.php:61 |
22 | EventgalleryLibraryImagetypeset->__construct() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:138 |
21 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT\components\com_eventgallery\library\factory\imagetypeset.php:169 |
20 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT\components\com_eventgallery\library\folder.php:168 |
19 | EventgalleryLibraryFolder->_prepareData() | JROOT\components\com_eventgallery\library\folder.php:85 |
18 | EventgalleryLibraryFolder->__construct() | JROOT\components\com_eventgallery\library\factory\folder.php:78 |
17 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT\components\com_eventgallery\library\factory\folder.php:35 |
16 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT\components\com_eventgallery\models\events.php:178 |
15 | EventgalleryModelEvents->getEntriesUnCached() | Same as call in the line below. |
14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\components\com_eventgallery\models\events.php:86 |
12 | EventgalleryModelEvents->getEntries() | JROOT\components\com_eventgallery\views\events\view.html.php:71 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 362.09 ms After last query: 28.12 ms Query memory: 0.029 MB Memory before query: 12.620 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 iry7a_fields AS a
LEFT JOIN `iry7a_languages` AS l
ON l.lang_code = a.language
LEFT JOIN iry7a_users AS uc
ON uc.id=a.checked_out
LEFT JOIN iry7a_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN iry7a_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN iry7a_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 | vtc.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vtc.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vtc.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vtc.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vtc.a.group_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.23 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 176.87 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.04 ms |
statistics | 184.22 ms |
preparing | 0.06 ms |
Creating tmp table | 0.13 ms |
executing | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
removing tmp table | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.09 ms |
cleaning up | 0.03 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:308 |
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:187 |
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\menuitem\head.php:20 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\menuitem\head.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:22 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 12.92 ms After last query: 9.53 ms Query memory: 0.026 MB Memory before query: 12.807 MB Rows returned: 1
SELECT count(1)
FROM `iry7a_eventgallery_file` AS file
WHERE folder='June'
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 | 9 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 11.88 ms |
preparing | 0.06 ms |
executing | 0.44 ms |
end | 0.03 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT\components\com_eventgallery\library\folder.php:450 |
19 | EventgalleryLibraryFolder->getFileCount() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:36 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.79 ms After last query: 0.16 ms Query memory: 0.028 MB Memory before query: 12.819 MB Rows returned: 1
SELECT file.*
FROM `iry7a_eventgallery_file` AS file
WHERE file.folder='June'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
LIMIT 1
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 | 9 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
executing | 0.21 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\folder.php:516 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.69 ms After last query: 5.40 ms Query memory: 0.028 MB Memory before query: 13.573 MB Rows returned: 1
SELECT *
FROM iry7a_eventgallery_file
WHERE folder='June'
AND file='11-06-61.2.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT\components\com_eventgallery\library\factory\file\local.php:47 |
22 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT\components\com_eventgallery\library\factory\file\local.php:28 |
21 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT\components\com_eventgallery\library\factory\file.php:44 |
20 | EventgalleryLibraryFactoryFile->getFile() | JROOT\components\com_eventgallery\library\folder.php:525 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.79 ms After last query: 2.75 ms Query memory: 0.026 MB Memory before query: 13.587 MB Rows returned: 1
SELECT count(1)
FROM `iry7a_eventgallery_file` AS file
WHERE folder='March'
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 | 6 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.13 ms |
preparing | 0.04 ms |
executing | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT\components\com_eventgallery\library\folder.php:450 |
19 | EventgalleryLibraryFolder->getFileCount() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:36 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.81 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 13.599 MB Rows returned: 1
SELECT file.*
FROM `iry7a_eventgallery_file` AS file
WHERE file.folder='March'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
LIMIT 1
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 | 6 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.04 ms |
executing | 0.18 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.09 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\folder.php:516 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.54 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 13.615 MB Rows returned: 1
SELECT *
FROM iry7a_eventgallery_file
WHERE folder='March'
AND file='. . . 1..61.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT\components\com_eventgallery\library\factory\file\local.php:47 |
22 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT\components\com_eventgallery\library\factory\file\local.php:28 |
21 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT\components\com_eventgallery\library\factory\file.php:44 |
20 | EventgalleryLibraryFactoryFile->getFile() | JROOT\components\com_eventgallery\library\folder.php:525 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.43 ms After last query: 0.89 ms Query memory: 0.026 MB Memory before query: 13.625 MB Rows returned: 1
SELECT count(1)
FROM `iry7a_eventgallery_file` AS file
WHERE folder='April'
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 | 6 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.04 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.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT\components\com_eventgallery\library\folder.php:450 |
19 | EventgalleryLibraryFolder->getFileCount() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:36 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.41 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 13.637 MB Rows returned: 1
SELECT file.*
FROM `iry7a_eventgallery_file` AS file
WHERE file.folder='April'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
LIMIT 1
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 | 6 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.08 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.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\folder.php:516 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.30 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 13.653 MB Rows returned: 1
SELECT *
FROM iry7a_eventgallery_file
WHERE folder='April'
AND file='.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT\components\com_eventgallery\library\factory\file\local.php:47 |
22 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT\components\com_eventgallery\library\factory\file\local.php:28 |
21 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT\components\com_eventgallery\library\factory\file.php:44 |
20 | EventgalleryLibraryFactoryFile->getFile() | JROOT\components\com_eventgallery\library\folder.php:525 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.64 ms After last query: 0.78 ms Query memory: 0.026 MB Memory before query: 13.663 MB Rows returned: 1
SELECT count(1)
FROM `iry7a_eventgallery_file` AS file
WHERE folder='February'
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 | 7 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
executing | 0.12 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.06 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT\components\com_eventgallery\library\folder.php:450 |
19 | EventgalleryLibraryFolder->getFileCount() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:36 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.66 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 13.675 MB Rows returned: 1
SELECT file.*
FROM `iry7a_eventgallery_file` AS file
WHERE file.folder='February'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
LIMIT 1
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 | 7 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.21 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\folder.php:516 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.38 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 13.691 MB Rows returned: 1
SELECT *
FROM iry7a_eventgallery_file
WHERE folder='February'
AND file='21-2-61.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT\components\com_eventgallery\library\factory\file\local.php:47 |
22 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT\components\com_eventgallery\library\factory\file\local.php:28 |
21 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT\components\com_eventgallery\library\factory\file.php:44 |
20 | EventgalleryLibraryFactoryFile->getFile() | JROOT\components\com_eventgallery\library\folder.php:525 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.43 ms After last query: 0.75 ms Query memory: 0.026 MB Memory before query: 13.701 MB Rows returned: 1
SELECT count(1)
FROM `iry7a_eventgallery_file` AS file
WHERE folder='January2561'
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 | 6 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.05 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.10 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT\components\com_eventgallery\library\folder.php:450 |
19 | EventgalleryLibraryFolder->getFileCount() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:36 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.48 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 13.713 MB Rows returned: 1
SELECT file.*
FROM `iry7a_eventgallery_file` AS file
WHERE file.folder='January2561'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
LIMIT 1
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 | 6 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.10 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.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\folder.php:516 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.38 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 13.729 MB Rows returned: 1
SELECT *
FROM iry7a_eventgallery_file
WHERE folder='January2561'
AND file='24. 3 61.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.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.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT\components\com_eventgallery\library\factory\file\local.php:47 |
22 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT\components\com_eventgallery\library\factory\file\local.php:28 |
21 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT\components\com_eventgallery\library\factory\file.php:44 |
20 | EventgalleryLibraryFactoryFile->getFile() | JROOT\components\com_eventgallery\library\folder.php:525 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.61 ms After last query: 0.82 ms Query memory: 0.026 MB Memory before query: 13.740 MB Rows returned: 1
SELECT count(1)
FROM `iry7a_eventgallery_file` AS file
WHERE folder='Nov2560'
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 | 28 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.03 ms |
executing | 0.13 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.05 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT\components\com_eventgallery\library\folder.php:450 |
19 | EventgalleryLibraryFolder->getFileCount() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:36 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.72 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 13.751 MB Rows returned: 1
SELECT file.*
FROM `iry7a_eventgallery_file` AS file
WHERE file.folder='Nov2560'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
LIMIT 1
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 | 28 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.26 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\folder.php:516 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.52 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 13.768 MB Rows returned: 1
SELECT *
FROM iry7a_eventgallery_file
WHERE folder='Nov2560'
AND file='1-11-2560-1.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.09 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.04 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.07 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT\components\com_eventgallery\library\factory\file\local.php:47 |
22 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT\components\com_eventgallery\library\factory\file\local.php:28 |
21 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT\components\com_eventgallery\library\factory\file.php:44 |
20 | EventgalleryLibraryFactoryFile->getFile() | JROOT\components\com_eventgallery\library\folder.php:525 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.41 ms After last query: 0.75 ms Query memory: 0.026 MB Memory before query: 13.779 MB Rows returned: 1
SELECT count(1)
FROM `iry7a_eventgallery_file` AS file
WHERE folder='2560'
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 | 5 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
20 | JDatabaseDriver->loadResult() | JROOT\components\com_eventgallery\library\folder.php:450 |
19 | EventgalleryLibraryFolder->getFileCount() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:36 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.47 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 13.790 MB Rows returned: 1
SELECT file.*
FROM `iry7a_eventgallery_file` AS file
WHERE file.folder='2560'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
LIMIT 1
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 | 5 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.03 ms |
executing | 0.08 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT\components\com_eventgallery\library\folder.php:516 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.47 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 13.807 MB Rows returned: 1
SELECT *
FROM iry7a_eventgallery_file
WHERE folder='2560'
AND file='30-10-2560-1.jpg'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | iry7a_eventgallery_file | NULL | const | file,index_file,index_folder | file | 754 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.04 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.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT\components\com_eventgallery\library\factory\file\local.php:47 |
22 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT\components\com_eventgallery\library\factory\file\local.php:28 |
21 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT\components\com_eventgallery\library\factory\file.php:44 |
20 | EventgalleryLibraryFactoryFile->getFile() | JROOT\components\com_eventgallery\library\folder.php:525 |
19 | EventgalleryLibraryFolder->getFiles() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php:42 |
18 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default_event.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
17 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php:21 |
16 | include JROOT\components\com_eventgallery\views\snippets\tmpl\events\default.php | JROOT\components\com_eventgallery\library\common\view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT\components\com_eventgallery\views\events\tmpl\default.php:24 |
14 | include JROOT\components\com_eventgallery\views\events\tmpl\default.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\events\view.html.php:80 |
11 | EventgalleryViewEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:672 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_eventgallery\controller.php:53 |
9 | EventgalleryController->display() | JROOT\components\com_eventgallery\controllers\Events.php:16 |
8 | EventgalleryControllerEvents->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.49 ms After last query: 0.79 ms Query memory: 0.026 MB Memory before query: 13.817 MB Rows returned: 1