Время запроса: 0.24 ms Память запроса: 0.027 MB Память до запроса: 0.731 MB Выбрано строк: 0
SELECT `data`
FROM `jos_session`
WHERE `session_id` = '8626d4717af9ecdc4eb6e8ebcde792a6'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Так же, как вызов в строке ниже. |
| 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:829 |
| 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:413 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:48 |
Время запроса: 0.18 ms После последнего запроса: 0.30 ms Память запроса: 0.023 MB Память до запроса: 0.750 MB Выбрано строк: 0
SELECT `session_id`
FROM `jos_session`
WHERE `session_id` = '8626d4717af9ecdc4eb6e8ebcde792a6'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 8 | JDatabaseDriverMysqli->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:831 |
| 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:413 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:48 |
Время запроса: 0.23 ms После последнего запроса: 0.09 ms Память запроса: 0.005 MB Память до запроса: 0.756 MB
INSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('8626d4717af9ecdc4eb6e8ebcde792a6', 1, '1778627540', 0, '', 0)
EXPLAIN не доступен для запроса: INSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('8626d4717af9ecdc4eb6e8ebcde792a6', 1, '1778627540', 0, '', 0)
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| update | 0.07 ms |
| end | 0.00 ms |
| query end | 0.03 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:216 |
| 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:831 |
| 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:413 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:48 |
Время запроса: 0.19 ms После последнего запроса: 1.09 ms Память запроса: 0.025 MB Память до запроса: 0.897 MB Выбрано строк: 5
SELECT id, rules
FROM `jos_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_viewlevels | ALL | NULL | Индекс не используется | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1061 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:309 |
| 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:51 |
Время запроса: 0.27 ms После последнего запроса: 0.09 ms Память запроса: 0.025 MB Память до запроса: 0.912 MB Выбрано строк: 2
SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->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:1093 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:309 |
| 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:51 |
Время запроса: 0.41 ms После последнего запроса: 3.98 ms Память запроса: 0.009 MB Память до запроса: 1.324 MB
UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"3b1d05a81dd09e3cb0280c12b40d2795\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.08 ms |
| updating | 0.06 ms |
| end | 0.01 ms |
| query end | 0.04 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:116 |
| 13 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |
| 12 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |
| 11 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
| 10 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 9 | JFactory::getDocument() | JROOT/plugins/system/advancedmodules/advancedmodules.php:88 |
| 8 | plgSystemAdvancedModules->getHelper() | JROOT/plugins/system/advancedmodules/advancedmodules.php:34 |
| 7 | plgSystemAdvancedModules->__construct() | JROOT/libraries/cms/plugin/helper.php:271 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:181 |
| 5 | JPluginHelper::importPlugin() | 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:51 |
Время запроса: 0.32 ms После последнего запроса: 17.27 ms Память запроса: 0.011 MB Память до запроса: 2.674 MB
CREATE TABLE IF NOT EXISTS `jos_zoo_jbzoo_config` (`
group` VARCHAR(150) NULL DEFAULT NULL,
`key` VARCHAR(100) NULL DEFAULT NULL,
`value` TEXT NULL,
`type` VARCHAR(10) NULL DEFAULT 'string',
UNIQUE INDEX `group_key` (`
group`, `key`),
INDEX `
group` (`
group`),
INDEX `key` (`key`)) COLLATE='utf8_general_ci' ENGINE=MyISAM;
EXPLAIN не доступен для запроса: CREATE TABLE IF NOT EXISTS `jos_zoo_jbzoo_config` (`group` VARCHAR(150) NULL DEFAULT NULL,
`key` VARCHAR(100) NULL DEFAULT NULL,
`value` TEXT NULL,
`type` VARCHAR(10) NULL DEFAULT 'string',
UNIQUE INDEX `group_key` (`group`, `key`),
INDEX `group` (`group`),
INDEX `key` (`key`)) COLLATE='utf8_general_ci' ENGINE=MyISAM;
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| After create | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
| 16 | DatabaseHelper->query() | JROOT/media/zoo/applications/jbuniversal/framework/helpers/jbtables.php:373 |
| 15 | JBTablesHelper->createTable() | JROOT/media/zoo/applications/jbuniversal/framework/helpers/jbtables.php:181 |
| 14 | JBTablesHelper->checkConfig() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:53 |
| 13 | JBModelConfig->__construct() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:40 |
| 12 | JBModelConfig::model() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:51 |
| 11 | JBZooSystemPlugin->__construct() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:39 |
| 10 | JBZooSystemPlugin::getInstance() | JROOT/plugins/system/jbzoo/jbzoo.php:93 |
| 9 | plgSystemJBZoo->_initFramework() | JROOT/plugins/system/jbzoo/jbzoo.php:167 |
| 8 | plgSystemJBZoo->onAfterInitialise() | 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:684 |
| 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:51 |
Время запроса: 0.41 ms После последнего запроса: 0.32 ms Память запроса: 0.050 MB Память до запроса: 2.765 MB Выбрано строк: 68
SELECT CONCAT_WS(".", `
group`, `key`) as group_key,
`value`,
`type`
FROM jos_zoo_jbzoo_config
LIMIT 1000| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_zoo_jbzoo_config | ALL | NULL | Индекс не используется | NULL | NULL | 68 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.php:153 |
| 16 | JBModel->_query() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.php:105 |
| 15 | JBModel->fetchAll() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:232 |
| 14 | JBModelConfig->_init() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:54 |
| 13 | JBModelConfig->__construct() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:40 |
| 12 | JBModelConfig::model() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:51 |
| 11 | JBZooSystemPlugin->__construct() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:39 |
| 10 | JBZooSystemPlugin::getInstance() | JROOT/plugins/system/jbzoo/jbzoo.php:93 |
| 9 | plgSystemJBZoo->_initFramework() | JROOT/plugins/system/jbzoo/jbzoo.php:167 |
| 8 | plgSystemJBZoo->onAfterInitialise() | 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:684 |
| 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:51 |
Время запроса: 1.10 ms После последнего запроса: 20.53 ms Память запроса: 0.037 MB Память до запроса: 5.000 MB Выбрано строк: 34
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
WHERE `name` IN ('root.1','com_admin','com_advancedmodules','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_csvreplace','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_users','com_widgetkit','com_wrapper','com_zoo')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | ALL | idx_asset_name | Индекс не используется | NULL | NULL | 179 | 21.23 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.15 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.32 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
| 20 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
| 19 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
| 18 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
| 17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 16 | JUser->authorise() | JROOT/components/com_content/models/articles.php:113 |
| 15 | ContentModelArticles->populateState() | JROOT/components/com_content/models/featured.php:42 |
| 14 | ContentModelFeatured->populateState() | JROOT/libraries/legacy/model/legacy.php:434 |
| 13 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:422 |
| 12 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:54 |
| 11 | ContentViewFeatured->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 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:51 |
Время запроса: 1.28 ms После последнего запроса: 1.14 ms Память запроса: 0.042 MB Память до запроса: 5.159 MB Выбрано строк: 0
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 jos_content AS a
LEFT JOIN jos_categories AS c
ON c.id = a.catid
LEFT JOIN jos_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
WHERE a.featured = 1
AND a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-05-12 23:12:20')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-05-12 23:12:20')
ORDER BY c.path,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END , a.created DESC
LIMIT 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,idx_featured_catid | idx_state | 1 | const | 1 | 100.00 | Using where; Using temporary; Используется filesort |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | host1594329_4037.a.catid | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.c.parent_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.a.id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.16 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.09 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.23 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.07 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.34 ms |
| Creating sort index | 0.03 ms |
| end | 0.01 ms |
| removing tmp table | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
| 16 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:186 |
| 15 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:536 |
| 14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:100 |
| 13 | ContentModelFeatured->getItems() | JROOT/libraries/legacy/view/legacy.php:422 |
| 12 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
| 11 | ContentViewFeatured->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 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:51 |
Время запроса: 0.36 ms После последнего запроса: 1.57 ms Память запроса: 0.029 MB Память до запроса: 5.185 MB Выбрано строк: 1
SELECT COUNT(*)
FROM jos_content AS a
LEFT JOIN jos_categories AS c
ON c.id = a.catid
LEFT JOIN jos_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
WHERE a.featured = 1
AND a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-05-12 23:12:20')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-05-12 23:12:20')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,idx_featured_catid | idx_state | 1 | const | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.a.created_by | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.a.modified_by | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | host1594329_4037.a.catid | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.c.parent_id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.a.id | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 16 | JDatabaseDriver->loadResult() | JROOT/libraries/legacy/model/legacy.php:334 |
| 15 | JModelLegacy->_getListCount() | JROOT/libraries/legacy/model/list.php:281 |
| 14 | JModelList->getTotal() | JROOT/libraries/legacy/model/list.php:231 |
| 13 | JModelList->getPagination() | JROOT/libraries/legacy/view/legacy.php:422 |
| 12 | JViewLegacy->get() | JROOT/components/com_content/views/featured/view.html.php:56 |
| 11 | ContentViewFeatured->display() | JROOT/libraries/joomla/cache/controller/view.php:98 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:662 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:389 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |
| 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:51 |
Время запроса: 0.34 ms После последнего запроса: 4.60 ms Память запроса: 0.027 MB Память до запроса: 5.299 MB Выбрано строк: 1
SELECT params
FROM jos_extensions AS e
WHERE e.element='com_widgetkit'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 14 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_widgetkit/helpers/system.php:254 |
| 13 | SystemWidgetkitHelper->_getParams() | JROOT/administrator/components/com_widgetkit/helpers/system.php:54 |
| 12 | SystemWidgetkitHelper->__construct() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:129 |
| 11 | Widgetkit->loadHelper() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:76 |
| 10 | Widgetkit->getHelper() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:137 |
| 9 | Widgetkit->offsetGet() | JROOT/administrator/components/com_widgetkit/widgetkit.php:17 |
| 8 | require_once JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/plugins/system/widgetkit_system/widgetkit_system.php:20 |
| 7 | plgSystemWidgetkit_System->onAfterDispatch() | 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:51 |
Время запроса: 1.23 ms После последнего запроса: 26.20 ms Память запроса: 0.157 MB Память до запроса: 6.468 MB Выбрано строк: 35
SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM jos_modules AS m
LEFT JOIN jos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN jos_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.client_id = 0
AND m.access IN (1,1,5)
ORDER BY m.ordering, m.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | ref | published,newsfeeds | published | 1 | const | 38 | 100.00 | Using index condition; Using where; Используется filesort |
| 1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | host1594329_4037.m.id | 1 | 100.00 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | host1594329_4037.m.module,const | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.64 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/modulehelper.php:455 |
| 13 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
| 12 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
| 11 | JDocumentHtml->countModules() | JROOT/plugins/system/helix3/core/helix3.php:512 |
| 10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:459 |
| 9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:268 |
| 8 | Helix3::generatelayout() | JROOT/templates/vina_selphy/index.php:334 |
| 7 | require JROOT/templates/vina_selphy/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:1102 |
| 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:51 |
Время запроса: 0.37 ms После последнего запроса: 5.34 ms Память запроса: 0.031 MB Память до запроса: 7.212 MB Выбрано строк: 1
SELECT m.menutype
FROM jos_menu AS m
WHERE m.id = 144
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
| 20 | JDatabaseDriver->loadResult() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:75 |
| 19 | NNFrameworkAssignmentsMenu->getMenuType() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:27 |
| 18 | NNFrameworkAssignmentsMenu->passMenu() | JROOT/plugins/system/nnframework/helpers/assignments.php:293 |
| 17 | NNFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:360 |
| 16 | plgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 14 | JApplicationBase->triggerEvent() | JROOT/plugins/system/advancedmodules/modulehelper.php:508 |
| 13 | JModuleHelper::load() | JROOT/plugins/system/advancedmodules/modulehelper.php:102 |
| 12 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |
| 11 | JDocumentHtml->countModules() | JROOT/plugins/system/helix3/core/helix3.php:512 |
| 10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:459 |
| 9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:268 |
| 8 | Helix3::generatelayout() | JROOT/templates/vina_selphy/index.php:334 |
| 7 | require JROOT/templates/vina_selphy/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:1102 |
| 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:51 |
Время запроса: 0.68 ms После последнего запроса: 14.32 ms Память запроса: 0.028 MB Память до запроса: 7.838 MB Выбрано строк: 0
SELECT *
from `jos_zoo_item`
WHERE `type` LIKE 'modalki'
and publish_down > CURRENT_TIMESTAMP
and state = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_zoo_item | range | STATE_INDEX,TYPE_INDEX | TYPE_INDEX | 767 | NULL | 13 | 76.92 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.15 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.17 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/templates/vina_selphy/index.php:395 |
| 7 | require JROOT/templates/vina_selphy/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:1102 |
| 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:51 |
Время запроса: 0.65 ms После последнего запроса: 65.27 ms Память запроса: 0.029 MB Память до запроса: 8.920 MB Выбрано строк: 13
SELECT id, alias, name, application_group
FROM jos_zoo_application
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_zoo_application | ALL | NULL | Индекс не используется | NULL | NULL | 13 | 100.00 | Используется filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.26 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.php:153 |
| 12 | JBModel->_query() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.app.php:55 |
| 11 | JBModelApp->getSimpleList() | JROOT/media/zoo/applications/jbuniversal/framework/jbzoo_7.x.php(1) : eval()'d code:1 |
| 10 | JBZoo->getAdminMenu() | JROOT/media/zoo/applications/jbuniversal/framework/classes/jbadminmenu.php:36 |
| 9 | JBAdminMenu::render() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:100 |
| 8 | JBZooSystemPlugin->onAfterRender() | JROOT/plugins/system/jbzoo/jbzoo.php:209 |
| 7 | plgSystemJBZoo->onAfterRender() | 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/cms.php:1122 |
| 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:51 |
1 × SELECT `data`
FROM `jos_session`
1 × SELECT `session_id`
FROM `jos_session`
1 × SELECT id, rules
FROM `jos_viewlevels
1 × SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT CONCAT_WS(".", `
group`, `key`) as group_key, `value`, `type`
FROM jos_zoo_jbzoo_config
LIMIT 1001 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
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 jos_content AS a
LEFT JOIN jos_categories AS c
ON c.id = a.catid
LEFT JOIN jos_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
1 × SELECT COUNT(*)
FROM jos_content AS a
LEFT JOIN jos_categories AS c
ON c.id = a.catid
LEFT JOIN jos_users AS ua
ON ua.id = a.created_by
LEFT JOIN jos_users AS uam
ON uam.id = a.modified_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
1 × SELECT params
FROM jos_extensions AS e
1 × SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM jos_modules AS m
LEFT JOIN jos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN jos_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT m.menutype
FROM jos_menu AS m
1 × SELECT *
from `jos_zoo_item`
1 × SELECT id, alias, name, application_group
FROM jos_zoo_application