Время запроса: 0.18 ms Память запроса: 0.020 MB. Память перед запросом: 1.287 MB Возвращено строк: 0
SELECT `session_id`
FROM `flu_session`
WHERE `session_id` = X'6631303261326161613738313965346436366132393339646562343637383734'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.03 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.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.14 ms После последнего запроса: 0.06 ms Память запроса: 0.004 MB. Память перед запросом: 1.293 MB
INSERT INTO `flu_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6631303261326161613738313965346436366132393339646562343637383734', 1, 1737486351, 0, '', 0)
EXPLAIN недоступен для INSERT INTO `flu_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6631303261326161613738313965346436366132393339646562343637383734', 1, 1737486351, 0, '', 0)
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
update | 0.04 ms |
end | 0.00 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.19 ms После последнего запроса: 8.35 ms Память запроса: 0.021 MB. Память перед запросом: 1.447 MB Возвращено строк: 5
SELECT id, rules
FROM `flu_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_viewlevels | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 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:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.07 ms Память запроса: 0.021 MB. Память перед запросом: 1.459 MB Возвращено строк: 2
SELECT b.id
FROM flu_usergroups AS a
LEFT JOIN flu_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 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.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.43 ms После последнего запроса: 65.25 ms Память запроса: 0.097 MB. Память перед запросом: 3.618 MB Возвращено строк: 374
SELECT *
FROM flu_hikashop_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_config | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 374 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.21 ms |
end | 0.00 ms |
query end | 0.00 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:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/config.php:16 |
14 | hikashopConfigClass->load() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1429 |
13 | hikashop_config() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3471 |
12 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/components/com_hikashop/router.php:168 |
11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:157 |
10 | HikashopParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.34 ms После последнего запроса: 10.08 ms Память запроса: 0.008 MB. Память перед запросом: 4.071 MB
UPDATE `flu_extensions`
SET `params` = '{\"mediaversion\":\"662f60e417c722500e86816193bc0f49\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | flu_extensions | NULL | 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.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.05 ms |
updating | 0.04 ms |
end | 0.00 ms |
query end | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Вызывающий объект | Файл и номер строки |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
17 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
16 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
15 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
14 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
13 | Joomla\CMS\Factory::getDocument() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3627 |
12 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/components/com_hikashop/router.php:168 |
11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:157 |
10 | HikashopParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 2.86 ms Память запроса: 0.022 MB. Память перед запросом: 4.168 MB Возвращено строк: 1
SELECT category_id
FROM flu_hikashop_category
WHERE category_alias = 'vostok'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_category | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 128 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 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.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_hikashop/router.php:329 |
12 | hikashop_retrieve_url_id() | JROOT/components/com_hikashop/router.php:260 |
11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:157 |
10 | HikashopParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.32 ms После последнего запроса: 43.65 ms Память запроса: 0.023 MB. Память перед запросом: 4.550 MB Возвращено строк: 3
SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM flu_template_styles AS s
WHERE s.client_id = 0
AND s.template = 'rt_fluent'
ORDER BY s.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | index | idx_template,idx_client_id,idx_client_id_home | PRIMARY | 4 | NULL | 7 | 30.61 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 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:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69 |
14 | Gantry\Joomla\StyleHelper::loadStyles() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Assignments.php:63 |
13 | Gantry\Framework\Assignments->loadAssignments() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:301 |
12 | Gantry\Component\Assignments\AbstractAssignments->init() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:99 |
11 | Gantry\Component\Assignments\AbstractAssignments->scores() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:86 |
10 | Gantry\Component\Assignments\AbstractAssignments->select() | JROOT/plugins/system/gantry5/gantry5.php:319 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:112 |
8 | plgSystemGantry5->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 19.86 ms Память запроса: 0.025 MB. Память перед запросом: 4.699 MB Возвращено строк: 1
SELECT *
FROM flu_menu
WHERE id = '283'
LIMIT 0, 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2728 |
17 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/menus.php:20 |
16 | hikashopMenusClass->get() | JROOT/administrator/components/com_hikashop/helpers/module.php:233 |
15 | hikashopModuleHelper->_getParams() | JROOT/administrator/components/com_hikashop/helpers/module.php:14 |
14 | hikashopModuleHelper->initialize() | JROOT/components/com_hikashop/views/category/view.html.php:37 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.41 ms После последнего запроса: 0.92 ms Память запроса: 0.024 MB. Память перед запросом: 4.724 MB Возвращено строк: 1
Повторяющиеся запросы:
#18SELECT *
FROM flu_hikashop_category
WHERE category_id = '2'
LIMIT 0, 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.02 ms |
statistics | 0.03 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.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2728 |
15 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:37 |
14 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/category/view.html.php:84 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 0.15 ms Память запроса: 0.024 MB. Память перед запросом: 4.733 MB Возвращено строк: 1
SELECT *
FROM flu_hikashop_category
WHERE category_id = '117'
LIMIT 0, 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 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/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2728 |
15 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:37 |
14 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/category/view.html.php:151 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.15 ms После последнего запроса: 0.21 ms Память запроса: 0.023 MB. Память перед запросом: 4.745 MB Возвращено строк: 1
SELECT category_id
FROM flu_hikashop_category
WHERE (category_access = 'all' OR category_access LIKE '%,9,%')
AND category_published = 1
AND category_type='manufacturer'
AND category_id IN ('117')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.00 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_hikashop/views/category/view.html.php:185 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.36 ms После последнего запроса: 14.45 ms Память запроса: 0.023 MB. Память перед запросом: 5.052 MB Возвращено строк: 0
SELECT a.*
FROM flu_hikashop_category AS a
WHERE a.category_parent_id = 117
AND a.category_published=1
AND (a.category_access = 'all' OR a.category_access LIKE '%,9,%')
ORDER BY a.category_ordering ASC
LIMIT 0, 50
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 128 | 0.78 | Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.07 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.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 ms |
end | 0.00 ms |
query end | 0.00 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:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:612 |
14 | hikashopCategoryClass->getChildren() | JROOT/components/com_hikashop/views/category/view.html.php:301 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.06 ms Память запроса: 0.023 MB. Память перед запросом: 5.059 MB Возвращено строк: 1
SELECT COUNT(*)
FROM flu_hikashop_category AS a
WHERE a.category_parent_id = 117
AND a.category_published=1
AND (a.category_access = 'all' OR a.category_access LIKE '%,9,%')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 128 | 0.78 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_hikashop/views/category/view.html.php:306 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.71 ms После последнего запроса: 1.00 ms Память запроса: 0.024 MB. Память перед запросом: 5.071 MB Возвращено строк: 1
Повторяющиеся запросы:
#23SELECT a.*,b.*
FROM flu_hikashop_category AS a
LEFT JOIN flu_hikashop_file AS b
ON a.category_id = b.file_ref_id
AND b.file_type = 'category'
WHERE a.category_id = 117
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | ref | file_type | file_type | 767 | const | 78 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.14 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.29 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/classes/category.php:35 |
14 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/category/view.html.php:384 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.53 ms После последнего запроса: 1.14 ms Память запроса: 0.026 MB. Память перед запросом: 5.176 MB Возвращено строк: 3
SELECT hk_parent.*
FROM flu_hikashop_category AS hk_cat
LEFT JOIN flu_hikashop_category AS hk_parent
ON (hk_parent.category_left <= hk_cat.category_left
AND hk_parent.category_right >= hk_cat.category_right)
WHERE hk_cat.category_id = 117
GROUP BY hk_parent.category_id
ORDER BY hk_parent.category_left
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | hk_cat | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Используется сортировка файлов |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | INDEX KEY не используется | NULL | NULL | 128 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.17 ms |
Creating sort index | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
removing tmp table | 0.02 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:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:771 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:495 |
15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:388 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.37 ms После последнего запроса: 0.11 ms Память запроса: 0.024 MB. Память перед запросом: 5.195 MB Возвращено строк: 0
SELECT *
FROM flu_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_frontcomp` = 1
AND a.field_table='category'
AND (a.field_access = 'all' OR a.field_access LIKE '%,9,%')
AND ((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,117,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,1,%' OR field_categories LIKE '%,10,%' OR field_categories LIKE '%,117,%')))
ORDER BY a.`field_ordering` ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 57 | 1.75 | Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.00 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.04 ms |
end | 0.00 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/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:167 |
15 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:189 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:388 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 4.13 ms Память запроса: 0.025 MB. Память перед запросом: 5.216 MB Возвращено строк: 1
Повторяющиеся запросы:
#10SELECT *
FROM flu_hikashop_category
WHERE category_id = '2'
LIMIT 0, 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.00 ms |
statistics | 0.02 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 |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2728 |
16 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:37 |
15 | hikashopCategoryClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:743 |
14 | hikashopCategoryClass->getParents() | JROOT/components/com_hikashop/views/category/view.html.php:438 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 0.05 ms Память запроса: 0.023 MB. Память перед запросом: 5.227 MB Возвращено строк: 0
SELECT hk_parent.*
FROM flu_hikashop_category AS hk_cat
LEFT JOIN flu_hikashop_category AS hk_parent
ON (hk_parent.category_left <= hk_cat.category_left
AND hk_parent.category_right >= hk_cat.category_right)
WHERE hk_cat.category_id = 117
AND hk_parent.category_left >= 2
AND hk_parent.category_right <= 195
GROUP BY hk_parent.category_id
ORDER BY hk_parent.category_left
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | hk_cat | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | INDEX KEY не используется | NULL | NULL | 128 | 1.23 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 ms |
end | 0.00 ms |
query end | 0.00 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:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:771 |
14 | hikashopCategoryClass->getParents() | JROOT/components/com_hikashop/views/category/view.html.php:438 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.28 ms После последнего запроса: 8.17 ms Память запроса: 0.027 MB. Память перед запросом: 5.418 MB Возвращено строк: 0
Повторяющиеся запросы:
#54SELECT cart.cart_id
FROM flu_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = 'f102a2aaa7819e4d66a2939deb467874')
ORDER BY cart.cart_current DESC, cart.cart_modified DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cart | NULL | ref | session_id | session_id | 767 | const | 1 | 10.00 | Using index condition; Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.00 ms |
Creating sort index | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:69 |
23 | hikashopCartClass->getCurrentCartId() | JROOT/administrator/components/com_hikashop/classes/cart.php:165 |
22 | hikashopCartClass->get() | JROOT/administrator/components/com_hikashop/helpers/helper.php:568 |
21 | hikashop_getZone() | JROOT/components/com_hikashop/views/product/view.html.php:649 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.24 ms После последнего запроса: 0.10 ms Память запроса: 0.026 MB. Память перед запросом: 5.431 MB Возвращено строк: 1
SELECT category_id
FROM flu_hikashop_category
WHERE (category_access = 'all' OR category_access LIKE '%,9,%')
AND category_published = 1
AND category_id IN ('117')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.00 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_hikashop/views/product/view.html.php:673 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.33 ms После последнего запроса: 2.14 ms Память запроса: 0.028 MB. Память перед запросом: 5.475 MB Возвращено строк: 3
SELECT *
FROM flu_hikashop_filter
WHERE filter_published = 1
AND (filter_access = 'all' OR filter_access LIKE '%,9,%')
ORDER BY filter_ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_filter | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 4 | 25.00 | Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 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.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:339 |
22 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:188 |
21 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:706 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.67 ms После последнего запроса: 0.12 ms Память запроса: 0.027 MB. Память перед запросом: 5.494 MB Возвращено строк: 1
Повторяющиеся запросы:
#15SELECT a.*,b.*
FROM flu_hikashop_category AS a
LEFT JOIN flu_hikashop_file AS b
ON a.category_id = b.file_ref_id
AND b.file_type = 'category'
WHERE a.category_id = 117
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | ref | file_type | file_type | 767 | const | 78 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.13 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.32 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/classes/category.php:35 |
21 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/product/view.html.php:709 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.51 ms После последнего запроса: 0.36 ms Память запроса: 0.027 MB. Память перед запросом: 5.513 MB Возвращено строк: 0
SELECT a.id
FROM flu_menu AS a
INNER JOIN `flu_menu_types` as b
on a.menutype = b.menutype
WHERE a.type='component'
AND a.published=1
AND b.title IS NOT NULL
AND a.access IN (1,1,5)
AND a.client_id=0
AND a.link='index.php?option=com_hikashop&view=checkout&layout=show'
AND a.language IN ('*', '', 'ru-RU')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 58 | 0.97 | Using index condition; Using where |
1 | SIMPLE | b | NULL | eq_ref | idx_menutype | idx_menutype | 98 | khanalex_slav1.a.menutype | 1 | 80.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.18 ms |
end | 0.00 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
24 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:323 |
23 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:236 |
22 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:255 |
21 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:916 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.48 ms После последнего запроса: 0.09 ms Память запроса: 0.029 MB. Память перед запросом: 5.524 MB Возвращено строк: 44
SELECT a.id
FROM flu_menu AS a
INNER JOIN `flu_menu_types` as b
on a.menutype = b.menutype
WHERE a.type='component'
AND a.published=1
AND b.title IS NOT NULL
AND a.access IN (1,1,5)
AND a.client_id=0
AND a.link LIKE 'index.php?option=com_hikashop&view=%'
AND a.language IN ('*', '', 'ru-RU')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 58 | 0.97 | Using index condition; Using where |
1 | SIMPLE | b | NULL | eq_ref | idx_menutype | idx_menutype | 98 | khanalex_slav1.a.menutype | 1 | 80.00 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.16 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
24 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:323 |
23 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:241 |
22 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:255 |
21 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:916 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 14.61 ms После последнего запроса: 0.38 ms Память запроса: 0.028 MB. Память перед запросом: 5.552 MB Возвращено строк: 50
SELECT DISTINCT b.product_id
FROM flu_hikashop_product AS b
WHERE (b.product_published = 1)
AND (b.product_type = 'main')
AND (b.product_manufacturer_id IN (117))
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY b.product_name ASC
LIMIT 0, 50
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | ref | PRIMARY,product_main_index | product_main_index | 767 | const | 3586 | 0.20 | Using index condition; Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.14 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.00 ms |
Creating sort index | 14.15 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_hikashop/views/product/view.html.php:1047 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.29 ms После последнего запроса: 0.10 ms Память запроса: 0.133 MB. Память перед запросом: 5.567 MB Возвращено строк: 50
SELECT b.*
FROM flu_hikashop_product AS b
WHERE product_id IN ( 1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599 )
ORDER BY b.product_name ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 50 | 100.00 | Using index condition; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.90 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_hikashop/views/product/view.html.php:1054 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.39 ms После последнего запроса: 14.18 ms Память запроса: 0.039 MB. Память перед запросом: 6.393 MB Возвращено строк: 50
SELECT *
FROM flu_hikashop_file
WHERE file_ref_id IN (1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599)
AND file_type IN ('product','file')
ORDER BY file_ref_id ASC, file_ordering ASC, file_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_file | NULL | ALL | file_type | INDEX KEY не используется | NULL | NULL | 3793 | 48.89 | Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.16 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.88 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2401 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 0.38 ms Память запроса: 0.026 MB. Память перед запросом: 6.737 MB Возвращено строк: 0
SELECT variant_product_id
FROM flu_hikashop_variant
WHERE variant_product_id IN (1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2425 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.24 ms После последнего запроса: 0.06 ms Память запроса: 0.026 MB. Память перед запросом: 6.748 MB Возвращено строк: 0
SELECT product_id
FROM flu_hikashop_product_related
WHERE product_related_type = 'options'
AND product_id IN (1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
executing | 0.00 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2441 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.58 ms После последнего запроса: 0.14 ms Память запроса: 0.027 MB. Память перед запросом: 6.764 MB Возвращено строк: 0
SELECT product_parent_id, product_id, product_tax_id
FROM flu_hikashop_product
WHERE product_parent_id IN ('1550','1551','1552','1553','1554','1555','1556','1557','1558','1559','1560','1561','1562','1563','1564','1565','1566','1567','1568','1569','1570','1571','1572','1573','1574','1575','1576','1577','1578','1579','1580','1581','1582','1583','1584','1585','1586','1587','1588','1589','1590','1591','1592','1593','1594','1595','1596','1597','1598','1599')
AND product_published = 1
AND product_type = 'variant'
AND product_sale_start < 1737486351
AND (product_sale_end > 1737486351 OR product_sale_end = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_product | NULL | ref | product_parent_id,product_main_index | product_main_index | 767 | const | 1 | 5.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.24 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:991 |
24 | hikashopCurrencyClass->_loadProductVariants() | JROOT/administrator/components/com_hikashop/classes/currency.php:516 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2456 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.48 ms После последнего запроса: 0.14 ms Память запроса: 0.028 MB. Память перед запросом: 6.793 MB Возвращено строк: 0
SELECT *
FROM flu_hikashop_discount
WHERE discount_type='discount'
AND discount_published=1
AND (discount_quota > discount_used_times OR discount_quota = 0)
AND discount_start < 1737486351
AND (discount_end > 1737486351 OR discount_end = 0)
AND ( (discount_product_id IN ('','0','1550','1551','1552','1553','1554','1555','1556','1557','1558','1559','1560','1561','1562','1563','1564','1565','1566','1567','1568','1569','1570','1571','1572','1573','1574','1575','1576','1577','1578','1579','1580','1581','1582','1583','1584','1585','1586','1587','1588','1589','1590','1591','1592','1593','1594','1595','1596','1597','1598','1599')) OR (discount_product_id LIKE '%,1550,%') OR (discount_product_id LIKE '%,1551,%') OR (discount_product_id LIKE '%,1552,%') OR (discount_product_id LIKE '%,1553,%') OR (discount_product_id LIKE '%,1554,%') OR (discount_product_id LIKE '%,1555,%') OR (discount_product_id LIKE '%,1556,%') OR (discount_product_id LIKE '%,1557,%') OR (discount_product_id LIKE '%,1558,%') OR (discount_product_id LIKE '%,1559,%') OR (discount_product_id LIKE '%,1560,%') OR (discount_product_id LIKE '%,1561,%') OR (discount_product_id LIKE '%,1562,%') OR (discount_product_id LIKE '%,1563,%') OR (discount_product_id LIKE '%,1564,%') OR (discount_product_id LIKE '%,1565,%') OR (discount_product_id LIKE '%,1566,%') OR (discount_product_id LIKE '%,1567,%') OR (discount_product_id LIKE '%,1568,%') OR (discount_product_id LIKE '%,1569,%') OR (discount_product_id LIKE '%,1570,%') OR (discount_product_id LIKE '%,1571,%') OR (discount_product_id LIKE '%,1572,%') OR (discount_product_id LIKE '%,1573,%') OR (discount_product_id LIKE '%,1574,%') OR (discount_product_id LIKE '%,1575,%') OR (discount_product_id LIKE '%,1576,%') OR (discount_product_id LIKE '%,1577,%') OR (discount_product_id LIKE '%,1578,%') OR (discount_product_id LIKE '%,1579,%') OR (discount_product_id LIKE '%,1580,%') OR (discount_product_id LIKE '%,1581,%') OR (discount_product_id LIKE '%,1582,%') OR (discount_product_id LIKE '%,1583,%') OR (discount_product_id LIKE '%,1584,%') OR (discount_product_id LIKE '%,1585,%') OR (discount_product_id LIKE '%,1586,%') OR (discount_product_id LIKE '%,1587,%') OR (discount_product_id LIKE '%,1588,%') OR (discount_product_id LIKE '%,1589,%') OR (discount_product_id LIKE '%,1590,%') OR (discount_product_id LIKE '%,1591,%') OR (discount_product_id LIKE '%,1592,%') OR (discount_product_id LIKE '%,1593,%') OR (discount_product_id LIKE '%,1594,%') OR (discount_product_id LIKE '%,1595,%') OR (discount_product_id LIKE '%,1596,%') OR (discount_product_id LIKE '%,1597,%') OR (discount_product_id LIKE '%,1598,%') OR (discount_product_id LIKE '%,1599,%') )
AND (discount_flat_amount != 0 OR discount_percent_amount != 0)
AND (discount_flat_amount = 0 OR discount_currency_id =128)
AND (discount_access = 'all' OR discount_access LIKE '%,9,%')
AND (discount_user_id = '' OR discount_user_id LIKE '%,0,%')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.08 ms |
System lock | 0.00 ms |
optimizing | 0.02 ms |
statistics | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:558 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2456 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.29 ms После последнего запроса: 0.05 ms Память запроса: 0.029 MB. Память перед запросом: 6.812 MB Возвращено строк: 1
SELECT currency_id
FROM flu_hikashop_currency
WHERE currency_published=1 OR currency_id = 128
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_currency | NULL | ALL | PRIMARY | INDEX KEY не используется | NULL | NULL | 182 | 10.49 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
25 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/currency.php:473 |
24 | hikashopCurrencyClass->publishedCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:566 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2456 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.96 ms После последнего запроса: 0.12 ms Память запроса: 0.040 MB. Память перед запросом: 6.821 MB Возвращено строк: 50
SELECT a.*,
CASE WHEN price_site_id = 0 OR price_site_id = '[unselected]' THEN '' ELSE price_site_id END AS price_site_id
FROM flu_hikashop_price AS a
WHERE a.price_product_id IN (1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599)
AND a.price_currency_id IN (128)
AND a.price_start_date < 1737486351
AND (a.price_end_date < 1 OR a.price_end_date > 1737486351)
AND (a.price_access = 'all' OR a.price_access LIKE '%,9,%' OR ISNULL(a.price_access))
AND (a.price_users = '' OR a.price_users LIKE '%,0,%')
ORDER BY a.price_site_id ASC, a.price_value DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | range | price_product_id | price_product_id | 4 | NULL | 50 | 0.10 | Using index condition; Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.51 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:589 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2456 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.24 ms После последнего запроса: 0.10 ms Память запроса: 0.028 MB. Память перед запросом: 6.880 MB Возвращено строк: 1
SELECT *
FROM flu_hikashop_currency
WHERE currency_id IN (128)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_currency | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1926 |
25 | hikashopCurrencyClass->getCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:2377 |
24 | hikashopCurrencyClass->getRounding() | JROOT/administrator/components/com_hikashop/classes/currency.php:664 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2456 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.35 ms После последнего запроса: 0.97 ms Память запроса: 0.028 MB. Память перед запросом: 6.905 MB Возвращено строк: 1
SELECT b.*,c.*
FROM flu_hikashop_category AS a
LEFT JOIN flu_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN flu_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 11
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737486351
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737486351)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,9,%')
ORDER BY b.taxation_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | system | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | NULL |
1 | SIMPLE | a | NULL | const | PRIMARY,category_namekey | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | system | PRIMARY | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:665 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2456 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 0.04 ms Память запроса: 0.028 MB. Память перед запросом: 6.918 MB Возвращено строк: 1
SELECT *
FROM flu_hikashop_zone
WHERE zone_id = 176
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_zone | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/classes/currency.php:220 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:665 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2456 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.56 ms После последнего запроса: 0.53 ms Память запроса: 0.066 MB. Память перед запросом: 7.033 MB Возвращено строк: 50
SELECT c.*, pc.*
FROM flu_hikashop_category AS c
LEFT JOIN flu_hikashop_product_category AS pc
ON c.category_id = pc.category_id
WHERE pc.product_id IN (1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599);
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | range | category_id,product_id | product_id | 4 | NULL | 50 | 100.00 | Using index condition; Using where |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | khanalex_slav1.pc.category_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.21 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2492 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.50 ms После последнего запроса: 0.42 ms Память запроса: 0.029 MB. Память перед запросом: 7.168 MB Возвращено строк: 5
Повторяющиеся запросы:
#41SELECT hk_parent.*
FROM flu_hikashop_category AS hk_cat
LEFT JOIN flu_hikashop_category AS hk_parent
ON (hk_parent.category_left <= hk_cat.category_left
AND hk_parent.category_right >= hk_cat.category_right)
WHERE hk_cat.category_id IN (118)
GROUP BY hk_parent.category_id
ORDER BY hk_parent.category_left
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | hk_cat | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Используется сортировка файлов |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | INDEX KEY не используется | NULL | NULL | 128 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.17 ms |
Creating sort index | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
removing tmp table | 0.02 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:771 |
23 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
22 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2508 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.32 ms После последнего запроса: 0.08 ms Память запроса: 0.027 MB. Память перед запросом: 7.192 MB Возвращено строк: 0
SELECT a.*
FROM flu_hikashop_badge AS a
WHERE a.badge_start <= 1737486351
AND (a.badge_end >= 1737486351 OR a.badge_end = 0)
AND a.badge_published = 1
AND (a.badge_quantity = '' OR a.badge_quantity = -1)
AND (a.badge_new_period = 0 OR a.badge_new_period >= 173945685)
AND (badge_discount_id = '0' OR badge_discount_id = '')
AND (a.badge_access = 'all' OR a.badge_access LIKE '%,9,%')
AND ((badge_category_childs = 0
AND (badge_category_id = '0' OR badge_category_id = '' OR badge_category_id = '117' OR badge_category_id LIKE '%,117,%' OR badge_category_id = '118' OR badge_category_id LIKE '%,118,%')) OR (badge_category_childs = 1
AND (badge_category_id='0' OR badge_category_id='' OR badge_category_id = '1' OR badge_category_id LIKE '%,1,%' OR badge_category_id = '2' OR badge_category_id LIKE '%,2,%' OR badge_category_id = '41' OR badge_category_id LIKE '%,41,%' OR badge_category_id = '49' OR badge_category_id LIKE '%,49,%' OR badge_category_id = '118' OR badge_category_id LIKE '%,118,%')))
ORDER BY a.badge_ordering ASC,a.badge_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 3 | 33.33 | Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.00 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.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
22 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2508 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.44 ms После последнего запроса: 2.39 ms Память запроса: 0.030 MB. Память перед запросом: 7.202 MB Возвращено строк: 5
Повторяющиеся запросы:
#39SELECT hk_parent.*
FROM flu_hikashop_category AS hk_cat
LEFT JOIN flu_hikashop_category AS hk_parent
ON (hk_parent.category_left <= hk_cat.category_left
AND hk_parent.category_right >= hk_cat.category_right)
WHERE hk_cat.category_id IN (118)
GROUP BY hk_parent.category_id
ORDER BY hk_parent.category_left
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | hk_cat | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Используется сортировка файлов |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | INDEX KEY не используется | NULL | NULL | 128 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.14 ms |
Creating sort index | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
removing tmp table | 0.02 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:771 |
24 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:352 |
23 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2516 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.46 ms После последнего запроса: 0.23 ms Память запроса: 0.027 MB. Память перед запросом: 7.312 MB Возвращено строк: 0
SELECT *
FROM flu_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_display` LIKE '%;front\_listing=1;%'
AND a.field_table='product'
AND (a.field_access = 'all' OR a.field_access LIKE '%,9,%')
AND ((((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,118,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,1,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,41,%' OR field_categories LIKE '%,49,%' OR field_categories LIKE '%,118,%')))
AND field_products="") OR (field_products LIKE '%,1550,%' OR field_products LIKE '%,1551,%' OR field_products LIKE '%,1552,%' OR field_products LIKE '%,1553,%' OR field_products LIKE '%,1554,%' OR field_products LIKE '%,1555,%' OR field_products LIKE '%,1556,%' OR field_products LIKE '%,1557,%' OR field_products LIKE '%,1558,%' OR field_products LIKE '%,1559,%' OR field_products LIKE '%,1560,%' OR field_products LIKE '%,1561,%' OR field_products LIKE '%,1562,%' OR field_products LIKE '%,1563,%' OR field_products LIKE '%,1564,%' OR field_products LIKE '%,1565,%' OR field_products LIKE '%,1566,%' OR field_products LIKE '%,1567,%' OR field_products LIKE '%,1568,%' OR field_products LIKE '%,1569,%' OR field_products LIKE '%,1570,%' OR field_products LIKE '%,1571,%' OR field_products LIKE '%,1572,%' OR field_products LIKE '%,1573,%' OR field_products LIKE '%,1574,%' OR field_products LIKE '%,1575,%' OR field_products LIKE '%,1576,%' OR field_products LIKE '%,1577,%' OR field_products LIKE '%,1578,%' OR field_products LIKE '%,1579,%' OR field_products LIKE '%,1580,%' OR field_products LIKE '%,1581,%' OR field_products LIKE '%,1582,%' OR field_products LIKE '%,1583,%' OR field_products LIKE '%,1584,%' OR field_products LIKE '%,1585,%' OR field_products LIKE '%,1586,%' OR field_products LIKE '%,1587,%' OR field_products LIKE '%,1588,%' OR field_products LIKE '%,1589,%' OR field_products LIKE '%,1590,%' OR field_products LIKE '%,1591,%' OR field_products LIKE '%,1592,%' OR field_products LIKE '%,1593,%' OR field_products LIKE '%,1594,%' OR field_products LIKE '%,1595,%' OR field_products LIKE '%,1596,%' OR field_products LIKE '%,1597,%' OR field_products LIKE '%,1598,%' OR field_products LIKE '%,1599,%'))
ORDER BY a.`field_ordering` ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 57 | 1.75 | Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.02 ms |
Opening tables | 0.01 ms |
init | 0.08 ms |
System lock | 0.00 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:167 |
23 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:189 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2516 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.18 ms После последнего запроса: 0.08 ms Память запроса: 0.026 MB. Память перед запросом: 7.317 MB Возвращено строк: 0
SELECT pr.product_id, MIN( p.product_quantity / pr.product_related_quantity) as qty
FROM flu_hikashop_product_related AS pr
INNER JOIN flu_hikashop_product AS p
ON pr.product_related_id = p.product_id
WHERE pr.product_id IN (1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599)
AND pr.product_related_type = 'bundle'
AND p.product_quantity >= 0
GROUP BY pr.product_id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2533 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.65 ms После последнего запроса: 0.17 ms Память запроса: 0.027 MB. Память перед запросом: 7.342 MB Возвращено строк: 0
SELECT *
FROM flu_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_frontcomp` = 1
AND a.field_table='item'
AND (a.field_access = 'all' OR a.field_access LIKE '%,9,%')
AND ((((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,118,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,1,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,41,%' OR field_categories LIKE '%,49,%' OR field_categories LIKE '%,118,%')))
AND field_products="") OR (field_products LIKE '%,1550,%' OR field_products LIKE '%,1551,%' OR field_products LIKE '%,1552,%' OR field_products LIKE '%,1553,%' OR field_products LIKE '%,1554,%' OR field_products LIKE '%,1555,%' OR field_products LIKE '%,1556,%' OR field_products LIKE '%,1557,%' OR field_products LIKE '%,1558,%' OR field_products LIKE '%,1559,%' OR field_products LIKE '%,1560,%' OR field_products LIKE '%,1561,%' OR field_products LIKE '%,1562,%' OR field_products LIKE '%,1563,%' OR field_products LIKE '%,1564,%' OR field_products LIKE '%,1565,%' OR field_products LIKE '%,1566,%' OR field_products LIKE '%,1567,%' OR field_products LIKE '%,1568,%' OR field_products LIKE '%,1569,%' OR field_products LIKE '%,1570,%' OR field_products LIKE '%,1571,%' OR field_products LIKE '%,1572,%' OR field_products LIKE '%,1573,%' OR field_products LIKE '%,1574,%' OR field_products LIKE '%,1575,%' OR field_products LIKE '%,1576,%' OR field_products LIKE '%,1577,%' OR field_products LIKE '%,1578,%' OR field_products LIKE '%,1579,%' OR field_products LIKE '%,1580,%' OR field_products LIKE '%,1581,%' OR field_products LIKE '%,1582,%' OR field_products LIKE '%,1583,%' OR field_products LIKE '%,1584,%' OR field_products LIKE '%,1585,%' OR field_products LIKE '%,1586,%' OR field_products LIKE '%,1587,%' OR field_products LIKE '%,1588,%' OR field_products LIKE '%,1589,%' OR field_products LIKE '%,1590,%' OR field_products LIKE '%,1591,%' OR field_products LIKE '%,1592,%' OR field_products LIKE '%,1593,%' OR field_products LIKE '%,1594,%' OR field_products LIKE '%,1595,%' OR field_products LIKE '%,1596,%' OR field_products LIKE '%,1597,%' OR field_products LIKE '%,1598,%' OR field_products LIKE '%,1599,%'))
ORDER BY a.`field_ordering` ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 57 | 1.75 | Using where; Используется сортировка файлов |
Status | Duration |
---|
starting | 0.33 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.06 ms |
System lock | 0.00 ms |
optimizing | 0.05 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:167 |
24 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:189 |
23 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2557 |
22 | hikashopProductClass->loadCustomItemFieldsForProductsListing() | JROOT/administrator/components/com_hikashop/classes/product.php:2550 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1082 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:934 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:141 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2894 |
15 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
14 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2848 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2557 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2266 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2535 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 13.14 ms После последнего запроса: 0.07 ms Память запроса: 0.026 MB. Память перед запросом: 7.330 MB Возвращено строк: 1