Query Time: 0.47 ms Query memory: 0.023 MB Memory before query: 1.031 MB Rows returned: 0
SELECT `data`
FROM `arpanarts_session`
WHERE `session_id` = X'6162386439326534653436346139333264316333636139613233623237346466'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.41 ms After last query: 0.37 ms Query memory: 0.020 MB Memory before query: 1.045 MB Rows returned: 0
SELECT `session_id`
FROM `arpanarts_session`
WHERE `session_id` = X'6162386439326534653436346139333264316333636139613233623237346466'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.02 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 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: 1.92 ms After last query: 0.09 ms Query memory: 0.004 MB Memory before query: 1.050 MB
INSERT INTO `arpanarts_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6162386439326534653436346139333264316333636139613233623237346466', 1, 1738938810, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `arpanarts_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6162386439326534653436346139333264316333636139613233623237346466', 1, 1738938810, 0, '', 0)
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
update | 0.09 ms |
end | 0.01 ms |
query end | 0.02 ms |
waiting for handler commit | 1.51 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 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.48 ms After last query: 1.41 ms Query memory: 0.021 MB Memory before query: 1.203 MB Rows returned: 6
SELECT id, rules
FROM `arpanarts_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
executing | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.216 MB Rows returned: 2
SELECT b.id
FROM arpanarts_usergroups AS a
LEFT JOIN arpanarts_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.07 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 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: 1.36 ms After last query: 7.45 ms Query memory: 0.007 MB Memory before query: 1.674 MB
UPDATE `arpanarts_extensions`
SET `params` = '{\"mediaversion\":\"d252103e596bbf6daec9b95594776928\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `arpanarts_extensions`
SET `params` = '{\"mediaversion\":\"d252103e596bbf6daec9b95594776928\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.10 ms |
updating | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.75 ms |
closing tables | 0.03 ms |
freeing items | 0.09 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
15 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
14 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
11 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/helix/core/helix.php:50 |
10 | Helix::getDocument() | JROOT/plugins/system/helix/core/helix.php:36 |
9 | Helix::getInstance() | JROOT/plugins/system/helix/helix.php:21 |
8 | plgSystemHelix->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 2.02 ms Query memory: 0.021 MB Memory before query: 1.862 MB Rows returned: 1
SELECT `template`
FROM `arpanarts_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 4 | 16.67 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helix3/helix3.php:247 |
9 | plgSystemHelix3->getTemplateName() | JROOT/plugins/system/helix3/helix3.php:41 |
8 | plgSystemHelix3->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 12.07 ms Query memory: 0.030 MB Memory before query: 2.911 MB Rows returned: 44
SELECT `id`,`name`,`rules`,`parent_id`
FROM `arpanarts_assets`
WHERE `name` IN ('root.1','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_comprofiler','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_flexicontact','com_formmaker','com_installer','com_jce','com_jevents','com_jevlocations','com_joomlaupdate','com_k2','com_kunena','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_speasyimagegallery','com_sppagebuilder','com_tags','com_templates','com_timetable','com_users','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 162 | 28.40 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.21 ms |
preparing | 0.02 ms |
executing | 0.25 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
21 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
20 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
19 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
18 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
17 | Joomla\CMS\User\User->authorise() | JROOT/components/com_jevents/libraries/helper.php:2368 |
16 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:2450 |
15 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:40 |
14 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:59 |
13 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/iconic/abstract/abstract.php:28 |
12 | JEventsIconicView->__construct() | JROOT/libraries/src/MVC/Factory/LegacyFactory.php:89 |
11 | Joomla\CMS\MVC\Factory\LegacyFactory->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:590 |
10 | Joomla\CMS\MVC\Controller\BaseController->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:833 |
9 | Joomla\CMS\MVC\Controller\BaseController->getView() | JROOT/components/com_jevents/controllers/range.php:53 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.15 ms After last query: 2.10 ms Query memory: 0.027 MB Memory before query: 3.008 MB Rows returned: 16
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM arpanarts_modules AS m
LEFT JOIN arpanarts_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN arpanarts_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-02-07 14:33:30')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-02-07 14:33:30')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 123 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 69 | 1.45 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | siamakpa_arpanarts_db.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | siamakpa_arpanarts_db.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.16 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.15 ms |
preparing | 0.05 ms |
executing | 0.41 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:413 |
18 | JModuleHelper::getModuleList() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:356 |
17 | JModuleHelper::load() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:328 |
16 | JModuleHelper::_load() | JROOT/components/com_jevents/libraries/jevmodulehelper.php:22 |
15 | JevModuleHelper::getVisibleModules() | JROOT/components/com_jevents/libraries/filters.php:54 |
14 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:200 |
13 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/views/default/helpers/defaultgetstartenddates.php:11 |
12 | Defaultgetstartenddates() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
11 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/view.html.php:28 |
10 | IconicViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.09 ms After last query: 1.08 ms Query memory: 0.028 MB Memory before query: 3.055 MB Rows returned: 16
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM arpanarts_modules AS m
LEFT JOIN arpanarts_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN arpanarts_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-02-07 14:33:30')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-02-07 14:33:30')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 123 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 69 | 1.45 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | siamakpa_arpanarts_db.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | siamakpa_arpanarts_db.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.03 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.05 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
executing | 0.42 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:413 |
20 | JModuleHelper::getModuleList() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:356 |
19 | JModuleHelper::load() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:34 |
18 | JModuleHelper::getModule() | JROOT/components/com_jevents/libraries/filters.php:307 |
17 | jevFilter->__construct() | JROOT/components/com_jevents/libraries/filters/Published.php:47 |
16 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:142 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:200 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2892 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3167 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:537 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/iconic/range/view.html.php:45 |
10 | IconicViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.34 ms After last query: 0.20 ms Query memory: 0.030 MB Memory before query: 3.097 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `arpanarts_jev_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `arpanarts_jev_users`
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.85 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.10 ms |
preparing | 0.03 ms |
Creating tmp table | 0.06 ms |
executing | 0.11 ms |
checking permissions | 0.09 ms |
checking permissions | 0.06 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.05 ms |
freeing items | 0.09 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
21 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
20 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_jevents/tables/jevuser.php:69 |
19 | TableUser->__construct() | JROOT/components/com_jevents/libraries/helper.php:2308 |
18 | JEVHelper::getAuthorisedUser() | JROOT/components/com_jevents/libraries/helper.php:1201 |
17 | JEVHelper::isEventCreator() | JROOT/components/com_jevents/libraries/filters/Published.php:50 |
16 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:142 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:200 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2892 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3167 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:537 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/iconic/range/view.html.php:45 |
10 | IconicViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.78 ms After last query: 0.90 ms Query memory: 0.029 MB Memory before query: 3.143 MB Rows returned: 6
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 `arpanarts_categories` AS `c`
WHERE (c.extension='com_jevents' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | 61.54 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
21 | Joomla\CMS\Categories\Categories->_load() | JROOT/components/com_jevents/helpers/category.php:47 |
20 | JEventsCategories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
19 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_jevents/libraries/dbmodel.php:90 |
18 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:886 |
17 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:39 |
16 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:142 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:200 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2892 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3167 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:537 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/iconic/range/view.html.php:45 |
10 | IconicViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.63 ms After last query: 0.31 ms Query memory: 0.025 MB Memory before query: 3.183 MB Rows returned: 5
SELECT c.id
FROM arpanarts_categories AS c
WHERE c.access IN (1,1,5)
AND c.published = 1
AND c.language in ('en-GB','*')
AND c.extension = 'com_jevents'
ORDER BY c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 6 | 100.00 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
executing | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_jevents/libraries/dbmodel.php:172 |
18 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:886 |
17 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:39 |
16 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:142 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:200 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2892 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3167 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:537 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/iconic/range/view.html.php:45 |
10 | IconicViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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: 1.79 ms Query memory: 0.023 MB Memory before query: 3.297 MB Rows returned: 1
SELECT count(distinct ev.ev_id)
FROM arpanarts_jevents_repetition as rpt
INNER JOIN arpanarts_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN arpanarts_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN arpanarts_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN arpanarts_jevents_rrule as rr
ON rr.eventid = rpt.eventid
LEFT JOIN arpanarts_jev_files_combined as jfc
ON jfc.ev_id = ev.ev_id
LEFT JOIN arpanarts_jev_locations as loc
ON loc.loc_id=det.location
LEFT JOIN arpanarts_jevlocations_catmap AS loccatmap
ON loccatmap.locid = loc.loc_id
LEFT JOIN arpanarts_categories AS loccat
ON loccat.id = loccatmap.catid
WHERE ev.catid IN(-1,8,9,11,13,14)
AND rpt.startrepeat <= '2026-02-07 23:59:59'
AND NOT (rpt.endrepeat > '2026-02-07 23:59:59'
AND det.multiday=0)
AND ev.state=1
AND ev.access IN (1,1,5)
AND icsf.state=1
AND icsf.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | system | PRIMARY,stateidx | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
1 | SIMPLE | loccatmap | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | loccat | NULL | const | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Impossible ON condition |
1 | SIMPLE | rpt | NULL | ALL | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | NO INDEX KEY COULD BE USED | NULL | NULL | 21 | 100.00 | Using where |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | siamakpa_arpanarts_db.rpt.eventid | 1 | 40.82 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | siamakpa_arpanarts_db.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | siamakpa_arpanarts_db.rpt.eventid | 1 | 100.00 | Using index |
1 | SIMPLE | jfc | NULL | ref | ev_id,ev_id_2 | ev_id | 4 | siamakpa_arpanarts_db.rpt.eventid | 1 | 100.00 | Using index |
1 | SIMPLE | loc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | siamakpa_arpanarts_db.det.location | 1 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.17 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.12 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.04 ms |
statistics | 0.18 ms |
preparing | 0.13 ms |
executing | 0.42 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.05 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_jevents/libraries/dbmodel.php:3033 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3167 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:537 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/iconic/range/view.html.php:45 |
10 | IconicViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.29 ms After last query: 0.66 ms Query memory: 0.123 MB Memory before query: 3.324 MB Rows returned: 10
SELECT ev.*, rpt.*, rr.*, det.*, ev.state as published, ev.created as created , jfc.imagename1 AS imageurl1, jfc.imagetitle1 AS imagetitle1 ,
CASE WHEN (jfc.filename1='') THEN '' ELSE CONCAT('/images/jevents/',jfc.filename1) END as filehref1
, jfc.filetitle1 as filetitle1
,
CASE WHEN (jfc.filename1='') THEN '' ELSE CONCAT('<a href="/images/jevents/',jfc.filename1,'" />',jfc.filetitle1,'</a>') END as filelink1, loc.loc_id,loc.title as loc_title, loc.title as location, loc.street as loc_street, loc.description as loc_desc, loc.postcode as loc_postcode, loc.city as loc_city, loc.country as loc_country, loc.state as loc_state, loc.phone as loc_phone , loc.image as loc_image , loc.url as loc_url , loc.geolon as loc_lon , loc.geolat as loc_lat , loc.geozoom as loc_zoom , loc.mapicon as loc_mapicon , GROUP_CONCAT(DISTINCT loccat.title SEPARATOR ',') AS location_category_list,GROUP_CONCAT(loccatmap.catid SEPARATOR ',') AS location_catid_list
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM arpanarts_jevents_repetition as rpt use INDEX (eventstart)
INNER JOIN arpanarts_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN arpanarts_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN arpanarts_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN arpanarts_jevents_rrule as rr
ON rr.eventid = rpt.eventid
LEFT JOIN arpanarts_jev_files_combined as jfc
ON jfc.ev_id = ev.ev_id
LEFT JOIN arpanarts_jev_locations as loc
ON loc.loc_id=det.location
LEFT JOIN arpanarts_jevlocations_catmap AS loccatmap
ON loccatmap.locid = loc.loc_id
LEFT JOIN arpanarts_categories AS loccat
ON loccat.id = loccatmap.catid
WHERE ev.catid IN(-1,8,9,11,13,14)
AND rpt.startrepeat <= '2026-02-07 23:59:59'
AND NOT (rpt.endrepeat > '2026-02-07 23:59:59'
AND det.multiday=0)
AND ev.state=1
AND ev.access IN (1,1,5)
AND icsf.state=1
AND icsf.access IN (1,1,5)
GROUP BY ev.ev_id
ORDER BY rpt.startrepeat desc, rpt.endrepeat desc, det.summary ASC
LIMIT 0,10
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | system | PRIMARY,stateidx | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using temporary; Using filesort |
1 | SIMPLE | loccatmap | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | loccat | NULL | const | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Impossible ON condition |
1 | SIMPLE | rpt | NULL | ALL | eventstart | NO INDEX KEY COULD BE USED | NULL | NULL | 21 | 33.33 | Using where |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | siamakpa_arpanarts_db.rpt.eventid | 1 | 40.82 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | siamakpa_arpanarts_db.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | siamakpa_arpanarts_db.rpt.eventid | 1 | 100.00 | NULL |
1 | SIMPLE | jfc | NULL | ref | ev_id,ev_id_2 | ev_id | 4 | siamakpa_arpanarts_db.rpt.eventid | 1 | 100.00 | NULL |
1 | SIMPLE | loc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | siamakpa_arpanarts_db.det.location | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.24 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.17 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.12 ms |
preparing | 0.04 ms |
Creating tmp table | 0.08 ms |
Creating tmp table | 0.14 ms |
executing | 2.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.04 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2570 |
14 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:73 |
13 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:3040 |
12 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:552 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/iconic/range/view.html.php:45 |
10 | IconicViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.68 ms After last query: 6.08 ms Query memory: 0.036 MB Memory before query: 3.559 MB Rows returned: 31
SHOW FULL COLUMNS
FROM `arpanarts_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `arpanarts_content`
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.72 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.03 ms |
Creating tmp table | 0.05 ms |
executing | 0.13 ms |
checking permissions | 0.08 ms |
checking permissions | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.05 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
22 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
21 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
20 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
19 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:11 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperheader16.php:7 |
16 | IconicViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
14 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.89 ms After last query: 2.12 ms Query memory: 0.029 MB Memory before query: 3.724 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 arpanarts_fields AS a
LEFT JOIN `arpanarts_languages` AS l
ON l.lang_code = a.language
LEFT JOIN arpanarts_users AS uc
ON uc.id=a.checked_out
LEFT JOIN arpanarts_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN arpanarts_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN arpanarts_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.article'
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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | siamakpa_arpanarts_db.a.language | 1 | 100.00 | Using index condition |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | siamakpa_arpanarts_db.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | siamakpa_arpanarts_db.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | siamakpa_arpanarts_db.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | siamakpa_arpanarts_db.a.group_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.17 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.16 ms |
preparing | 0.03 ms |
Creating tmp table | 0.05 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
25 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
24 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
23 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
22 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
21 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
19 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperheader16.php:7 |
16 | IconicViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
14 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.57 ms Query memory: 0.027 MB Memory before query: 3.746 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.09 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
22 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
21 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
19 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperheader16.php:7 |
16 | IconicViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
14 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.50 ms After last query: 0.53 ms Query memory: 0.027 MB Memory before query: 3.762 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.03 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
22 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
21 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
19 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperheader16.php:8 |
16 | IconicViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
14 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.55 ms After last query: 1.06 ms Query memory: 0.027 MB Memory before query: 3.785 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.10 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
22 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
21 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
19 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperheader16.php:135 |
16 | IconicViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
14 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.50 ms After last query: 0.35 ms Query memory: 0.027 MB Memory before query: 3.801 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.09 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
22 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
21 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
19 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperheader16.php:136 |
16 | IconicViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
14 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.48 ms After last query: 0.62 ms Query memory: 0.026 MB Memory before query: 3.819 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.09 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
16 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelpershownavtablebar.php:28 |
14 | DefaultViewHelperShowNavTableBar() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:5 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.50 ms After last query: 0.34 ms Query memory: 0.026 MB Memory before query: 3.835 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
16 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelpershownavtablebar.php:29 |
14 | DefaultViewHelperShowNavTableBar() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:5 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 1.32 ms Query memory: 0.026 MB Memory before query: 3.861 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
16 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelpershownavtablebar.php:118 |
14 | DefaultViewHelperShowNavTableBar() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:5 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.41 ms After last query: 0.37 ms Query memory: 0.026 MB Memory before query: 3.876 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
16 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelpershownavtablebar.php:119 |
14 | DefaultViewHelperShowNavTableBar() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:5 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.54 ms After last query: 1.60 ms Query memory: 0.028 MB Memory before query: 3.899 MB Rows returned: 5
SELECT c.*
FROM arpanarts_categories as c
WHERE extension='com_jevents'
order by c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | cat_idx | cat_idx | 202 | const | 5 | 100.00 | Using filesort |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.10 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/commonfunctions.php:92 |
17 | JEV_CommonFunctions::getCategoryData() | JROOT/components/com_jevents/libraries/commonfunctions.php:117 |
16 | JEV_CommonFunctions::setColor() | JROOT/components/com_jevents/libraries/jeventcal.php:313 |
15 | jEventCal->bgcolor() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:69 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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: 3.90 ms Query memory: 0.025 MB Memory before query: 3.986 MB Rows returned: 5
SELECT a.id, a.parent_id
FROM arpanarts_categories AS a
WHERE a.parent_id > 0
AND a.extension = "com_jevents"
AND a.published = 1
AND a.language in ('en-GB','*')
ORDER BY a.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | cat_idx,idx_language | cat_idx | 203 | const,const | 5 | 33.33 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.04 ms |
executing | 0.06 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:25 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.55 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 3.998 MB Rows returned: 1
SELECT *
FROM arpanarts_jev_defaults
WHERE state=1
AND name= 'icalevent.list_row'
AND value<>''
AND language in ('en-GB','*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_jev_defaults | NULL | ref | name,langcodename | name | 152 | const | 4 | 9.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:47 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.53 ms After last query: 2.14 ms Query memory: 0.026 MB Memory before query: 4.100 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.50 ms After last query: 1.01 ms Query memory: 0.026 MB Memory before query: 4.114 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.02 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.92 ms Query memory: 0.026 MB Memory before query: 4.130 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.03 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.48 ms After last query: 0.94 ms Query memory: 0.026 MB Memory before query: 4.148 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.45 ms After last query: 0.91 ms Query memory: 0.028 MB Memory before query: 4.171 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.91 ms Query memory: 0.026 MB Memory before query: 4.189 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 1.01 ms Query memory: 0.026 MB Memory before query: 4.206 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 1.01 ms Query memory: 0.026 MB Memory before query: 4.223 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.53 ms After last query: 0.94 ms Query memory: 0.026 MB Memory before query: 4.240 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.02 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.52 ms After last query: 0.91 ms Query memory: 0.026 MB Memory before query: 4.257 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
20 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
19 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:1730 |
16 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php:81 |
14 | include JROOT/templates/arpanarts/html/com_jevents/iconic/range/listevents_responsive.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:10 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.58 ms After last query: 5.47 ms Query memory: 0.027 MB Memory before query: 4.303 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.03 ms |
query end | 0.02 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
22 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
21 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
19 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperfooter16.php:34 |
16 | IconicViewHelperFooter16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperfooter.php:5 |
14 | IconicViewHelperFooter() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:18 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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.52 ms After last query: 0.34 ms Query memory: 0.027 MB Memory before query: 4.319 MB Rows returned: 0
SELECT
id, alias
FROM
arpanarts_content
WHERE
alias IN ('timetable-for-joomla-sample-1',
'timetable-for-joomla-sample-2',
'timetable-for-joomla-sample-3',
'timetable-for-joomla-sample-4',
'timetable-for-joomla-sample-5')
ORDER BY id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | arpanarts_content | NULL | index | idx_alias | PRIMARY | 4 | NULL | 10 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_timetable/classes/timetable_shortcode.php:32 |
22 | Timetable_Shortcode::process_shortcodes() | JROOT/plugins/content/timetable_content/timetable_content.php:18 |
21 | plgContentTimetable_Content->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
19 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperfooter16.php:35 |
16 | IconicViewHelperFooter16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/helpers/iconicviewhelperfooter.php:5 |
14 | IconicViewHelperFooter() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php:18 |
12 | include JROOT/components/com_jevents/views/iconic/range/tmpl/listevents.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 |
11 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
20 × SELECT
id, alias
FROM
arpanarts_content
2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM arpanarts_modules AS m
LEFT JOIN arpanarts_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN arpanarts_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `data`
FROM `arpanarts_session`
1 × SELECT `session_id`
FROM `arpanarts_session`
1 × SELECT id, rules
FROM `arpanarts_viewlevels
1 × SELECT b.id
FROM arpanarts_usergroups AS a
LEFT JOIN arpanarts_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `template`
FROM `arpanarts_template_styles`
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `arpanarts_assets`
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 `arpanarts_categories` AS `c`
1 × SELECT c.id
FROM arpanarts_categories AS c
1 × SELECT count(distinct ev.ev_id)
FROM arpanarts_jevents_repetition as rpt
INNER JOIN arpanarts_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN arpanarts_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN arpanarts_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN arpanarts_jevents_rrule as rr
ON rr.eventid = rpt.eventid
LEFT JOIN arpanarts_jev_files_combined as jfc
ON jfc.ev_id = ev.ev_id
LEFT JOIN arpanarts_jev_locations as loc
ON loc.loc_id=det.location
LEFT JOIN arpanarts_jevlocations_catmap AS loccatmap
ON loccatmap.locid = loc.loc_id
LEFT JOIN arpanarts_categories AS loccat
ON loccat.id = loccatmap.catid
1 × SELECT ev.*, rpt.*, rr.*, det.*, ev.state as published, ev.created as created , jfc.imagename1 AS imageurl1, jfc.imagetitle1 AS imagetitle1 ,
CASE WHEN (jfc.filename1='') THEN '' ELSE CONCAT('/images/jevents/',jfc.filename1) END as filehref1 , jfc.filetitle1 as filetitle1 ,
CASE WHEN (jfc.filename1='') THEN '' ELSE CONCAT('<a href="/images/jevents/',jfc.filename1,'" />',jfc.filetitle1,'</a>') END as filelink1, loc.loc_id,loc.title as loc_title, loc.title as location, loc.street as loc_street, loc.description as loc_desc, loc.postcode as loc_postcode, loc.city as loc_city, loc.country as loc_country, loc.state as loc_state, loc.phone as loc_phone , loc.image as loc_image , loc.url as loc_url , loc.geolon as loc_lon , loc.geolat as loc_lat , loc.geozoom as loc_zoom , loc.mapicon as loc_mapicon , GROUP_CONCAT(DISTINCT loccat.title SEPARATOR ',') AS location_category_list,GROUP_CONCAT(loccatmap.catid SEPARATOR ',') AS location_catid_list , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM arpanarts_jevents_repetition as rpt use INDEX (eventstart)
INNER JOIN arpanarts_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN arpanarts_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN arpanarts_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN arpanarts_jevents_rrule as rr
ON rr.eventid = rpt.eventid
LEFT JOIN arpanarts_jev_files_combined as jfc
ON jfc.ev_id = ev.ev_id
LEFT JOIN arpanarts_jev_locations as loc
ON loc.loc_id=det.location
LEFT JOIN arpanarts_jevlocations_catmap AS loccatmap
ON loccatmap.locid = loc.loc_id
LEFT JOIN arpanarts_categories AS loccat
ON loccat.id = loccatmap.catid
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 arpanarts_fields AS a
LEFT JOIN `arpanarts_languages` AS l
ON l.lang_code = a.language
LEFT JOIN arpanarts_users AS uc
ON uc.id=a.checked_out
LEFT JOIN arpanarts_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN arpanarts_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN arpanarts_fields_groups AS g
ON g.id = a.group_id
1 × SELECT c.*
FROM arpanarts_categories as c
1 × SELECT a.id, a.parent_id
FROM arpanarts_categories AS a
1 × SELECT *
FROM arpanarts_jev_defaults