Query Time: 0.41 ms
SELECT `data`
FROM `tor96_session`
WHERE `session_id` = '2cd05eaeb9284f72b7234ea656aca28f'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
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:82 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:648 |
9 | JSession->_start() | JROOT/libraries/joomla/session/session.php:608 |
8 | JSession->start() | JROOT/libraries/joomla/session/session.php:486 |
7 | JSession->get() | JROOT/libraries/joomla/session/session.php:443 |
6 | JSession->isNew() | JROOT/libraries/cms/application/cms.php:825 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.29 ms After last query: 0.65 ms
SELECT `session_id`
FROM `tor96_session`
WHERE `session_id` = '2cd05eaeb9284f72b7234ea656aca28f'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:827 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.30 ms After last query: 0.20 ms
INSERT INTO `tor96_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('2cd05eaeb9284f72b7234ea656aca28f', 1, '1618340754', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `tor96_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('2cd05eaeb9284f72b7234ea656aca28f', 1, '1618340754', 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/application/cms.php:216 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:827 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:412 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.66 ms After last query: 0.93 ms
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tor96_extensions`
WHERE `type` = 'component'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_extensions | NULL | ref | extension | extension | 82 | const | 41 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:452 |
9 | JComponentHelper::{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:460 |
6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:111 |
4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:593 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 1.19 ms
SELECT b.id
FROM tor96_usergroups AS a
LEFT JOIN tor96_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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:978 |
9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:1047 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.28 ms
SELECT id, rules
FROM `tor96_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1064 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.14 ms After last query: 0.25 ms
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM tor96_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_extensions | NULL | ref | extension | extension | 82 | const | 113 | 0.60 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:311 |
9 | JPluginHelper::{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/plugin/helper.php:316 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 6.55 ms
SELECT template
FROM tor96_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 | tor96_template_styles | NULL | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/baforms/baforms.php:43 |
10 | plgSystemBaforms->checkOverride() | JROOT/plugins/system/baforms/baforms.php:26 |
9 | plgSystemBaforms->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:683 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.77 ms After last query: 1.40 ms
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM tor96_menu AS m
LEFT JOIN tor96_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 88 | 3.52 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | u0389608_gps.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
17 | JMenuSite->{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
15 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:443 |
10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:59 |
8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:198 |
7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:548 |
6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:402 |
5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1141 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 4.90 ms
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tor96_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
19 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
18 | JLibraryHelper::{closure}() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
16 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |
15 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |
14 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |
13 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |
12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
10 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:40 |
9 | plgSystemK2->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.28 ms
UPDATE `tor96_extensions`
SET `params` = '{\"mediaversion\":\"2a7a274e4dad57bfea68938d306c8493\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | tor96_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/library/helper.php:116 |
14 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |
13 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |
12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
10 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:40 |
9 | plgSystemK2->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.79 ms
SELECT *
FROM tor96_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 |
13 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 |
12 | JApplicationSite->getParams() | JROOT/components/com_k2/helpers/utilities.php:305 |
11 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:56 |
10 | K2HelperHTML::loadjQuery() | JROOT/plugins/system/k2/k2.php:45 |
9 | plgSystemK2->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.81 ms
SELECT id, home, template, s.params
FROM tor96_template_styles as s
LEFT JOIN tor96_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | u0389608_gps.s.template,const | 1 | 4.61 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |
20 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:359 |
19 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:706 |
18 | JHtml::script() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
16 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
15 | JHtml::_() | JROOT/libraries/cms/html/jquery.php:52 |
14 | JHtmlJquery::framework() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
12 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
11 | JHtml::_() | JROOT/administrator/components/com_k2/helpers/html.php:79 |
10 | K2HelperHTML::loadjQuery() | JROOT/plugins/system/k2/k2.php:45 |
9 | plgSystemK2->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1151 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.48 ms After last query: 4.43 ms
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,COUNT(i.`id`) AS numitems
FROM tor96_categories as c
LEFT JOIN `tor96_weblinks` AS i
ON i.`catid` = c.id
AND i.state = 1
WHERE (c.extension='com_weblinks' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
GROUP BY 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
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 | 19 | 21.05 | Using where; Using temporary; Using filesort |
1 | SIMPLE | i | NULL | ref | idx_state,idx_catid | idx_state | 1 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:301 |
14 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:182 |
13 | JCategories->get() | JROOT/components/com_weblinks/models/categories.php:110 |
12 | WeblinksModelCategories->getItems() | JROOT/libraries/legacy/view/legacy.php:422 |
11 | JViewLegacy->get() | JROOT/components/com_weblinks/views/categories/view.html.php:49 |
10 | WeblinksViewCategories->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_weblinks/controller.php:65 |
8 | WeblinksController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_weblinks/weblinks.php:15 |
6 | require_once JROOT/components/com_weblinks/weblinks.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 2.75 ms
SELECT params
FROM tor96_extensions AS e
WHERE e.element='com_widgetkit'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
15 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_widgetkit/helpers/system.php:278 |
14 | SystemWidgetkitHelper->_getParams() | JROOT/administrator/components/com_widgetkit/helpers/system.php:54 |
13 | SystemWidgetkitHelper->__construct() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:129 |
12 | Widgetkit->loadHelper() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:76 |
11 | Widgetkit->getHelper() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:137 |
10 | Widgetkit->offsetGet() | JROOT/administrator/components/com_widgetkit/widgetkit.php:17 |
9 | require_once JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/plugins/system/widgetkit_system/widgetkit_system.php:20 |
8 | plgSystemWidgetkit_System->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/site.php:196 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.31 ms
SELECT id,template
FROM tor96_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 | tor96_template_styles | NULL | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/helpers/system.php:78 |
10 | SystemWidgetkitHelper->init() | JROOT/administrator/components/com_widgetkit/widgetkit.php:17 |
9 | require_once JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/plugins/system/widgetkit_system/widgetkit_system.php:20 |
8 | plgSystemWidgetkit_System->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/site.php:196 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.50 ms After last query: 14.25 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tor96_modules AS m
LEFT JOIN tor96_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tor96_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 <= '2021-04-13 19:05:55')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-04-13 19:05:55')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 101 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 | 95 | 1.05 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | u0389608_gps.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | u0389608_gps.m.id | 1 | 40.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
16 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:424 |
15 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:360 |
14 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
13 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
12 | JDocumentHtml->countModules() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/logistica/layouts/theme.config.php:26 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 5.72 ms
SELECT *
FROM tor96_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 82 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
17 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:461 |
16 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1183 |
15 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:12 |
14 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 1.15 ms
SELECT *
FROM tor96_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_acymailing_list | NULL | ref | typeorderingindex,typeuseridindex | typeorderingindex | 1 | const | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:29 |
15 | listClass->getLists() | JROOT/modules/mod_acymailing/mod_acymailing.php:121 |
14 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 2.27 ms
SELECT `id`,`name`,`rules`,`parent_id`
FROM `tor96_assets`
WHERE `name` IN ('com_acymailing','com_admin','com_ajax','com_akeeba','com_associations','com_baforms','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_fwgallery','com_installer','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_uniterevolution2','com_users','com_weblinks','com_widgetkit','com_wrapper') OR `parent_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_assets | NULL | index_merge | idx_asset_name,idx_parent_id | idx_asset_name,idx_parent_id | 202,4 | NULL | 41 | 100.00 | Using sort_union(idx_asset_name,idx_parent_id); Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.01 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
24 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
23 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
22 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
21 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
20 | JUser->authorise() | JROOT/components/com_content/models/articles.php:437 |
19 | ContentModelArticles->getListQuery() | JROOT/libraries/legacy/model/list.php:132 |
18 | JModelList->_getListQuery() | JROOT/libraries/legacy/model/list.php:186 |
17 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:536 |
16 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_news/helper.php:91 |
15 | ModArticlesNewsHelper::getList() | JROOT/modules/mod_articles_news/mod_articles_news.php:15 |
14 | include JROOT/modules/mod_articles_news/mod_articles_news.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 7.24 ms After last query: 0.87 ms
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM tor96_content AS a
LEFT JOIN tor96_categories AS c
ON c.id = a.catid
LEFT JOIN tor96_users AS ua
ON ua.id = a.created_by
LEFT JOIN tor96_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tor96_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tor96_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (16,19,20)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-04-13 19:05:55')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-04-13 19:05:55')
ORDER BY RAND() ASC
LIMIT 3
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ALL | PRIMARY,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | 10.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid | idx_catid | 4 | u0389608_gps.c.id | 7 | 16.00 | Using index condition; Using where |
1 | SIMPLE | ua | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | uam | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | u0389608_gps.c.parent_id | 1 | 100.00 | Using where |
1 | SIMPLE | v | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.27 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.07 ms |
init | 0.13 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.22 ms |
preparing | 0.09 ms |
Creating tmp table | 0.14 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 5.47 ms |
Creating sort index | 0.17 ms |
end | 0.01 ms |
query end | 0.21 ms |
removing tmp table | 0.14 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
18 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:186 |
17 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:536 |
16 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_news/helper.php:91 |
15 | ModArticlesNewsHelper::getList() | JROOT/modules/mod_articles_news/mod_articles_news.php:15 |
14 | include JROOT/modules/mod_articles_news/mod_articles_news.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 1.72 ms
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 tor96_categories as c
LEFT JOIN tor96_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=16
GROUP BY 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
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | 43.86 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.14 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.09 ms |
System lock | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.15 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.10 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:301 |
26 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:182 |
25 | JCategories->get() | JROOT/components/com_content/router.php:70 |
24 | ContentRouter->getCategorySegment() | Same as call in the line below. |
23 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
22 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
21 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
20 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
19 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
18 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
17 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
16 | JRoute::_() | JROOT/modules/mod_articles_news/helper.php:104 |
15 | ModArticlesNewsHelper::getList() | JROOT/modules/mod_articles_news/mod_articles_news.php:15 |
14 | include JROOT/modules/mod_articles_news/mod_articles_news.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.33 ms After last query: 2.31 ms
SELECT 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
FROM tor96_fields AS a
LEFT JOIN `tor96_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tor96_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tor96_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tor96_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tor96_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_articles_news.content'
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
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 index condition; Using where; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | u0389608_gps.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | u0389608_gps.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | u0389608_gps.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | u0389608_gps.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | u0389608_gps.a.group_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.23 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.14 ms |
System lock | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
System lock | 0.05 ms |
optimizing | 0.04 ms |
statistics | 0.24 ms |
preparing | 0.05 ms |
Sorting result | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
Creating sort index | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.04 ms |
freeing items | 0.03 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.01 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
27 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
26 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |
25 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |
24 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |
23 | PlgSystemFields->onContentPrepare() | Same as call in the line below. |
22 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
20 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
19 | JHtmlContent::prepare() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/cms/html/html.php:233 |
17 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |
16 | JHtml::_() | JROOT/modules/mod_articles_news/helper.php:114 |
15 | ModArticlesNewsHelper::getList() | JROOT/modules/mod_articles_news/mod_articles_news.php:15 |
14 | include JROOT/modules/mod_articles_news/mod_articles_news.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 0.83 ms
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 tor96_categories as c
LEFT JOIN tor96_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=20
GROUP BY 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
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | 43.86 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.12 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.07 ms |
System lock | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.04 ms |
Creating sort index | 0.10 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:301 |
26 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:182 |
25 | JCategories->get() | JROOT/components/com_content/router.php:70 |
24 | ContentRouter->getCategorySegment() | Same as call in the line below. |
23 | call_user_func_array() | JROOT/libraries/cms/component/router/view.php:117 |
22 | JComponentRouterView->getPath() | JROOT/libraries/cms/component/router/rules/menu.php:82 |
21 | JComponentRouterRulesMenu->preprocess() | JROOT/libraries/cms/component/router/view.php:219 |
20 | JComponentRouterView->preprocess() | JROOT/libraries/cms/router/site.php:660 |
19 | JRouterSite->processBuildRules() | JROOT/libraries/cms/router/router.php:267 |
18 | JRouter->build() | JROOT/libraries/cms/router/site.php:149 |
17 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
16 | JRoute::_() | JROOT/modules/mod_articles_news/helper.php:104 |
15 | ModArticlesNewsHelper::getList() | JROOT/modules/mod_articles_news/mod_articles_news.php:15 |
14 | include JROOT/modules/mod_articles_news/mod_articles_news.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 5.00 ms
select *
from tor96_revslider_sliders
where id=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_revslider_sliders | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:178 |
20 | UniteDBRev->fetchSql() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:213 |
19 | UniteDBRev->fetch() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:223 |
18 | UniteDBRev->fetchSingle() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_slider.class.php:76 |
17 | RevSlider->initByID() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_slider.class.php:119 |
16 | RevSlider->initByMixed() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:1909 |
15 | RevSliderOutput->putSliderBase() | JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php:82 |
14 | include JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.55 ms
select *
from tor96_revslider_slides
where slider_id=1
order by slide_order
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tor96_revslider_slides | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
Creating sort index | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.03 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:178 |
21 | UniteDBRev->fetchSql() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:213 |
20 | UniteDBRev->fetch() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_slider.class.php:1577 |
19 | RevSlider->getSlidesFromGallery() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_slider.class.php:1470 |
18 | RevSlider->getSlides() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_slider.class.php:1656 |
17 | RevSlider->getSlidesForOutput() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:260 |
16 | RevSliderOutput->putSlides() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:2162 |
15 | RevSliderOutput->putSliderBase() | JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php:82 |
14 | include JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 1.22 ms
select *
from tor96_revslider_layer_animations
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
System lock | 0.02 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
freeing items | 0.00 ms |
storing result in query cache | 0.00 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:178 |
20 | UniteDBRev->fetchSql() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:213 |
19 | UniteDBRev->fetch() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_operations.class.php:533 |
18 | RevOperations::getCustomAnimations() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:686 |
17 | RevSliderOutput->putCreativeLayer() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:654 |
16 | RevSliderOutput->putSlides() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:2162 |
15 | RevSliderOutput->putSliderBase() | JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php:82 |
14 | include JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.22 ms
select *
from tor96_revslider_layer_animations
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:178 |
20 | UniteDBRev->fetchSql() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:213 |
19 | UniteDBRev->fetch() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_operations.class.php:533 |
18 | RevOperations::getCustomAnimations() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:687 |
17 | RevSliderOutput->putCreativeLayer() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:654 |
16 | RevSliderOutput->putSlides() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:2162 |
15 | RevSliderOutput->putSliderBase() | JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php:82 |
14 | include JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.52 ms
select *
from tor96_revslider_layer_animations
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:178 |
20 | UniteDBRev->fetchSql() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:213 |
19 | UniteDBRev->fetch() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_operations.class.php:533 |
18 | RevOperations::getCustomAnimations() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:686 |
17 | RevSliderOutput->putCreativeLayer() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:654 |
16 | RevSliderOutput->putSlides() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:2162 |
15 | RevSliderOutput->putSliderBase() | JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php:82 |
14 | include JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.20 ms
select *
from tor96_revslider_layer_animations
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:178 |
20 | UniteDBRev->fetchSql() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:213 |
19 | UniteDBRev->fetch() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_operations.class.php:533 |
18 | RevOperations::getCustomAnimations() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:687 |
17 | RevSliderOutput->putCreativeLayer() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:654 |
16 | RevSliderOutput->putSlides() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:2162 |
15 | RevSliderOutput->putSliderBase() | JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php:82 |
14 | include JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.44 ms
select *
from tor96_revslider_layer_animations
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:178 |
20 | UniteDBRev->fetchSql() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:213 |
19 | UniteDBRev->fetch() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_operations.class.php:533 |
18 | RevOperations::getCustomAnimations() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:686 |
17 | RevSliderOutput->putCreativeLayer() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:654 |
16 | RevSliderOutput->putSlides() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:2162 |
15 | RevSliderOutput->putSliderBase() | JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php:82 |
14 | include JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.22 ms
select *
from tor96_revslider_layer_animations
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Waiting on query cache mutex | 0.00 ms |
starting | 0.00 ms |
checking query cache for query | 0.00 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.00 ms |
sending cached result to clien | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:178 |
20 | UniteDBRev->fetchSql() | JROOT/administrator/components/com_uniterevolution2/inc_php/framework/db.class.php:213 |
19 | UniteDBRev->fetch() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_operations.class.php:533 |
18 | RevOperations::getCustomAnimations() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:687 |
17 | RevSliderOutput->putCreativeLayer() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:654 |
16 | RevSliderOutput->putSlides() | JROOT/administrator/components/com_uniterevolution2/inc_php/revslider_output.class.php:2162 |
15 | RevSliderOutput->putSliderBase() | JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php:82 |
14 | include JROOT/modules/mod_unite_revolution2/mod_unite_revolution2.php | JROOT/libraries/cms/module/helper.php:198 |
13 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
12 | JDocumentRendererHtmlModule->render() | JROOT/templates/logistica/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/logistica/layouts/theme.config.php:72 |
10 | include JROOT/templates/logistica/layouts/theme.config.php | JROOT/templates/logistica/layouts/theme.php:10 |
9 | include JROOT/templates/logistica/layouts/theme.php | JROOT/templates/logistica/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/logistica/index.php:16 |
7 | require JROOT/templates/logistica/index.php | JROOT/libraries/joomla/document/html.php:653 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1098 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
6 × select *
from tor96_revslider_layer_animation
2 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM tor96_categories as c
LEFT JOIN tor96_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tor96_extensions`
1 × SELECT *
FROM tor96_acymailing_list
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tor96_modules AS m
LEFT JOIN tor96_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tor96_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `tor96_assets`
1 × SELECT *
FROM tor96_acymailing_confi
1 × SELECT 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
FROM tor96_fields AS a
LEFT JOIN `tor96_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tor96_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tor96_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tor96_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tor96_fields_groups AS g
ON g.id = a.group_id
1 × select *
from tor96_revslider_slides
1 × select *
from tor96_revslider_sliders
1 × SELECT id,template
FROM tor96_template_styles
1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating, COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM tor96_content AS a
LEFT JOIN tor96_categories AS c
ON c.id = a.catid
LEFT JOIN tor96_users AS ua
ON ua.id = a.created_by
LEFT JOIN tor96_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tor96_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tor96_content_rating AS v
ON a.id = v.content_id
1 × SELECT params
FROM tor96_extensions AS e
1 × SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM tor96_extensions
1 × SELECT id, rules
FROM `tor96_viewlevels
1 × SELECT b.id
FROM tor96_usergroups AS a
LEFT JOIN tor96_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `session_id`
FROM `tor96_session`
1 × SELECT template
FROM tor96_template_styles
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM tor96_menu AS m
LEFT JOIN tor96_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM tor96_categories as c
LEFT JOIN `tor96_weblinks` AS i
ON i.`catid` = c.id
AND i.state = 1
1 × SELECT id, home, template, s.params
FROM tor96_template_styles as s
LEFT JOIN tor96_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM tor96_languages
1 × SELECT `data`
FROM `tor96_session`