Время запроса: 0.20 ms Память запроса: 0.020 MB Память до запроса: 1.312 MB Выбрано строк: 0
SELECT `session_id`
FROM `flu_session`
WHERE `session_id` = X'6363376362626462333034656436306338336465646661663138613937323731'
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.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 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:806 |
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:364 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.16 ms После последнего запроса: 0.05 ms Память запроса: 0.004 MB Память до запроса: 1.317 MB
INSERT INTO `flu_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6363376362626462333034656436306338336465646661663138613937323731', 1, 1618116126, 0, '', 0)
EXPLAIN недоступен для запроса: INSERT INTO `flu_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6363376362626462333034656436306338336465646661663138613937323731', 1, 1618116126, 0, '', 0)
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 |
update | 0.05 ms |
end | 0.00 ms |
query end | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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:806 |
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:364 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.13 ms После последнего запроса: 10.64 ms Память запроса: 0.021 MB Память до запроса: 1.467 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 | Индекс не используется | NULL | NULL | 5 | 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.00 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:321 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.05 ms Память запроса: 0.021 MB Память до запроса: 1.479 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.03 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:321 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.26 ms После последнего запроса: 88.77 ms Память запроса: 0.008 MB Память до запроса: 3.819 MB
UPDATE `flu_extensions`
SET `params` = '{\"mediaversion\":\"bf8ab2551f5eab0c9ae6221657147de8\"}'
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.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.06 ms |
updating | 0.05 ms |
end | 0.01 ms |
query end | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 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:3083 |
12 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/components/com_hikashop/router.php:153 |
11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:142 |
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:1120 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.36 ms После последнего запроса: 10.73 ms Память запроса: 0.097 MB Память до запроса: 4.064 MB Выбрано строк: 361
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 | Индекс не используется | NULL | NULL | 361 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
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.02 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:1268 |
13 | hikashop_config() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3102 |
12 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/components/com_hikashop/router.php:153 |
11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:142 |
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:1120 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 3.33 ms Память запроса: 0.022 MB Память до запроса: 4.319 MB Выбрано строк: 1
SELECT category_id
FROM flu_hikashop_category
WHERE category_alias = 'zaritron-zarya'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | flu_hikashop_category | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 134 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.10 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Вызывающий объект | Файл и номер строки |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_hikashop/router.php:313 |
12 | hikashop_retrieve_url_id() | JROOT/components/com_hikashop/router.php:226 |
11 | _HikashopParseRoute() | JROOT/components/com_hikashop/router.php:142 |
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:1120 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 36.89 ms Память запроса: 0.023 MB Память до запроса: 4.810 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.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.05 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/classes/Gantry/Joomla/StyleHelper.php:46 |
14 | Gantry\Joomla\StyleHelper::loadStyles() | JROOT/libraries/gantry5/classes/Gantry/Framework/Assignments.php:50 |
13 | Gantry\Framework\Assignments->loadAssignments() | JROOT/libraries/gantry5/classes/Gantry/Component/Assignments/AbstractAssignments.php:304 |
12 | Gantry\Component\Assignments\AbstractAssignments->init() | JROOT/libraries/gantry5/classes/Gantry/Component/Assignments/AbstractAssignments.php:104 |
11 | Gantry\Component\Assignments\AbstractAssignments->scores() | JROOT/libraries/gantry5/classes/Gantry/Component/Assignments/AbstractAssignments.php:91 |
10 | Gantry\Component\Assignments\AbstractAssignments->select() | JROOT/plugins/system/gantry5/gantry5.php:246 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:57 |
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:1168 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.28 ms После последнего запроса: 18.84 ms Память запроса: 0.025 MB Память до запроса: 4.956 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.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 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:2380 |
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:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 6.25 ms Память запроса: 0.024 MB Память до запроса: 4.981 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.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 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 |
# | Вызывающий объект | Файл и номер строки |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2380 |
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:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.13 ms Память запроса: 0.024 MB Память до запроса: 4.991 MB Выбрано строк: 1
SELECT *
FROM flu_hikashop_category
WHERE category_id = '127'
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.02 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.01 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 |
# | Вызывающий объект | Файл и номер строки |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2380 |
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:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.22 ms Память запроса: 0.023 MB Память до запроса: 5.004 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 ('127')
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.02 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.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 |
# | Вызывающий объект | Файл и номер строки |
---|
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:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.37 ms После последнего запроса: 63.70 ms Память запроса: 0.023 MB Память до запроса: 5.434 MB Выбрано строк: 0
SELECT a.*
FROM flu_hikashop_category AS a
WHERE a.category_parent_id = 127
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 | Индекс не используется | NULL | NULL | 134 | 0.75 | Using where; Используется filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 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.11 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:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:597 |
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:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.03 ms Память запроса: 0.023 MB Память до запроса: 5.441 MB Выбрано строк: 1
SELECT COUNT(*)
FROM flu_hikashop_category AS a
WHERE a.category_parent_id = 127
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 | Индекс не используется | NULL | NULL | 134 | 0.75 | Using where |
Status | Duration |
---|
starting | 0.04 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.02 ms |
executing | 0.00 ms |
Sending data | 0.09 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:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.57 ms После последнего запроса: 3.71 ms Память запроса: 0.024 MB Память до запроса: 5.449 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 = 127
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 | 110 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.16 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.02 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:378 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.65 ms После последнего запроса: 9.61 ms Память запроса: 0.026 MB Память до запроса: 5.533 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 = 127
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; Используется filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | Индекс не используется | NULL | NULL | 134 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.22 ms |
Creating sort index | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
removing tmp table | 0.03 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Вызывающий объект | Файл и номер строки |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:756 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:423 |
15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:160 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:382 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 0.07 ms Память запроса: 0.024 MB Память до запроса: 5.552 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 '%,127,%'))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 '%,127,%')))
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 | Индекс не используется | NULL | NULL | 56 | 1.79 | Using where; Используется filesort |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 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.05 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:141 |
15 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:161 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:382 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.19 ms После последнего запроса: 4.95 ms Память запроса: 0.025 MB Память до запроса: 5.569 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.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 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 |
# | Вызывающий объект | Файл и номер строки |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2380 |
16 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:37 |
15 | hikashopCategoryClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:728 |
14 | hikashopCategoryClass->getParents() | JROOT/components/com_hikashop/views/category/view.html.php:427 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.03 ms Память запроса: 0.023 MB Память до запроса: 5.580 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 = 127
AND hk_parent.category_left >= 2
AND hk_parent.category_right <= 207
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 | Используется filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | Индекс не используется | NULL | NULL | 134 | 1.23 | 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.03 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.10 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:756 |
14 | hikashopCategoryClass->getParents() | JROOT/components/com_hikashop/views/category/view.html.php:427 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 36.79 ms Память запроса: 0.027 MB Память до запроса: 5.828 MB Выбрано строк: 0
Повторяющиеся запросы:
#53SELECT cart.cart_id
FROM flu_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = 'cc7cbbdb304ed60c83dedfaf18a97271')
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; Используется filesort |
Status | Duration |
---|
starting | 0.06 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.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.01 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:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:68 |
23 | hikashopCartClass->getCurrentCartId() | JROOT/administrator/components/com_hikashop/classes/cart.php:131 |
22 | hikashopCartClass->get() | JROOT/administrator/components/com_hikashop/helpers/helper.php:505 |
21 | hikashop_getZone() | JROOT/components/com_hikashop/views/product/view.html.php:587 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.13 ms После последнего запроса: 0.08 ms Память запроса: 0.026 MB Память до запроса: 5.841 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 ('127')
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 |
# | Вызывающий объект | Файл и номер строки |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_hikashop/views/product/view.html.php:611 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.30 ms После последнего запроса: 10.11 ms Память запроса: 0.028 MB Память до запроса: 5.872 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 | Индекс не используется | NULL | NULL | 4 | 25.00 | Using where; Используется filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 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.04 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 |
# | Вызывающий объект | Файл и номер строки |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:295 |
22 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:185 |
21 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:637 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.46 ms После последнего запроса: 0.08 ms Память запроса: 0.027 MB Память до запроса: 5.887 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 = 127
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 | 110 | 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.20 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:640 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.41 ms После последнего запроса: 0.19 ms Память запроса: 0.027 MB Память до запроса: 5.910 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.03 ms |
checking permissions | 0.00 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.06 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 |
# | Вызывающий объект | Файл и номер строки |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
24 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
23 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:206 |
22 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:254 |
21 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:839 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.34 ms После последнего запроса: 0.04 ms Память запроса: 0.029 MB Память до запроса: 5.922 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.03 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.17 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:276 |
23 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:211 |
22 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:254 |
21 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:839 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 9.24 ms После последнего запроса: 0.25 ms Память запроса: 0.133 MB Память до запроса: 5.940 MB Выбрано строк: 50
SELECT DISTINCT b.*
FROM flu_hikashop_product AS b
WHERE (b.product_published = 1)
AND (b.product_type = 'main')
AND (b.product_manufacturer_id IN (127))
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 | product_main_index | product_main_index | 767 | const | 3260 | 0.20 | Using index condition; Using where; Используется filesort |
Status | Duration |
---|
starting | 0.03 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.14 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 8.92 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Вызывающий объект | Файл и номер строки |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_hikashop/views/product/view.html.php:906 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.26 ms После последнего запроса: 10.76 ms Память запроса: 0.035 MB Память до запроса: 6.172 MB Выбрано строк: 50
SELECT *
FROM flu_hikashop_file
WHERE file_ref_id IN (3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,1842,1843,1844,1845,1846,1847,1848,1823,1824,1825,1826,1827)
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 | Индекс не используется | NULL | NULL | 3424 | 48.38 | Using where; Используется filesort |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.28 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.74 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 |
# | Вызывающий объект | Файл и номер строки |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2346 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.12 ms После последнего запроса: 0.29 ms Память запроса: 0.026 MB Память до запроса: 6.515 MB Выбрано строк: 0
SELECT variant_product_id
FROM flu_hikashop_variant
WHERE variant_product_id IN (3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,1842,1843,1844,1845,1846,1847,1848,1823,1824,1825,1826,1827)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | Индекс не используется | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.04 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:2370 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.10 ms После последнего запроса: 0.03 ms Память запроса: 0.026 MB Память до запроса: 6.526 MB Выбрано строк: 0
SELECT product_id
FROM flu_hikashop_product_related
WHERE product_related_type = 'options'
AND product_id IN (3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,1842,1843,1844,1845,1846,1847,1848,1823,1824,1825,1826,1827)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | Индекс не используется | NULL | NULL | NULL | NULL | no matching row in const table |
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 |
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:2386 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.36 ms После последнего запроса: 0.07 ms Память запроса: 0.027 MB Память до запроса: 6.542 MB Выбрано строк: 0
SELECT product_parent_id, product_id
FROM flu_hikashop_product
WHERE product_parent_id IN ('3387','3388','3389','3390','3391','3392','3393','3394','3395','3396','3397','3398','3399','3400','3401','3402','3403','3404','3405','3406','3407','3408','3409','3410','3411','3412','3413','3414','3415','3416','3417','3418','3419','3420','3421','3422','3423','3424','1842','1843','1844','1845','1846','1847','1848','1823','1824','1825','1826','1827')
AND product_published = 1
AND product_type = 'variant'
AND product_sale_start < 1618116126
AND (product_sale_end > 1618116126 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.04 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.20 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 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:975 |
24 | hikashopCurrencyClass->_loadProductVariants() | JROOT/administrator/components/com_hikashop/classes/currency.php:514 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2401 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 0.09 ms Память запроса: 0.027 MB Память до запроса: 6.568 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 < 1618116126
AND (discount_end > 1618116126 OR discount_end = 0)
AND ( (discount_product_id IN ('','0','3387','3388','3389','3390','3391','3392','3393','3394','3395','3396','3397','3398','3399','3400','3401','3402','3403','3404','3405','3406','3407','3408','3409','3410','3411','3412','3413','3414','3415','3416','3417','3418','3419','3420','3421','3422','3423','3424','1842','1843','1844','1845','1846','1847','1848','1823','1824','1825','1826','1827')) OR (discount_product_id LIKE '%,3387,%') OR (discount_product_id LIKE '%,3388,%') OR (discount_product_id LIKE '%,3389,%') OR (discount_product_id LIKE '%,3390,%') OR (discount_product_id LIKE '%,3391,%') OR (discount_product_id LIKE '%,3392,%') OR (discount_product_id LIKE '%,3393,%') OR (discount_product_id LIKE '%,3394,%') OR (discount_product_id LIKE '%,3395,%') OR (discount_product_id LIKE '%,3396,%') OR (discount_product_id LIKE '%,3397,%') OR (discount_product_id LIKE '%,3398,%') OR (discount_product_id LIKE '%,3399,%') OR (discount_product_id LIKE '%,3400,%') OR (discount_product_id LIKE '%,3401,%') OR (discount_product_id LIKE '%,3402,%') OR (discount_product_id LIKE '%,3403,%') OR (discount_product_id LIKE '%,3404,%') OR (discount_product_id LIKE '%,3405,%') OR (discount_product_id LIKE '%,3406,%') OR (discount_product_id LIKE '%,3407,%') OR (discount_product_id LIKE '%,3408,%') OR (discount_product_id LIKE '%,3409,%') OR (discount_product_id LIKE '%,3410,%') OR (discount_product_id LIKE '%,3411,%') OR (discount_product_id LIKE '%,3412,%') OR (discount_product_id LIKE '%,3413,%') OR (discount_product_id LIKE '%,3414,%') OR (discount_product_id LIKE '%,3415,%') OR (discount_product_id LIKE '%,3416,%') OR (discount_product_id LIKE '%,3417,%') OR (discount_product_id LIKE '%,3418,%') OR (discount_product_id LIKE '%,3419,%') OR (discount_product_id LIKE '%,3420,%') OR (discount_product_id LIKE '%,3421,%') OR (discount_product_id LIKE '%,3422,%') OR (discount_product_id LIKE '%,3423,%') OR (discount_product_id LIKE '%,3424,%') OR (discount_product_id LIKE '%,1842,%') OR (discount_product_id LIKE '%,1843,%') OR (discount_product_id LIKE '%,1844,%') OR (discount_product_id LIKE '%,1845,%') OR (discount_product_id LIKE '%,1846,%') OR (discount_product_id LIKE '%,1847,%') OR (discount_product_id LIKE '%,1848,%') OR (discount_product_id LIKE '%,1823,%') OR (discount_product_id LIKE '%,1824,%') OR (discount_product_id LIKE '%,1825,%') OR (discount_product_id LIKE '%,1826,%') OR (discount_product_id LIKE '%,1827,%') )
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 | Индекс не используется | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.09 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:556 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2401 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.14 ms После последнего запроса: 0.03 ms Память запроса: 0.028 MB Память до запроса: 6.581 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 | Индекс не используется | NULL | NULL | 182 | 10.49 | 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.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.05 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:471 |
24 | hikashopCurrencyClass->publishedCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:564 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2401 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.62 ms После последнего запроса: 0.06 ms Память запроса: 0.041 MB Память до запроса: 6.595 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 (3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,1842,1843,1844,1845,1846,1847,1848,1823,1824,1825,1826,1827)
AND a.price_currency_id IN (128)
AND a.price_start_date < 1618116126
AND (a.price_end_date < 1 OR a.price_end_date > 1618116126)
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; Используется filesort |
Status | Duration |
---|
starting | 0.05 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.10 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.33 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:587 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2401 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.11 ms После последнего запроса: 0.08 ms Память запроса: 0.028 MB Память до запроса: 6.656 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.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.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:1870 |
25 | hikashopCurrencyClass->getCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:2280 |
24 | hikashopCurrencyClass->getRounding() | JROOT/administrator/components/com_hikashop/classes/currency.php:662 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2401 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.24 ms После последнего запроса: 2.49 ms Память запроса: 0.028 MB Память до запроса: 6.745 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 <= 1618116126
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1618116126)
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 | Индекс не используется | 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 | Индекс не используется | 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.03 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.02 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Вызывающий объект | Файл и номер строки |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:197 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:60 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:663 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2401 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.10 ms После последнего запроса: 0.03 ms Память запроса: 0.028 MB Память до запроса: 6.759 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.01 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.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:218 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:60 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:663 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2401 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.49 ms После последнего запроса: 0.44 ms Память запроса: 0.066 MB Память до запроса: 6.877 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 (3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,1842,1843,1844,1845,1846,1847,1848,1823,1824,1825,1826,1827);
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 | 65 | 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.05 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.11 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 |
# | Вызывающий объект | Файл и номер строки |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2437 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.48 ms После последнего запроса: 0.35 ms Память запроса: 0.029 MB Память до запроса: 7.011 MB Выбрано строк: 4
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 IN (57)
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; Используется filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | Индекс не используется | NULL | NULL | 134 | 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.00 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.20 ms |
Creating sort index | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
removing tmp table | 0.03 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:756 |
23 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
22 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2453 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.24 ms После последнего запроса: 0.07 ms Память запроса: 0.027 MB Память до запроса: 7.034 MB Выбрано строк: 0
SELECT a.*
FROM flu_hikashop_badge AS a
WHERE a.badge_start <= 1618116126
AND (a.badge_end >= 1618116126 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 >= 50681964)
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 = '127' OR badge_category_id LIKE '%,127,%' OR badge_category_id = '57' OR badge_category_id LIKE '%,57,%')) 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 = '43' OR badge_category_id LIKE '%,43,%' OR badge_category_id = '57' OR badge_category_id LIKE '%,57,%')))
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 | Индекс не используется | NULL | NULL | 3 | 33.33 | Using where; Используется filesort |
Status | Duration |
---|
starting | 0.06 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:2453 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.43 ms После последнего запроса: 0.91 ms Память запроса: 0.029 MB Память до запроса: 7.045 MB Выбрано строк: 5
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 IN (126)
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; Используется filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | Индекс не используется | NULL | NULL | 134 | 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.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.18 ms |
Creating sort index | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
removing tmp table | 0.03 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:756 |
23 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
22 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2453 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.05 ms Память запроса: 0.027 MB Память до запроса: 7.070 MB Выбрано строк: 0
SELECT a.*
FROM flu_hikashop_badge AS a
WHERE a.badge_start <= 1618116126
AND (a.badge_end >= 1618116126 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 >= 48281586)
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 = '127' OR badge_category_id LIKE '%,127,%' OR badge_category_id = '126' OR badge_category_id LIKE '%,126,%')) 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 = '48' OR badge_category_id LIKE '%,48,%' OR badge_category_id = '126' OR badge_category_id LIKE '%,126,%')))
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 | Индекс не используется | NULL | NULL | 3 | 33.33 | Using where; Используется filesort |
Status | Duration |
---|
starting | 0.05 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:2453 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.37 ms После последнего запроса: 0.22 ms Память запроса: 0.029 MB Память до запроса: 7.079 MB Выбрано строк: 5
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 IN (125)
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; Используется filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | Индекс не используется | NULL | NULL | 134 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.02 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.00 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.15 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:756 |
23 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
22 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2453 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.06 ms Память запроса: 0.027 MB Память до запроса: 7.103 MB Выбрано строк: 0
SELECT a.*
FROM flu_hikashop_badge AS a
WHERE a.badge_start <= 1618116126
AND (a.badge_end >= 1618116126 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 >= 48281586)
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 = '127' OR badge_category_id LIKE '%,127,%' OR badge_category_id = '125' OR badge_category_id LIKE '%,125,%')) 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 = '48' OR badge_category_id LIKE '%,48,%' OR badge_category_id = '125' OR badge_category_id LIKE '%,125,%')))
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 | Индекс не используется | NULL | NULL | 3 | 33.33 | Using where; Используется filesort |
Status | Duration |
---|
starting | 0.05 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:2453 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.45 ms После последнего запроса: 0.24 ms Память запроса: 0.031 MB Память до запроса: 7.111 MB Выбрано строк: 8
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 IN (57,126,125)
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 | range | PRIMARY | PRIMARY | 4 | NULL | 3 | 100.00 | Using index condition; Using temporary; Используется filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | Индекс не используется | NULL | NULL | 134 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
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.00 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.21 ms |
Creating sort index | 0.05 ms |
end | 0.00 ms |
query end | 0.01 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:756 |
24 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:324 |
23 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:160 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2461 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.35 ms После последнего запроса: 0.11 ms Память запроса: 0.027 MB Память до запроса: 7.228 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 '%,57,%' OR field_categories LIKE '%,126,%' OR field_categories LIKE '%,125,%'))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 '%,48,%' OR field_categories LIKE '%,125,%' OR field_categories LIKE '%,126,%' OR field_categories LIKE '%,43,%' OR field_categories LIKE '%,57,%')))
AND field_products="") OR (field_products LIKE '%,1823,%' OR field_products LIKE '%,1824,%' OR field_products LIKE '%,1825,%' OR field_products LIKE '%,1826,%' OR field_products LIKE '%,1827,%' OR field_products LIKE '%,1842,%' OR field_products LIKE '%,1843,%' OR field_products LIKE '%,1844,%' OR field_products LIKE '%,1845,%' OR field_products LIKE '%,1846,%' OR field_products LIKE '%,1847,%' OR field_products LIKE '%,1848,%' OR field_products LIKE '%,3387,%' OR field_products LIKE '%,3388,%' OR field_products LIKE '%,3389,%' OR field_products LIKE '%,3390,%' OR field_products LIKE '%,3391,%' OR field_products LIKE '%,3392,%' OR field_products LIKE '%,3393,%' OR field_products LIKE '%,3394,%' OR field_products LIKE '%,3395,%' OR field_products LIKE '%,3396,%' OR field_products LIKE '%,3397,%' OR field_products LIKE '%,3398,%' OR field_products LIKE '%,3399,%' OR field_products LIKE '%,3400,%' OR field_products LIKE '%,3401,%' OR field_products LIKE '%,3402,%' OR field_products LIKE '%,3403,%' OR field_products LIKE '%,3404,%' OR field_products LIKE '%,3405,%' OR field_products LIKE '%,3406,%' OR field_products LIKE '%,3407,%' OR field_products LIKE '%,3408,%' OR field_products LIKE '%,3409,%' OR field_products LIKE '%,3410,%' OR field_products LIKE '%,3411,%' OR field_products LIKE '%,3412,%' OR field_products LIKE '%,3413,%' OR field_products LIKE '%,3414,%' OR field_products LIKE '%,3415,%' OR field_products LIKE '%,3416,%' OR field_products LIKE '%,3417,%' OR field_products LIKE '%,3418,%' OR field_products LIKE '%,3419,%' OR field_products LIKE '%,3420,%' OR field_products LIKE '%,3421,%' OR field_products LIKE '%,3422,%' OR field_products LIKE '%,3423,%' OR field_products LIKE '%,3424,%'))
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 | Индекс не используется | NULL | NULL | 56 | 1.79 | Using where; Используется filesort |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.07 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.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/field.php:141 |
23 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:161 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2461 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.14 ms После последнего запроса: 0.04 ms Память запроса: 0.026 MB Память до запроса: 7.231 MB Выбрано строк: 1
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 (3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,1842,1843,1844,1845,1846,1847,1848,1823,1824,1825,1826,1827)
AND pr.product_related_type = 'bundle'
AND p.product_quantity >= 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | Индекс не используется | 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:2478 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:923 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:859 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:134 |
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:2512 |
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:2480 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2218 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1955 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2196 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:92 |
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:203 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |