Query Time: 1.20 ms Query memory: 0.023 MB Memory before query: 1.024 MB Rows returned: 0
SELECT `data`
FROM `sjla_session`
WHERE `session_id` = X'6533313339326c316b357437626b6f70676d3072386e39696d30'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
Status | Duration |
---|
Starting | 0.14 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.12 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.12 ms |
Optimizing | 0.03 ms |
Statistics | 0.14 ms |
Preparing | 0.01 ms |
Executing | 0.30 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 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:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.76 ms After last query: 1.28 ms Query memory: 0.020 MB Memory before query: 1.039 MB Rows returned: 0
SELECT `session_id`
FROM `sjla_session`
WHERE `session_id` = X'6533313339326c316b357437626b6f70676d3072386e39696d30'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.01 ms |
Executing | 0.22 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 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:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 11.86 ms After last query: 0.38 ms Query memory: 0.004 MB Memory before query: 1.044 MB
INSERT INTO `sjla_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6533313339326c316b357437626b6f70676d3072386e39696d30', 1, 1741771242, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `sjla_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6533313339326c316b357437626b6f70676d3072386e39696d30', 1, 1741771242, 0, '', 0)
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init for update | 0.05 ms |
Update | 0.39 ms |
Waiting for query cache lock | 0.01 ms |
Update | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 10.97 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 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:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.95 ms After last query: 3.07 ms Query memory: 0.021 MB Memory before query: 1.187 MB Rows returned: 5
SELECT id, rules
FROM `sjla_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.07 ms |
Sending data | 0.27 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.11 ms After last query: 0.35 ms Query memory: 0.021 MB Memory before query: 1.199 MB Rows returned: 2
SELECT b.id
FROM sjla_usergroups AS a
LEFT JOIN sjla_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | index | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 8 | NULL | 9 | Using where; Using index |
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.09 ms |
Optimizing | 0.03 ms |
Statistics | 0.19 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.04 ms |
Executing | 0.00 ms |
Sending data | 0.32 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.58 ms After last query: 13.19 ms Query memory: 0.021 MB Memory before query: 1.827 MB Rows returned: 1
SELECT `name`
FROM `sjla_extensions`
WHERE `type` = 'package'
AND `element` = 'pkg_eventgallery_full'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
After opening tables | 0.01 ms |
System lock | 3.29 ms |
Table lock | 0.03 ms |
Init | 0.07 ms |
Optimizing | 0.05 ms |
Statistics | 0.27 ms |
Preparing | 0.04 ms |
Executing | 0.00 ms |
Sending data | 0.29 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 1.69 ms |
Reset for next command | 0.02 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:32 |
7 | plgSystemPicasaupdater->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.07 ms After last query: 35.34 ms Query memory: 0.030 MB Memory before query: 2.334 MB Rows returned: 11
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `sjla_categories` AS `c`
WHERE (c.extension='com_eventgallery' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | cat_idx,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.29 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.12 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.17 ms |
Optimizing | 0.08 ms |
Statistics | 0.18 ms |
Preparing | 0.04 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
Creating sort index | 0.58 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.03 ms |
Updating status | 0.05 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
13 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
12 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_eventgallery/router.php:289 |
11 | EventgalleryRouter->getCategoryIdByAlias() | JROOT/components/com_eventgallery/router.php:259 |
10 | EventgalleryRouter->parseCatIdParameter() | JROOT/components/com_eventgallery/router.php:193 |
9 | EventgalleryRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.39 ms After last query: 2.52 ms Query memory: 0.027 MB Memory before query: 2.398 MB Rows returned: 40
SELECT `id`,`name`,`rules`,`parent_id`
FROM `sjla_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_advancedmodules','com_ajax','com_akeeba','com_associations','com_attachments','com_banners','com_breezingforms','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_eventgallery','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_users','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 239 | Using where |
Status | Duration |
---|
Starting | 0.16 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.12 ms |
Optimizing | 0.21 ms |
Statistics | 0.31 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 1.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:30 |
10 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:95 |
9 | PlgSystemAdvancedModules->handleOnAfterRoute() | JROOT/libraries/regularlabs/src/SystemPlugin.php:191 |
8 | RegularLabs\Library\SystemPlugin->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.36 ms After last query: 2.70 ms Query memory: 0.005 MB Memory before query: 2.466 MB
UPDATE `sjla_extensions`
SET `params` = '{\"mediaversion\":\"6a4412352c4c5554dc51cb5ed3ca78ae\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `sjla_extensions`
SET `params` = '{\"mediaversion\":\"6a4412352c4c5554dc51cb5ed3ca78ae\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.22 ms |
Updating | 0.20 ms |
End of update loop | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
End of update loop | 0.03 ms |
Query end | 0.01 ms |
Commit | 1.44 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.54 ms After last query: 29.63 ms Query memory: 0.054 MB Memory before query: 2.886 MB Rows returned: 28
SELECT f.*
FROM sjla_eventgallery_folder f
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | f | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.17 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.58 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/folder.php:102 |
11 | EventgalleryLibraryFactoryFolder->getAllFoldersFromDatabase() | JROOT/components/com_eventgallery/library/factory/folder.php:67 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.84 ms After last query: 2.15 ms Query memory: 0.023 MB Memory before query: 3.034 MB Rows returned: 3
SELECT *
FROM sjla_eventgallery_imagetypeset
ORDER BY `default` DESC,ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_imagetypeset | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using filesort |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.28 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:129 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.03 ms After last query: 0.59 ms Query memory: 0.026 MB Memory before query: 3.050 MB Rows returned: 3
SELECT t.*
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='2'
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 3 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.11 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.06 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.30 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |
16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:59 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.28 ms Query memory: 0.027 MB Memory before query: 3.066 MB Rows returned: 6
SELECT *
FROM sjla_eventgallery_imagetype
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_imagetype | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.25 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 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/imagetype.php:51 |
18 | EventgalleryLibraryFactoryImagetype->getImageTypes() | JROOT/components/com_eventgallery/library/factory/imagetype.php:27 |
17 | EventgalleryLibraryFactoryImagetype->getImagetypeById() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:70 |
16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:59 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.78 ms Query memory: 0.024 MB Memory before query: 3.158 MB Rows returned: 0
SELECT t.*
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='2'
AND published=1
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 3 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | Using where |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.30 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |
16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:60 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.24 ms Query memory: 0.026 MB Memory before query: 3.166 MB Rows returned: 3
SELECT t.*, tsta.default as defaultimagetype
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='2'
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 3 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.20 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:93 |
16 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:61 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 0.34 ms Query memory: 0.026 MB Memory before query: 3.176 MB Rows returned: 4
SELECT t.*
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='1'
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 4 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 0.22 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |
16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:59 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.29 ms Query memory: 0.025 MB Memory before query: 3.187 MB Rows returned: 0
SELECT t.*
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='1'
AND published=1
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 4 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.18 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |
16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:60 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 3.196 MB Rows returned: 4
SELECT t.*, tsta.default as defaultimagetype
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='1'
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 4 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.40 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.07 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:93 |
16 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:61 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.30 ms Query memory: 0.025 MB Memory before query: 3.205 MB Rows returned: 1
SELECT t.*
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='3'
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | |
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.19 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |
16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:59 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.22 ms Query memory: 0.024 MB Memory before query: 3.214 MB Rows returned: 0
SELECT t.*
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='3'
AND published=1
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.15 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:66 |
16 | EventgalleryLibraryFactoryImagetypeset->getImagetypes() | JROOT/components/com_eventgallery/library/imagetypeset.php:60 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.18 ms Query memory: 0.025 MB Memory before query: 3.223 MB Rows returned: 1
SELECT t.*, tsta.default as defaultimagetype
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
WHERE tsta.imagetypesetid='3'
ORDER BY tsta.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tsta | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.tsta.imagetypeid | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.02 ms |
Init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.16 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:93 |
16 | EventgalleryLibraryFactoryImagetypeset->getDefaultImagetype() | JROOT/components/com_eventgallery/library/imagetypeset.php:61 |
15 | EventgalleryLibraryImagetypeset->__construct() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:138 |
14 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSets() | JROOT/components/com_eventgallery/library/factory/imagetypeset.php:169 |
13 | EventgalleryLibraryFactoryImagetypeset->getImageTypeSet() | JROOT/components/com_eventgallery/library/folder.php:177 |
12 | EventgalleryLibraryFolder->_prepareData() | JROOT/components/com_eventgallery/library/folder.php:94 |
11 | EventgalleryLibraryFolder->__construct() | JROOT/components/com_eventgallery/library/factory/folder.php:83 |
10 | EventgalleryLibraryFactoryFolder->getFolderFromDatabaseObject() | JROOT/components/com_eventgallery/library/factory/folder.php:38 |
9 | EventgalleryLibraryFactoryFolder->getFolder() | JROOT/components/com_eventgallery/controllers/Event.php:21 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.26 ms After last query: 2.44 ms Query memory: 0.023 MB Memory before query: 3.258 MB Rows returned: 1
SELECT count(1)
FROM `sjla_eventgallery_file` AS file
WHERE folder='fd2010'
AND (file.ismainimageonly IS NULL OR file.ismainimageonly=0)
AND file.published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | file | ref | file,index_folder | file | 377 | const | 20 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.12 ms |
Optimizing | 0.04 ms |
Statistics | 0.13 ms |
Preparing | 0.04 ms |
Executing | 0.00 ms |
Sending data | 0.35 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.06 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_eventgallery/library/folder.php:486 |
14 | EventgalleryLibraryFolder->getFileCount() | JROOT/components/com_eventgallery/models/event.php:103 |
13 | EventgalleryModelEvent->getTotal() | JROOT/components/com_eventgallery/models/event.php:76 |
12 | EventgalleryModelEvent->getPagination() | JROOT/components/com_eventgallery/views/event/view.html.php:99 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.30 ms After last query: 0.88 ms Query memory: 0.035 MB Memory before query: 3.267 MB Rows returned: 20
SELECT file.*
FROM `sjla_eventgallery_file` AS file
WHERE file.folder='fd2010'
AND file.published=1
AND file.ismainimageonly=0
GROUP BY file.id
ORDER BY `ordering` ASC,ordering DESC, file.file
LIMIT 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | file | ref | file,index_folder | file | 377 | const | 20 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.07 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.03 ms |
Sorting result | 0.03 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 0.51 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/folder.php:552 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.62 ms After last query: 0.98 ms Query memory: 0.025 MB Memory before query: 3.347 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6699.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.06 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.95 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.79 ms Query memory: 0.025 MB Memory before query: 3.361 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6700.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.32 ms Query memory: 0.025 MB Memory before query: 3.373 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6701.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.17 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.26 ms Query memory: 0.025 MB Memory before query: 3.386 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6702.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.30 ms Query memory: 0.025 MB Memory before query: 3.398 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6703.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.11 ms After last query: 2.69 ms Query memory: 0.025 MB Memory before query: 3.411 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6704.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.53 ms |
Unlocking tables | 1.20 ms |
Closing tables | 0.18 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.19 ms |
Updating status | 2.08 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 0.45 ms Query memory: 0.025 MB Memory before query: 3.423 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6705.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.07 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.70 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.47 ms Query memory: 0.025 MB Memory before query: 3.436 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6706.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 1.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 0.38 ms Query memory: 0.025 MB Memory before query: 3.448 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6707.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.06 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.48 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.36 ms Query memory: 0.026 MB Memory before query: 3.468 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6708.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.42 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.33 ms Query memory: 0.025 MB Memory before query: 3.481 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6709.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.33 ms |
Reset for next command | 0.06 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.25 ms Query memory: 0.025 MB Memory before query: 3.494 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6710.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.38 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.24 ms Query memory: 0.025 MB Memory before query: 3.506 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6711.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.35 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.25 ms Query memory: 0.025 MB Memory before query: 3.519 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6712.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.32 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.22 ms Query memory: 0.025 MB Memory before query: 3.531 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6713.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.34 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.23 ms Query memory: 0.025 MB Memory before query: 3.544 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6714.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.06 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.36 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 9.40 ms After last query: 0.26 ms Query memory: 0.025 MB Memory before query: 3.556 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6715.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 8.82 ms |
Query end | 0.01 ms |
Commit | 0.03 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.06 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.73 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.46 ms Query memory: 0.025 MB Memory before query: 3.570 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6716.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.08 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.49 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.45 ms After last query: 0.36 ms Query memory: 0.025 MB Memory before query: 3.583 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='100_6717.JPG'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 1.47 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.38 ms Query memory: 0.025 MB Memory before query: 3.595 MB Rows returned: 1
SELECT *
FROM sjla_eventgallery_file
WHERE folder='fd2010'
AND file='2010GovProc.jpg'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sjla_eventgallery_file | const | file,index_file,index_folder | file | 754 | const,const | 1 | |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.08 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.60 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_eventgallery/library/factory/file/local.php:47 |
16 | EventgalleryLibraryFactoryFileLocal->getFileDBData() | JROOT/components/com_eventgallery/library/factory/file/local.php:28 |
15 | EventgalleryLibraryFactoryFileLocal->getFile() | JROOT/components/com_eventgallery/library/factory/file.php:44 |
14 | EventgalleryLibraryFactoryFile->getFile() | JROOT/components/com_eventgallery/library/folder.php:562 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:105 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.97 ms After last query: 0.46 ms Query memory: 0.035 MB Memory before query: 3.545 MB Rows returned: 20
SELECT file.*
FROM `sjla_eventgallery_file` AS file
WHERE file.folder='fd2010'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, `ordering` ASC,ordering DESC, file.file
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | file | ref | file,index_folder | file | 377 | const | 20 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.06 ms |
Optimizing | 0.02 ms |
Statistics | 0.14 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.27 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 1.58 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/folder.php:552 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/models/event.php:65 |
12 | EventgalleryModelEvent->getEntries() | JROOT/components/com_eventgallery/views/event/view.html.php:108 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.46 ms After last query: 1.40 ms Query memory: 0.033 MB Memory before query: 3.567 MB Rows returned: 33
SHOW FULL COLUMNS
FROM `sjla_eventgallery_folder`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `sjla_eventgallery_folder`
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Closing tables | 0.01 ms |
Opening tables | 0.52 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.03 ms |
Executing | 0.00 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
Checking permissions | 0.22 ms |
Closing tables | 0.01 ms |
Executing | 0.02 ms |
Sending data | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Removing tmp table | 0.17 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 2.35 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_eventgallery/tables/folder.php:78 |
14 | EventgalleryTableFolderBase->__construct() | JROOT/libraries/src/Table/Table.php:328 |
13 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_eventgallery/library/folder.php:691 |
12 | EventgalleryLibraryFolder->countHits() | JROOT/components/com_eventgallery/views/event/view.html.php:180 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.37 ms After last query: 2.19 ms Query memory: 0.006 MB Memory before query: 3.688 MB
UPDATE sjla_eventgallery_folder
SET `hits` = (`hits` + 1)
WHERE `id` = '18'
EXPLAIN not possible on query: UPDATE sjla_eventgallery_folder
SET `hits` = (`hits` + 1)
WHERE `id` = '18'
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.12 ms |
Updating | 0.16 ms |
End of update loop | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 4.62 ms |
Closing tables | 0.04 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
13 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_eventgallery/library/folder.php:692 |
12 | EventgalleryLibraryFolder->countHits() | JROOT/components/com_eventgallery/views/event/view.html.php:180 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.42 ms After last query: 2.40 ms Query memory: 0.023 MB Memory before query: 3.698 MB Rows returned: 1
SELECT file.*
FROM `sjla_eventgallery_file` AS file
WHERE file.folder='fd2010'
AND file.published=1
GROUP BY file.id
ORDER BY file.ismainimage DESC, ordering DESC, file.file
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | file | ref | file,index_folder | file | 377 | const | 20 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.32 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.08 ms |
Optimizing | 0.04 ms |
Statistics | 0.11 ms |
Preparing | 0.04 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 0.37 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventgallery/library/folder.php:552 |
13 | EventgalleryLibraryFolder->getFiles() | JROOT/components/com_eventgallery/views/event/view.html.php:230 |
12 | EventgalleryViewEvent->addOpenGraphTags() | JROOT/components/com_eventgallery/views/event/view.html.php:209 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.57 ms After last query: 21.30 ms Query memory: 0.029 MB Memory before query: 3.863 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 sjla_fields AS a
LEFT JOIN `sjla_languages` AS l
ON l.lang_code = a.language
LEFT JOIN sjla_users AS uc
ON uc.id=a.checked_out
LEFT JOIN sjla_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN sjla_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN sjla_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_eventgallery.event'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | jdb7971082.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.20 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.31 ms |
After opening tables | 0.03 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.10 ms |
Optimizing | 0.05 ms |
Statistics | 0.27 ms |
Preparing | 0.06 ms |
Creating tmp table | 0.12 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.62 ms |
Creating sort index | 0.10 ms |
Removing tmp table | 0.09 ms |
Creating sort index | 0.20 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.04 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
27 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
26 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
25 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
24 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
23 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
21 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
20 | JHtmlContent::prepare() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
18 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
17 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php:28 |
16 | include JROOT/components/com_eventgallery/views/snippets/tmpl/event/imagelist.php | JROOT/components/com_eventgallery/library/common/view.php:114 |
15 | EventgalleryLibraryCommonView->loadSnippet() | JROOT/components/com_eventgallery/views/event/tmpl/imagelist.php:29 |
14 | include JROOT/components/com_eventgallery/views/event/tmpl/imagelist.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_eventgallery/views/event/view.html.php:213 |
11 | EventgalleryViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventgallery/controller.php:53 |
9 | EventgalleryController->display() | JROOT/components/com_eventgallery/controllers/Event.php:37 |
8 | EventgalleryControllerEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventgallery/eventgallery.php:60 |
6 | require_once JROOT/components/com_eventgallery/eventgallery.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.58 ms After last query: 44.19 ms Query memory: 0.020 MB Memory before query: 4.044 MB Rows returned: 0
SELECT folder.*
FROM `sjla_eventgallery_folder` AS folder
LEFT JOIN `sjla_eventgallery_file` AS file
ON folder.folder = file.folder
and file.published=1
and file.ismainimage=0
WHERE file.file IS NULL
AND (folder.foldertypeid=1 OR folder.foldertypeid=2 OR folder.foldertypeid=4)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | folder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | Using where |
1 | SIMPLE | file | ref | file,index_folder | file | 377 | jdb7971082.folder.folder | 3 | Using where; Not exists |
Status | Duration |
---|
Starting | 0.67 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.07 ms |
After opening tables | 0.01 ms |
System lock | 0.04 ms |
Table lock | 0.01 ms |
Init | 0.11 ms |
Optimizing | 0.05 ms |
Statistics | 0.05 ms |
Preparing | 0.04 ms |
Executing | 0.00 ms |
Sending data | 0.90 ms |
End of update loop | 0.03 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.06 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/picasaupdater/picasaupdater.php:80 |
7 | plgSystemPicasaupdater->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.18 ms After last query: 5.65 ms Query memory: 0.043 MB Memory before query: 4.050 MB Rows returned: 19
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM sjla_modules AS m
LEFT JOIN sjla_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN sjla_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1,5)
AND m.client_id = 0
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | published,newsfeeds | published | 1 | const | 22 | Using index condition; Using where; Using filesort |
1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | jdb7971082.m.id | 1 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | jdb7971082.m.module,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.17 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.15 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.07 ms |
Optimizing | 0.04 ms |
Statistics | 0.18 ms |
Preparing | 0.04 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 1.07 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
Commit | 0.02 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:278 |
14 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:60 |
13 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
9 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
8 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/protostar/index.php:91 |
7 | require JROOT/templates/protostar/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.51 ms After last query: 28.33 ms Query memory: 0.026 MB Memory before query: 4.407 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `sjla_categories` AS `s`
INNER JOIN `sjla_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 2
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 2 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.20 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.11 ms |
Optimizing | 0.05 ms |
Statistics | 0.28 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.04 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.29 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
17 | ContentRouter->getCategorySegment() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
20 × SELECT *
FROM sjla_eventgallery_file
6 × SELECT t.*
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
3 × SELECT t.*, tsta.default as defaultimagetype
FROM sjla_eventgallery_imagetypeset_imagetype tsta
left join sjla_eventgallery_imagetype t
on tsta.imagetypeid=t.id
3 × SELECT file.*
FROM `sjla_eventgallery_file` AS file
1 × SELECT `data`
FROM `sjla_session`
1 × SELECT `session_id`
FROM `sjla_session`
1 × SELECT id, rules
FROM `sjla_viewlevels
1 × SELECT b.id
FROM sjla_usergroups AS a
LEFT JOIN sjla_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `name`
FROM `sjla_extensions`
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `sjla_categories` AS `c`
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `sjla_assets`
1 × SELECT f.*
FROM sjla_eventgallery_folder
1 × SELECT *
FROM sjla_eventgallery_imagetypeset
1 × SELECT *
FROM sjla_eventgallery_imagetyp
1 × SELECT count(1)
FROM `sjla_eventgallery_file` AS file
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM sjla_fields AS a
LEFT JOIN `sjla_languages` AS l
ON l.lang_code = a.language
LEFT JOIN sjla_users AS uc
ON uc.id=a.checked_out
LEFT JOIN sjla_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN sjla_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN sjla_fields_groups AS g
ON g.id = a.group_id
1 × SELECT folder.*
FROM `sjla_eventgallery_folder` AS folder
LEFT JOIN `sjla_eventgallery_file` AS file
ON folder.folder = file.folder
and file.published=1
and file.ismainimage=0
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM sjla_modules AS m
LEFT JOIN sjla_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN sjla_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `sjla_categories` AS `s`
INNER JOIN `sjla_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)