Query Time: 0.23 ms Query memory: 0.023 MB Memory before query: 4.161 MB Rows returned: 0
SELECT `data`
FROM `lce_session`
WHERE `session_id` = X'6638356533383537383365336432623664373234656432616165666165326663'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.19 ms After last query: 0.78 ms Query memory: 0.020 MB Memory before query: 4.257 MB Rows returned: 0
SELECT `session_id`
FROM `lce_session`
WHERE `session_id` = X'6638356533383537383365336432623664373234656432616165666165326663'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.06 ms After last query: 0.07 ms Query memory: 0.004 MB Memory before query: 4.262 MB
INSERT INTO `lce_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6638356533383537383365336432623664373234656432616165666165326663', 1, 1743424215, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `lce_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6638356533383537383365336432623664373234656432616165666165326663', 1, 1743424215, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.39 ms After last query: 1.50 ms Query memory: 0.040 MB Memory before query: 4.450 MB Rows returned: 46
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `lce_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_extensions | NULL | ref | extension | extension | 82 | const | 46 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 1.53 ms Query memory: 0.021 MB Memory before query: 4.722 MB Rows returned: 6
SELECT id, rules
FROM `lce_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 4.734 MB Rows returned: 2
SELECT b.id
FROM lce_usergroups AS a
LEFT JOIN lce_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 | 3 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 0.42 ms Query memory: 0.031 MB Memory before query: 4.803 MB Rows returned: 125
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM lce_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_extensions | NULL | ref | extension | extension | 82 | const | 223 | 0.60 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 12.56 ms Query memory: 0.022 MB Memory before query: 7.318 MB Rows returned: 1
SELECT *
FROM `lce_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_nextend2_section_storage | NULL | ref | application,application_2 | application | 284 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
12 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
11 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
10 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
9 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
8 | Nextend\SmartSlider3\Settings::get() | JROOT/plugins/system/smartslider3/smartslider3.php:16 |
7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 23.07 ms Query memory: 0.026 MB Memory before query: 10.300 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `lce_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
20 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
19 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
16 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
15 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
14 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
11 | Joomla\CMS\Factory::getDocument() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3187 |
10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:184 |
9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:63 |
8 | plgSystemHikashopgeolocation->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.92 ms After last query: 0.13 ms Query memory: 0.007 MB Memory before query: 10.294 MB
UPDATE `lce_extensions`
SET `params` = '{\"mediaversion\":\"57b14f83666edaef8aa850b43700d676\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `lce_extensions`
SET `params` = '{\"mediaversion\":\"57b14f83666edaef8aa850b43700d676\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
15 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
14 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
11 | Joomla\CMS\Factory::getDocument() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3187 |
10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:184 |
9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:63 |
8 | plgSystemHikashopgeolocation->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 3.39 ms Query memory: 0.128 MB Memory before query: 11.077 MB Rows returned: 426
SELECT *
FROM lce_hikashop_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_hikashop_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 426 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/config.php:16 |
12 | hikashopConfigClass->load() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1292 |
11 | hikashop_config() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3206 |
10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:184 |
9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:63 |
8 | plgSystemHikashopgeolocation->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 4.00 ms Query memory: 0.068 MB Memory before query: 11.809 MB Rows returned: 39
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM lce_menu AS m
LEFT JOIN lce_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 166 | 6.51 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 8.20 ms Query memory: 0.027 MB Memory before query: 12.963 MB Rows returned: 52
SELECT id,name,is_json,value
FROM lce_awocoupon_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_awocoupon_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 52 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_awocoupon/helper/class-awocoupon-helper-database.php:25 |
12 | AwoCoupon_Helper_Database->get_objectlist() | JROOT/administrator/components/com_awocoupon/awocoupon/library/class-awocoupon-library-param.php:31 |
11 | Awocoupon_Library_Param->__construct() | JROOT/administrator/components/com_awocoupon/awocoupon/library/class-awocoupon-library-helper.php:441 |
10 | AwoCoupon_Library_Helper->new_class() | JROOT/administrator/components/com_awocoupon/helper/awocoupon.php:71 |
9 | AwoCoupon->init() | JROOT/plugins/system/awocoupon/awocoupon.php:32 |
8 | plgSystemAwoCoupon->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.05 ms After last query: 8.70 ms Query memory: 0.023 MB Memory before query: 14.776 MB Rows returned: 1
SHOW FULL COLUMNS
FROM lce_awocoupon LIKE "coupon_code"
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM lce_awocoupon LIKE "coupon_code"
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_awocoupon/helper/class-awocoupon-helper-database.php:32 |
14 | AwoCoupon_Helper_Database->get_object() | JROOT/administrator/components/com_awocoupon/awocoupon/library/class-awocoupon-library-coupon.php:311 |
13 | AwoCoupon_Library_Coupon->is_case_sensitive() | JROOT/administrator/components/com_awocoupon/awocoupon/library/class-awocoupon-library-discount.php:84 |
12 | AwoCoupon_Library_Discount->__construct() | JROOT/administrator/components/com_awocoupon/helper/estore/hikashop/class-awocoupon-helper-estore-hikashop-discount.php:39 |
11 | AwoCoupon_Helper_Estore_Hikashop_Discount->__construct() | JROOT/administrator/components/com_awocoupon/awocoupon/library/class-awocoupon-library-helper.php:441 |
10 | AwoCoupon_Library_Helper->new_class() | JROOT/administrator/components/com_awocoupon/helper/awocoupon.php:89 |
9 | AwoCoupon->init() | JROOT/plugins/system/awocoupon/awocoupon.php:32 |
8 | plgSystemAwoCoupon->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 6.15 ms Query memory: 0.062 MB Memory before query: 15.479 MB Rows returned: 4
SELECT id, home, template, s.params
FROM lce_template_styles as s
LEFT JOIN lce_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 6 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | lcstore_sapdb.e.element | 1 | 66.67 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
14 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1373 |
13 | hikashop_get() | JROOT/administrator/components/com_hikashop/helpers/helper.php:476 |
12 | hikashop_loadUser() | JROOT/administrator/components/com_awocoupon/helper/estore/hikashop/class-awocoupon-helper-estore-hikashop-discount.php:81 |
11 | AwoCoupon_Helper_Estore_Hikashop_Discount->__construct() | JROOT/administrator/components/com_awocoupon/awocoupon/library/class-awocoupon-library-helper.php:441 |
10 | AwoCoupon_Library_Helper->new_class() | JROOT/administrator/components/com_awocoupon/helper/awocoupon.php:89 |
9 | AwoCoupon->init() | JROOT/plugins/system/awocoupon/awocoupon.php:32 |
8 | plgSystemAwoCoupon->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 4.67 ms Query memory: 0.022 MB Memory before query: 16.034 MB Rows returned: 1
SELECT *
FROM lce_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
12 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
11 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/components/com_k2/helpers/utilities.php:248 |
10 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:244 |
9 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:390 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 3.68 ms Query memory: 0.061 MB Memory before query: 16.395 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
11 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:216 |
9 | PlgSystemHelixultimate->attachWebAsset() | JROOT/plugins/system/helixultimate/helixultimate.php:245 |
8 | PlgSystemHelixultimate->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 28.60 ms Query memory: 0.025 MB Memory before query: 20.406 MB Rows returned: 1
SELECT *
FROM lce_menu
WHERE id = '263'
LIMIT 0, 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2470 |
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/product/view.html.php:230 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 9.70 ms Query memory: 0.024 MB Memory before query: 21.836 MB Rows returned: 1
SELECT *
FROM lce_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 | lce_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2470 |
15 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:37 |
14 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/product/view.html.php:575 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.61 ms Query memory: 0.024 MB Memory before query: 21.868 MB Rows returned: 0
SELECT cart.cart_id
FROM lce_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = 'f85e385783e3d2b6d724ed2aaefae2fc')
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 where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:68 |
16 | hikashopCartClass->getCurrentCartId() | JROOT/administrator/components/com_hikashop/classes/cart.php:139 |
15 | hikashopCartClass->get() | JROOT/administrator/components/com_hikashop/helpers/helper.php:510 |
14 | hikashop_getZone() | JROOT/components/com_hikashop/views/product/view.html.php:624 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 21.877 MB Rows returned: 1
SELECT category_id
FROM lce_hikashop_category
WHERE (category_access = 'all' OR category_access LIKE '%,9,%')
AND category_id IN ('2')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
14 | JDatabaseDriver->loadColumn() | JROOT/components/com_hikashop/views/product/view.html.php:648 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 4.55 ms Query memory: 0.024 MB Memory before query: 22.429 MB Rows returned: 2
SELECT *
FROM lce_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 | lce_hikashop_filter | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:295 |
15 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:185 |
14 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:674 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.08 ms Query memory: 0.025 MB Memory before query: 22.444 MB Rows returned: 2
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 = 2
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; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/filter.php:315 |
15 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:185 |
14 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:674 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 22.457 MB Rows returned: 1
SELECT a.*,b.*
FROM lce_hikashop_category AS a
LEFT JOIN lce_hikashop_file AS b
ON a.category_id = b.file_ref_id
AND b.file_type = 'category'
WHERE a.category_id = 2
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 | 18 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
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/product/view.html.php:677 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 22.468 MB Rows returned: 1
SELECT *
FROM lce_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 | lce_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2470 |
16 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:37 |
15 | hikashopCategoryClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:526 |
14 | hikashopCategoryClass->getChildren() | JROOT/components/com_hikashop/views/product/view.html.php:716 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.11 ms Query memory: 0.031 MB Memory before query: 22.479 MB Rows returned: 15
SELECT a.*
FROM lce_hikashop_category AS a
WHERE a.category_left > 2
AND a.category_right < 49
AND (a.category_type = 'product' OR a.category_type = 'vendor')
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 | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 2.38 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:600 |
14 | hikashopCategoryClass->getChildren() | JROOT/components/com_hikashop/views/product/view.html.php:716 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.55 ms After last query: 0.22 ms Query memory: 0.063 MB Memory before query: 22.514 MB Rows returned: 28
SELECT DISTINCT b.*
FROM lce_hikashop_product_category AS a
LEFT JOIN lce_hikashop_product AS b
ON a.product_id=b.product_id
WHERE (b.product_published = 1)
AND (b.product_type = 'main')
AND (a.category_id IN (12,13,14,15,20,24,43,34,44,45,50,51,52,54,55,2))
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY a.ordering ASC
LIMIT 0, 28
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | ref | PRIMARY,product_main_index | product_main_index | 767 | const | 140 | 2.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | ref | category_id,product_id | product_id | 4 | lcstore_sapdb.b.product_id | 2 | 77.80 | Using where; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_hikashop/views/product/view.html.php:1001 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.66 ms After last query: 2.45 ms Query memory: 0.040 MB Memory before query: 22.797 MB Rows returned: 74
SELECT *
FROM lce_hikashop_file
WHERE file_ref_id IN (64418,64843,64353,57322,64502,64531,64324,64560,62673,62231,64872,64589,62082,64605,64618,62444,65603,65935,65936,64389,65601,65223,65375,65460,65503,65660,65771,57388)
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 | lce_hikashop_file | NULL | ALL | file_type | NO INDEX KEY COULD BE USED | NULL | NULL | 948 | 49.05 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2357 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.27 ms Query memory: 0.025 MB Memory before query: 23.041 MB Rows returned: 76
SELECT variant_product_id
FROM lce_hikashop_variant
WHERE variant_product_id IN (64418,64843,64353,57322,64502,64531,64324,64560,62673,62231,64872,64589,62082,64605,64618,62444,65603,65935,65936,64389,65601,65223,65375,65460,65503,65660,65771,57388)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_hikashop_variant | NULL | range | variant_product_id | variant_product_id | 4 | NULL | 82 | 100.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2381 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 23.049 MB Rows returned: 0
SELECT product_id
FROM lce_hikashop_product_related
WHERE product_related_type = 'options'
AND product_id IN (64418,64843,64353,57322,64502,64531,64324,64560,62673,62231,64872,64589,62082,64605,64618,62444,65603,65935,65936,64389,65601,65223,65375,65460,65503,65660,65771,57388)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2397 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.30 ms After last query: 0.07 ms Query memory: 0.048 MB Memory before query: 23.123 MB Rows returned: 427
SELECT product_parent_id, product_id
FROM lce_hikashop_product
WHERE product_parent_id IN ('64418','64843','64353','57322','64502','64531','64324','64560','62673','62231','64872','64589','62082','64605','64618','62444','65603','65935','65936','64389','65601','65223','65375','65460','65503','65660','65771','57388')
AND product_published = 1
AND product_type = 'variant'
AND product_sale_start < 1743424215
AND (product_sale_end > 1743424215 OR product_sale_end = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_hikashop_product | NULL | ref | product_parent_id,product_main_index | product_main_index | 767 | const | 1409 | 0.40 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:977 |
17 | hikashopCurrencyClass->_loadProductVariants() | JROOT/administrator/components/com_hikashop/classes/currency.php:514 |
16 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
15 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2412 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.18 ms After last query: 1.28 ms Query memory: 0.025 MB Memory before query: 23.314 MB Rows returned: 0
SELECT *
FROM lce_hikashop_discount
WHERE discount_type='discount'
AND discount_published=1
AND (discount_quota > discount_used_times OR discount_quota = 0)
AND discount_start < 1743424215
AND (discount_end > 1743424215 OR discount_end = 0)
AND ( (discount_product_id IN ('','0','64418','64843','64353','57322','64502','64531','64324','64560','62673','62231','64872','64589','62082','64605','64618','62444','65603','65935','65936','64389','65601','65223','65375','65460','65503','65660','65771','57388')) OR (discount_product_id LIKE '%,64418,%') OR (discount_product_id LIKE '%,64843,%') OR (discount_product_id LIKE '%,64353,%') OR (discount_product_id LIKE '%,57322,%') OR (discount_product_id LIKE '%,64502,%') OR (discount_product_id LIKE '%,64531,%') OR (discount_product_id LIKE '%,64324,%') OR (discount_product_id LIKE '%,64560,%') OR (discount_product_id LIKE '%,62673,%') OR (discount_product_id LIKE '%,62231,%') OR (discount_product_id LIKE '%,64872,%') OR (discount_product_id LIKE '%,64589,%') OR (discount_product_id LIKE '%,62082,%') OR (discount_product_id LIKE '%,64605,%') OR (discount_product_id LIKE '%,64618,%') OR (discount_product_id LIKE '%,62444,%') OR (discount_product_id LIKE '%,65603,%') OR (discount_product_id LIKE '%,65935,%') OR (discount_product_id LIKE '%,65936,%') OR (discount_product_id LIKE '%,64389,%') OR (discount_product_id LIKE '%,65601,%') OR (discount_product_id LIKE '%,65223,%') OR (discount_product_id LIKE '%,65375,%') OR (discount_product_id LIKE '%,65460,%') OR (discount_product_id LIKE '%,65503,%') OR (discount_product_id LIKE '%,65660,%') OR (discount_product_id LIKE '%,65771,%') OR (discount_product_id LIKE '%,57388,%') OR (discount_product_id LIKE '%,64898,%') OR (discount_product_id LIKE '%,64896,%') OR (discount_product_id LIKE '%,64897,%') OR (discount_product_id LIKE '%,64533,%') OR (discount_product_id LIKE '%,64532,%') OR (discount_product_id LIKE '%,64500,%') OR (discount_product_id LIKE '%,64416,%') OR (discount_product_id LIKE '%,64415,%') OR (discount_product_id LIKE '%,64411,%') OR (discount_product_id LIKE '%,64485,%') OR (discount_product_id LIKE '%,64484,%') OR (discount_product_id LIKE '%,64483,%') OR (discount_product_id LIKE '%,64454,%') OR (discount_product_id LIKE '%,64455,%') OR (discount_product_id LIKE '%,64456,%') OR (discount_product_id LIKE '%,64457,%') OR (discount_product_id LIKE '%,64458,%') OR (discount_product_id LIKE '%,64459,%') OR (discount_product_id LIKE '%,64460,%') OR (discount_product_id LIKE '%,64461,%') OR (discount_product_id LIKE '%,64462,%') OR (discount_product_id LIKE '%,64463,%') OR (discount_product_id LIKE '%,64464,%') OR (discount_product_id LIKE '%,64465,%') OR (discount_product_id LIKE '%,64466,%') OR (discount_product_id LIKE '%,64467,%') OR (discount_product_id LIKE '%,64468,%') OR (discount_product_id LIKE '%,64469,%') OR (discount_product_id LIKE '%,64470,%') OR (discount_product_id LIKE '%,64471,%') OR (discount_product_id LIKE '%,64472,%') OR (discount_product_id LIKE '%,64473,%') OR (discount_product_id LIKE '%,64474,%') OR (discount_product_id LIKE '%,64475,%') OR (discount_product_id LIKE '%,64476,%') OR (discount_product_id LIKE '%,64477,%') OR (discount_product_id LIKE '%,64478,%') OR (discount_product_id LIKE '%,64479,%') OR (discount_product_id LIKE '%,64480,%') OR (discount_product_id LIKE '%,64481,%') OR (discount_product_id LIKE '%,64482,%') OR (discount_product_id LIKE '%,64413,%') OR (discount_product_id LIKE '%,64414,%') OR (discount_product_id LIKE '%,64491,%') OR (discount_product_id LIKE '%,64486,%') OR (discount_product_id LIKE '%,64487,%') OR (discount_product_id LIKE '%,64488,%') OR (discount_product_id LIKE '%,64519,%') OR (discount_product_id LIKE '%,64520,%') OR (discount_product_id LIKE '%,64521,%') OR (discount_product_id LIKE '%,64522,%') OR (discount_product_id LIKE '%,64489,%') OR (discount_product_id LIKE '%,65671,%') OR (discount_product_id LIKE '%,65461,%') OR (discount_product_id LIKE '%,65462,%') OR (discount_product_id LIKE '%,65463,%') OR (discount_product_id LIKE '%,65465,%') OR (discount_product_id LIKE '%,65466,%') OR (discount_product_id LIKE '%,65467,%') OR (discount_product_id LIKE '%,64490,%') OR (discount_product_id LIKE '%,64412,%') OR (discount_product_id LIKE '%,64546,%') OR (discount_product_id LIKE '%,64547,%') OR (discount_product_id LIKE '%,64548,%') OR (discount_product_id LIKE '%,64549,%') OR (discount_product_id LIKE '%,64492,%') OR (discount_product_id LIKE '%,64493,%') OR (discount_product_id LIKE '%,64494,%') OR (discount_product_id LIKE '%,64495,%') OR (discount_product_id LIKE '%,64845,%') OR (discount_product_id LIKE '%,64846,%') OR (discount_product_id LIKE '%,64507,%') OR (discount_product_id LIKE '%,64506,%') OR (discount_product_id LIKE '%,64505,%') OR (discount_product_id LIKE '%,64504,%') OR (discount_product_id LIKE '%,64503,%') OR (discount_product_id LIKE '%,64342,%') OR (discount_product_id LIKE '%,64341,%') OR (discount_product_id LIKE '%,64847,%') OR (discount_product_id LIKE '%,64355,%') OR (discount_product_id LIKE '%,64417,%') OR (discount_product_id LIKE '%,64849,%') OR (discount_product_id LIKE '%,64850,%') OR (discount_product_id LIKE '%,64851,%') OR (discount_product_id LIKE '%,64852,%') OR (discount_product_id LIKE '%,64853,%') OR (discount_product_id LIKE '%,64854,%') OR (discount_product_id LIKE '%,64855,%') OR (discount_product_id LIKE '%,64856,%') OR (discount_product_id LIKE '%,64857,%') OR (discount_product_id LIKE '%,64545,%') OR (discount_product_id LIKE '%,64534,%') OR (discount_product_id LIKE '%,64535,%') OR (discount_product_id LIKE '%,64536,%') OR (discount_product_id LIKE '%,64894,%') OR (discount_product_id LIKE '%,65665,%') OR (discount_product_id LIKE '%,65664,%') OR (discount_product_id LIKE '%,65502,%') OR (discount_product_id LIKE '%,65501,%') OR (discount_product_id LIKE '%,64508,%') OR (discount_product_id LIKE '%,64509,%') OR (discount_product_id LIKE '%,64510,%') OR (discount_product_id LIKE '%,64511,%') OR (discount_product_id LIKE '%,64512,%') OR (discount_product_id LIKE '%,64513,%') OR (discount_product_id LIKE '%,64514,%') OR (discount_product_id LIKE '%,64354,%') OR (discount_product_id LIKE '%,65666,%') OR (discount_product_id LIKE '%,65667,%') OR (discount_product_id LIKE '%,65668,%') OR (discount_product_id LIKE '%,65669,%') OR (discount_product_id LIKE '%,65670,%') OR (discount_product_id LIKE '%,57371,%') OR (discount_product_id LIKE '%,57370,%') OR (discount_product_id LIKE '%,57369,%') OR (discount_product_id LIKE '%,57368,%') OR (discount_product_id LIKE '%,57367,%') OR (discount_product_id LIKE '%,57366,%') OR (discount_product_id LIKE '%,57365,%') OR (discount_product_id LIKE '%,57364,%') OR (discount_product_id LIKE '%,57363,%') OR (discount_product_id LIKE '%,57362,%') OR (discount_product_id LIKE '%,57361,%') OR (discount_product_id LIKE '%,57360,%') OR (discount_product_id LIKE '%,57359,%') OR (discount_product_id LIKE '%,57358,%') OR (discount_product_id LIKE '%,57357,%') OR (discount_product_id LIKE '%,57356,%') OR (discount_product_id LIKE '%,57355,%') OR (discount_product_id LIKE '%,57354,%') OR (discount_product_id LIKE '%,57353,%') OR (discount_product_id LIKE '%,57352,%') OR (discount_product_id LIKE '%,57351,%') OR (discount_product_id LIKE '%,57350,%') OR (discount_product_id LIKE '%,57349,%') OR (discount_product_id LIKE '%,57348,%') OR (discount_product_id LIKE '%,57347,%') OR (discount_product_id LIKE '%,57346,%') OR (discount_product_id LIKE '%,57345,%') OR (discount_product_id LIKE '%,57344,%') OR (discount_product_id LIKE '%,57343,%') OR (discount_product_id LIKE '%,57342,%') OR (discount_product_id LIKE '%,57341,%') OR (discount_product_id LIKE '%,57340,%') OR (discount_product_id LIKE '%,57339,%') OR (discount_product_id LIKE '%,57338,%') OR (discount_product_id LIKE '%,57337,%') OR (discount_product_id LIKE '%,57336,%') OR (discount_product_id LIKE '%,57335,%') OR (discount_product_id LIKE '%,57334,%') OR (discount_product_id LIKE '%,57332,%') OR (discount_product_id LIKE '%,57329,%') OR (discount_product_id LIKE '%,57328,%') OR (discount_product_id LIKE '%,57327,%') OR (discount_product_id LIKE '%,57326,%') OR (discount_product_id LIKE '%,57325,%') OR (discount_product_id LIKE '%,57324,%') OR (discount_product_id LIKE '%,57323,%') OR (discount_product_id LIKE '%,65663,%') OR (discount_product_id LIKE '%,65662,%') OR (discount_product_id LIKE '%,65661,%') OR (discount_product_id LIKE '%,64330,%') OR (discount_product_id LIKE '%,64329,%') OR (discount_product_id LIKE '%,64328,%') OR (discount_product_id LIKE '%,64327,%') OR (discount_product_id LIKE '%,64326,%') OR (discount_product_id LIKE '%,64325,%') OR (discount_product_id LIKE '%,64844,%') OR (discount_product_id LIKE '%,64900,%') OR (discount_product_id LIKE '%,64901,%') OR (discount_product_id LIKE '%,64902,%') OR (discount_product_id LIKE '%,65497,%') OR (discount_product_id LIKE '%,65475,%') OR (discount_product_id LIKE '%,65477,%') OR (discount_product_id LIKE '%,65478,%') OR (discount_product_id LIKE '%,65479,%') OR (discount_product_id LIKE '%,64542,%') OR (discount_product_id LIKE '%,64543,%') OR (discount_product_id LIKE '%,64544,%') OR (discount_product_id LIKE '%,64904,%') OR (discount_product_id LIKE '%,64539,%') OR (discount_product_id LIKE '%,64540,%') OR (discount_product_id LIKE '%,64541,%') OR (discount_product_id LIKE '%,64537,%') OR (discount_product_id LIKE '%,64538,%') OR (discount_product_id LIKE '%,64338,%') OR (discount_product_id LIKE '%,64337,%') OR (discount_product_id LIKE '%,64336,%') OR (discount_product_id LIKE '%,65468,%') OR (discount_product_id LIKE '%,65469,%') OR (discount_product_id LIKE '%,65471,%') OR (discount_product_id LIKE '%,65472,%') OR (discount_product_id LIKE '%,65473,%') OR (discount_product_id LIKE '%,65474,%') OR (discount_product_id LIKE '%,64331,%') OR (discount_product_id LIKE '%,64332,%') OR (discount_product_id LIKE '%,64333,%') OR (discount_product_id LIKE '%,64350,%') OR (discount_product_id LIKE '%,64343,%') OR (discount_product_id LIKE '%,64344,%') OR (discount_product_id LIKE '%,64345,%') OR (discount_product_id LIKE '%,64346,%') OR (discount_product_id LIKE '%,64347,%') OR (discount_product_id LIKE '%,64348,%') OR (discount_product_id LIKE '%,64349,%') OR (discount_product_id LIKE '%,64893,%') OR (discount_product_id LIKE '%,64889,%') OR (discount_product_id LIKE '%,64890,%') OR (discount_product_id LIKE '%,64892,%') OR (discount_product_id LIKE '%,64888,%') OR (discount_product_id LIKE '%,64884,%') OR (discount_product_id LIKE '%,64885,%') OR (discount_product_id LIKE '%,64886,%') OR (discount_product_id LIKE '%,64883,%') OR (discount_product_id LIKE '%,65498,%') OR (discount_product_id LIKE '%,65499,%') OR (discount_product_id LIKE '%,64515,%') OR (discount_product_id LIKE '%,64516,%') OR (discount_product_id LIKE '%,64517,%') OR (discount_product_id LIKE '%,64518,%') OR (discount_product_id LIKE '%,64334,%') OR (discount_product_id LIKE '%,64530,%') OR (discount_product_id LIKE '%,64529,%') OR (discount_product_id LIKE '%,64528,%') OR (discount_product_id LIKE '%,64526,%') OR (discount_product_id LIKE '%,64527,%') OR (discount_product_id LIKE '%,64525,%') OR (discount_product_id LIKE '%,64524,%') OR (discount_product_id LIKE '%,64523,%') OR (discount_product_id LIKE '%,65495,%') OR (discount_product_id LIKE '%,65496,%') OR (discount_product_id LIKE '%,65377,%') OR (discount_product_id LIKE '%,64858,%') OR (discount_product_id LIKE '%,64859,%') OR (discount_product_id LIKE '%,64340,%') OR (discount_product_id LIKE '%,64339,%') OR (discount_product_id LIKE '%,64352,%') OR (discount_product_id LIKE '%,64351,%') OR (discount_product_id LIKE '%,64410,%') OR (discount_product_id LIKE '%,64408,%') OR (discount_product_id LIKE '%,64409,%') OR (discount_product_id LIKE '%,64406,%') OR (discount_product_id LIKE '%,64407,%') OR (discount_product_id LIKE '%,64404,%') OR (discount_product_id LIKE '%,64405,%') OR (discount_product_id LIKE '%,65491,%') OR (discount_product_id LIKE '%,65492,%') OR (discount_product_id LIKE '%,65493,%') OR (discount_product_id LIKE '%,64388,%') OR (discount_product_id LIKE '%,64387,%') OR (discount_product_id LIKE '%,64386,%') OR (discount_product_id LIKE '%,64385,%') OR (discount_product_id LIKE '%,64384,%') OR (discount_product_id LIKE '%,64383,%') OR (discount_product_id LIKE '%,64382,%') OR (discount_product_id LIKE '%,64381,%') OR (discount_product_id LIKE '%,64380,%') OR (discount_product_id LIKE '%,64379,%') OR (discount_product_id LIKE '%,64378,%') OR (discount_product_id LIKE '%,64372,%') OR (discount_product_id LIKE '%,64362,%') OR (discount_product_id LIKE '%,64377,%') OR (discount_product_id LIKE '%,64376,%') OR (discount_product_id LIKE '%,64375,%') OR (discount_product_id LIKE '%,64374,%') OR (discount_product_id LIKE '%,64373,%') OR (discount_product_id LIKE '%,64371,%') OR (discount_product_id LIKE '%,64370,%') OR (discount_product_id LIKE '%,64369,%') OR (discount_product_id LIKE '%,64368,%') OR (discount_product_id LIKE '%,64367,%') OR (discount_product_id LIKE '%,64366,%') OR (discount_product_id LIKE '%,64365,%') OR (discount_product_id LIKE '%,64364,%') OR (discount_product_id LIKE '%,64363,%') OR (discount_product_id LIKE '%,64848,%') OR (discount_product_id LIKE '%,64359,%') OR (discount_product_id LIKE '%,64360,%') OR (discount_product_id LIKE '%,64361,%') OR (discount_product_id LIKE '%,64356,%') OR (discount_product_id LIKE '%,64357,%') OR (discount_product_id LIKE '%,64358,%') OR (discount_product_id LIKE '%,64550,%') OR (discount_product_id LIKE '%,64551,%') OR (discount_product_id LIKE '%,64552,%') OR (discount_product_id LIKE '%,64553,%') OR (discount_product_id LIKE '%,64554,%') OR (discount_product_id LIKE '%,64555,%') OR (discount_product_id LIKE '%,64556,%') OR (discount_product_id LIKE '%,64557,%') OR (discount_product_id LIKE '%,64558,%') OR (discount_product_id LIKE '%,64559,%') OR (discount_product_id LIKE '%,64561,%') OR (discount_product_id LIKE '%,64562,%') OR (discount_product_id LIKE '%,64563,%') OR (discount_product_id LIKE '%,64564,%') OR (discount_product_id LIKE '%,64565,%') OR (discount_product_id LIKE '%,64566,%') OR (discount_product_id LIKE '%,64567,%') OR (discount_product_id LIKE '%,64568,%') OR (discount_product_id LIKE '%,64569,%') OR (discount_product_id LIKE '%,64570,%') OR (discount_product_id LIKE '%,64571,%') OR (discount_product_id LIKE '%,64572,%') OR (discount_product_id LIKE '%,64573,%') OR (discount_product_id LIKE '%,64574,%') OR (discount_product_id LIKE '%,64575,%') OR (discount_product_id LIKE '%,64576,%') OR (discount_product_id LIKE '%,64577,%') OR (discount_product_id LIKE '%,64578,%') OR (discount_product_id LIKE '%,64579,%') OR (discount_product_id LIKE '%,64580,%') OR (discount_product_id LIKE '%,64581,%') OR (discount_product_id LIKE '%,64582,%') OR (discount_product_id LIKE '%,64583,%') OR (discount_product_id LIKE '%,64584,%') OR (discount_product_id LIKE '%,64585,%') OR (discount_product_id LIKE '%,64586,%') OR (discount_product_id LIKE '%,64587,%') OR (discount_product_id LIKE '%,64588,%') OR (discount_product_id LIKE '%,64590,%') OR (discount_product_id LIKE '%,64592,%') OR (discount_product_id LIKE '%,64594,%') OR (discount_product_id LIKE '%,64596,%') OR (discount_product_id LIKE '%,64598,%') OR (discount_product_id LIKE '%,64600,%') OR (discount_product_id LIKE '%,64602,%') OR (discount_product_id LIKE '%,64607,%') OR (discount_product_id LIKE '%,64610,%') OR (discount_product_id LIKE '%,64611,%') OR (discount_product_id LIKE '%,64613,%') OR (discount_product_id LIKE '%,64614,%') OR (discount_product_id LIKE '%,64615,%') OR (discount_product_id LIKE '%,64617,%') OR (discount_product_id LIKE '%,64619,%') OR (discount_product_id LIKE '%,64620,%') OR (discount_product_id LIKE '%,64621,%') OR (discount_product_id LIKE '%,65480,%') OR (discount_product_id LIKE '%,65481,%') OR (discount_product_id LIKE '%,65483,%') OR (discount_product_id LIKE '%,65484,%') OR (discount_product_id LIKE '%,65485,%') OR (discount_product_id LIKE '%,65486,%') OR (discount_product_id LIKE '%,65487,%') OR (discount_product_id LIKE '%,65489,%') OR (discount_product_id LIKE '%,65490,%') OR (discount_product_id LIKE '%,64860,%') OR (discount_product_id LIKE '%,64861,%') OR (discount_product_id LIKE '%,64862,%') OR (discount_product_id LIKE '%,64863,%') OR (discount_product_id LIKE '%,64864,%') OR (discount_product_id LIKE '%,64865,%') OR (discount_product_id LIKE '%,64866,%') OR (discount_product_id LIKE '%,64867,%') OR (discount_product_id LIKE '%,64868,%') OR (discount_product_id LIKE '%,64869,%') OR (discount_product_id LIKE '%,64870,%') OR (discount_product_id LIKE '%,64871,%') OR (discount_product_id LIKE '%,64873,%') OR (discount_product_id LIKE '%,64874,%') OR (discount_product_id LIKE '%,64875,%') OR (discount_product_id LIKE '%,64876,%') OR (discount_product_id LIKE '%,64877,%') OR (discount_product_id LIKE '%,64878,%') OR (discount_product_id LIKE '%,64879,%') OR (discount_product_id LIKE '%,64880,%') OR (discount_product_id LIKE '%,64881,%') OR (discount_product_id LIKE '%,64882,%') OR (discount_product_id LIKE '%,65504,%') OR (discount_product_id LIKE '%,65505,%') OR (discount_product_id LIKE '%,65506,%') OR (discount_product_id LIKE '%,65507,%') OR (discount_product_id LIKE '%,65508,%') OR (discount_product_id LIKE '%,65509,%') OR (discount_product_id LIKE '%,65510,%') OR (discount_product_id LIKE '%,65511,%') OR (discount_product_id LIKE '%,65512,%') OR (discount_product_id LIKE '%,65513,%') OR (discount_product_id LIKE '%,65514,%') OR (discount_product_id LIKE '%,65515,%') OR (discount_product_id LIKE '%,65516,%') OR (discount_product_id LIKE '%,65517,%') OR (discount_product_id LIKE '%,65518,%') OR (discount_product_id LIKE '%,65519,%') OR (discount_product_id LIKE '%,65520,%') OR (discount_product_id LIKE '%,65521,%') OR (discount_product_id LIKE '%,65522,%') OR (discount_product_id LIKE '%,65523,%') OR (discount_product_id LIKE '%,65524,%') OR (discount_product_id LIKE '%,65525,%') OR (discount_product_id LIKE '%,65526,%') OR (discount_product_id LIKE '%,65527,%') OR (discount_product_id LIKE '%,65528,%') OR (discount_product_id LIKE '%,65529,%') OR (discount_product_id LIKE '%,65530,%') OR (discount_product_id LIKE '%,65531,%') OR (discount_product_id LIKE '%,65532,%') OR (discount_product_id LIKE '%,65533,%') OR (discount_product_id LIKE '%,65534,%') OR (discount_product_id LIKE '%,65535,%') OR (discount_product_id LIKE '%,65536,%') OR (discount_product_id LIKE '%,65537,%') OR (discount_product_id LIKE '%,65538,%') OR (discount_product_id LIKE '%,65687,%') OR (discount_product_id LIKE '%,65685,%') OR (discount_product_id LIKE '%,65684,%') OR (discount_product_id LIKE '%,65683,%') OR (discount_product_id LIKE '%,65682,%') OR (discount_product_id LIKE '%,65681,%') OR (discount_product_id LIKE '%,65680,%') OR (discount_product_id LIKE '%,65679,%') OR (discount_product_id LIKE '%,65678,%') OR (discount_product_id LIKE '%,65677,%') OR (discount_product_id LIKE '%,65686,%') OR (discount_product_id LIKE '%,65673,%') OR (discount_product_id LIKE '%,65674,%') OR (discount_product_id LIKE '%,65675,%') OR (discount_product_id LIKE '%,65676,%') OR (discount_product_id LIKE '%,65672,%') OR (discount_product_id LIKE '%,65604,%') OR (discount_product_id LIKE '%,65605,%') OR (discount_product_id LIKE '%,65772,%') OR (discount_product_id LIKE '%,65773,%') OR (discount_product_id LIKE '%,65774,%') OR (discount_product_id LIKE '%,65775,%') OR (discount_product_id LIKE '%,65777,%') OR (discount_product_id LIKE '%,65778,%') )
AND (discount_flat_amount != 0 OR discount_percent_amount != 0)
AND (discount_flat_amount = 0 OR discount_currency_id =2)
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 | lce_hikashop_discount | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:556 |
16 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
15 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2412 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.05 ms Query memory: 0.026 MB Memory before query: 23.331 MB Rows returned: 1
SELECT currency_id
FROM lce_hikashop_currency
WHERE currency_published=1 OR currency_id = 2
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_hikashop_currency | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 182 | 10.49 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
18 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/currency.php:471 |
17 | hikashopCurrencyClass->publishedCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:564 |
16 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
15 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2412 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.08 ms Query memory: 0.033 MB Memory before query: 23.303 MB Rows returned: 29
SELECT a.*,
CASE WHEN price_site_id = 0 OR price_site_id = '[unselected]' THEN '' ELSE price_site_id END AS price_site_id
FROM lce_hikashop_price AS a
WHERE a.price_product_id IN (64418,64843,64353,57322,64502,64531,64324,64560,62673,62231,64872,64589,62082,64605,64618,62444,65603,65935,65936,64389,65601,65223,65375,65460,65503,65660,65771,57388)
AND a.price_currency_id IN (2)
AND a.price_start_date < 1743424215
AND (a.price_end_date < 1 OR a.price_end_date > 1743424215)
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 | 30 | 0.17 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:587 |
16 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
15 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2412 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 23.338 MB Rows returned: 1
SELECT *
FROM lce_hikashop_currency
WHERE currency_id IN (2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_hikashop_currency | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1874 |
18 | hikashopCurrencyClass->getCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:2284 |
17 | hikashopCurrencyClass->getRounding() | JROOT/administrator/components/com_hikashop/classes/currency.php:662 |
16 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
15 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2412 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 1.14 ms Query memory: 0.026 MB Memory before query: 23.455 MB Rows returned: 2
SELECT b.*,c.*
FROM lce_hikashop_category AS a
LEFT JOIN lce_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN lce_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 <= 1743424215
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1743424215)
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 | a | NULL | const | PRIMARY,category_namekey | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | b | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 767 | lcstore_sapdb.b.tax_namekey | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:197 |
18 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:60 |
17 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:663 |
16 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
15 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2412 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 23.468 MB Rows returned: 1
SELECT *
FROM lce_hikashop_zone
WHERE zone_id = 223
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_hikashop_zone | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/classes/currency.php:218 |
18 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:60 |
17 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:663 |
16 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
15 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2412 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.72 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 23.481 MB Rows returned: 0
SELECT b.*
FROM lce_hikashop_zone_link AS a
LEFT JOIN lce_hikashop_zone AS b
ON a.zone_parent_namekey=b.zone_namekey
WHERE a.zone_child_namekey IN ('country_United_States_of_America_223')
AND a.zone_parent_namekey NOT IN ('country_United_States_of_America_223')
AND (b.zone_type IN('state','country') OR ( b.zone_type='tax'
AND b.zone_namekey IN ('state_Indiana_4277','state_Michigan_4284') ))
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 4480 | 9.00 | Using where |
1 | SIMPLE | b | NULL | eq_ref | zone_namekey | zone_namekey | 767 | lcstore_sapdb.a.zone_parent_namekey | 1 | 28.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:382 |
19 | hikashopCurrencyClass->_getParents() | JROOT/administrator/components/com_hikashop/classes/currency.php:243 |
18 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:60 |
17 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:663 |
16 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:476 |
15 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2412 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.24 ms Query memory: 0.063 MB Memory before query: 23.411 MB Rows returned: 50
SELECT c.*, pc.*
FROM lce_hikashop_category AS c
LEFT JOIN lce_hikashop_product_category AS pc
ON c.category_id = pc.category_id
WHERE pc.product_id IN (64418,64843,64353,57322,64502,64531,64324,64560,62673,62231,64872,64589,62082,64605,64618,62444,65603,65935,65936,64389,65601,65223,65375,65460,65503,65660,65771,57388);
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | range | category_id,product_id | product_id | 4 | NULL | 50 | 100.00 | Using index condition; Using where |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2448 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.33 ms Query memory: 0.026 MB Memory before query: 23.530 MB Rows returned: 5
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (40,15)
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 | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
Creating tmp table | 0.06 ms |
executing | 0.17 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 23.551 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 125005222)
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 = '40' OR badge_category_id LIKE '%,40,%' OR badge_category_id = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%' OR badge_category_id = '41' OR badge_category_id LIKE '%,41,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.557 MB Rows returned: 3
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (14)
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; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
executing | 0.10 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 23.574 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 111077356)
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 = '14' OR badge_category_id LIKE '%,14,%')) 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 = '14' OR badge_category_id LIKE '%,14,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.580 MB Rows returned: 4
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (51,14)
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 | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.17 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 23.599 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 125008166)
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 = '51' OR badge_category_id LIKE '%,51,%' OR badge_category_id = '14' OR badge_category_id LIKE '%,14,%')) 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 = '14' OR badge_category_id LIKE '%,14,%' OR badge_category_id = '51' OR badge_category_id LIKE '%,51,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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.02 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 23.607 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 283026934)
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 = '14' OR badge_category_id LIKE '%,14,%')) 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 = '14' OR badge_category_id LIKE '%,14,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.618 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 124998272)
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 = '40' OR badge_category_id LIKE '%,40,%' OR badge_category_id = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%' OR badge_category_id = '41' OR badge_category_id LIKE '%,41,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 ms |
statistics | 0.01 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.627 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 124997198)
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 = '40' OR badge_category_id LIKE '%,40,%' OR badge_category_id = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%' OR badge_category_id = '41' OR badge_category_id LIKE '%,41,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 23.633 MB Rows returned: 6
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (53,40,14)
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; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.19 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.656 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 125010873)
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 = '53' OR badge_category_id LIKE '%,53,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%' OR badge_category_id = '14' OR badge_category_id LIKE '%,14,%')) 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 = '14' OR badge_category_id LIKE '%,14,%' OR badge_category_id = '53' OR badge_category_id LIKE '%,53,%' OR badge_category_id = '41' OR badge_category_id LIKE '%,41,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 23.662 MB Rows returned: 7
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (53,51,40,15)
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 | 4 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.23 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.688 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 124995994)
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 = '53' OR badge_category_id LIKE '%,53,%' OR badge_category_id = '51' OR badge_category_id LIKE '%,51,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%' OR badge_category_id = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%' OR badge_category_id = '51' OR badge_category_id LIKE '%,51,%' OR badge_category_id = '53' OR badge_category_id LIKE '%,53,%' OR badge_category_id = '41' OR badge_category_id LIKE '%,41,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 23.693 MB Rows returned: 4
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (48,20)
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 | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.17 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.711 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 195253503)
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 = '48' OR badge_category_id LIKE '%,48,%' OR badge_category_id = '20' OR badge_category_id LIKE '%,20,%')) 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 = '20' OR badge_category_id LIKE '%,20,%' OR badge_category_id = '48' OR badge_category_id LIKE '%,48,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.718 MB Rows returned: 3
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (15)
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; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
executing | 0.10 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 23.734 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 219177627)
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 = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.743 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 110928215)
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 = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.753 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 124991878)
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 = '40' OR badge_category_id LIKE '%,40,%' OR badge_category_id = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%' OR badge_category_id = '41' OR badge_category_id LIKE '%,41,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.760 MB Rows returned: 4
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (24,12)
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 | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.17 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 23.779 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 221236828)
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 = '24' OR badge_category_id LIKE '%,24,%' OR badge_category_id = '12' OR badge_category_id LIKE '%,12,%')) 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 = '12' OR badge_category_id LIKE '%,12,%' OR badge_category_id = '24' OR badge_category_id LIKE '%,24,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.785 MB Rows returned: 3
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (13)
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; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
executing | 0.10 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 23.801 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 124906075)
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 = '13' OR badge_category_id LIKE '%,13,%')) 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 = '13' OR badge_category_id LIKE '%,13,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 23.810 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 124905534)
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 = '13' OR badge_category_id LIKE '%,13,%')) 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 = '13' OR badge_category_id LIKE '%,13,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.817 MB Rows returned: 5
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (48,24,12)
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; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.18 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.07 ms Query memory: 0.029 MB Memory before query: 23.847 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 210101274)
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 = '48' OR badge_category_id LIKE '%,48,%' OR badge_category_id = '24' OR badge_category_id LIKE '%,24,%' OR badge_category_id = '12' OR badge_category_id LIKE '%,12,%')) 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 = '12' OR badge_category_id LIKE '%,12,%' OR badge_category_id = '24' OR badge_category_id LIKE '%,24,%' OR badge_category_id = '48' OR badge_category_id LIKE '%,48,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.09 ms Query memory: 0.025 MB Memory before query: 23.858 MB Rows returned: 2
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (2)
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; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
executing | 0.09 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 23.873 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 82072277)
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 = '2' OR badge_category_id LIKE '%,2,%')) 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,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.880 MB Rows returned: 4
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (13,55)
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 | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.17 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 23.899 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 67012737)
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 = '13' OR badge_category_id LIKE '%,13,%' OR badge_category_id = '55' OR badge_category_id LIKE '%,55,%')) 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 = '13' OR badge_category_id LIKE '%,13,%' OR badge_category_id = '55' OR badge_category_id LIKE '%,55,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.908 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 67012613)
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 = '13' OR badge_category_id LIKE '%,13,%' OR badge_category_id = '55' OR badge_category_id LIKE '%,55,%')) 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 = '13' OR badge_category_id LIKE '%,13,%' OR badge_category_id = '55' OR badge_category_id LIKE '%,55,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 23.916 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 125006454)
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 = '14' OR badge_category_id LIKE '%,14,%')) 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 = '14' OR badge_category_id LIKE '%,14,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.924 MB Rows returned: 5
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (24,48,12)
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; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.19 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 23.945 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 87577350)
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 = '24' OR badge_category_id LIKE '%,24,%' OR badge_category_id = '48' OR badge_category_id LIKE '%,48,%' OR badge_category_id = '12' OR badge_category_id LIKE '%,12,%')) 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 = '12' OR badge_category_id LIKE '%,12,%' OR badge_category_id = '24' OR badge_category_id LIKE '%,24,%' OR badge_category_id = '48' OR badge_category_id LIKE '%,48,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 23.953 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 97081948)
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 = '24' OR badge_category_id LIKE '%,24,%' OR badge_category_id = '12' OR badge_category_id LIKE '%,12,%')) 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 = '12' OR badge_category_id LIKE '%,12,%' OR badge_category_id = '24' OR badge_category_id LIKE '%,24,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 23.960 MB Rows returned: 4
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (15,14)
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 | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.16 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 23.978 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 95546258)
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 = '15' OR badge_category_id LIKE '%,15,%' OR badge_category_id = '14' OR badge_category_id LIKE '%,14,%')) 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 = '14' OR badge_category_id LIKE '%,14,%' OR badge_category_id = '15' OR badge_category_id LIKE '%,15,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 23.985 MB Rows returned: 5
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (14,40)
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 | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.19 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/badge.php:114 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 24.006 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 94683025)
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 = '14' OR badge_category_id LIKE '%,14,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%')) 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 = '14' OR badge_category_id LIKE '%,14,%' OR badge_category_id = '41' OR badge_category_id LIKE '%,41,%' OR badge_category_id = '40' OR badge_category_id LIKE '%,40,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.04 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 24.013 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 92770450)
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 = '14' OR badge_category_id LIKE '%,14,%')) 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 = '14' OR badge_category_id LIKE '%,14,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 24.022 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 80256939)
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 = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.05 ms |
statistics | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 24.031 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 79994611)
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 = '15' OR badge_category_id LIKE '%,15,%')) 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 = '15' OR badge_category_id LIKE '%,15,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 24.041 MB Rows returned: 0
SELECT a.*
FROM lce_hikashop_badge AS a
WHERE a.badge_start <= 1743424215
AND (a.badge_end >= 1743424215 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 >= 283024412)
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 = '24' OR badge_category_id LIKE '%,24,%' OR badge_category_id = '12' OR badge_category_id LIKE '%,12,%')) 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 = '12' OR badge_category_id LIKE '%,12,%' OR badge_category_id = '24' OR badge_category_id LIKE '%,24,%')))
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 | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.03 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 |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/badge.php:151 |
15 | hikashopBadgeClass->loadBadges() | JROOT/administrator/components/com_hikashop/classes/product.php:2464 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.10 ms Query memory: 0.033 MB Memory before query: 24.047 MB Rows returned: 14
SELECT hk_parent.*
FROM lce_hikashop_category AS hk_cat
LEFT JOIN lce_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 (40,15,14,51,53,48,20,24,12,13,2,55)
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 | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 28.57 | Using where; Using temporary; Using filesort |
1 | SIMPLE | hk_parent | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 100.00 | Using where; Using join buffer (hash join) |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Creating tmp table | 0.05 ms |
executing | 0.42 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:759 |
17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:352 |
16 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
15 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2472 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 24.140 MB Rows returned: 0
SELECT *
FROM lce_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 '%,40,%' OR field_categories LIKE '%,15,%' OR field_categories LIKE '%,14,%' OR field_categories LIKE '%,51,%' OR field_categories LIKE '%,53,%' OR field_categories LIKE '%,48,%' OR field_categories LIKE '%,20,%' OR field_categories LIKE '%,24,%' OR field_categories LIKE '%,12,%' OR field_categories LIKE '%,13,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,55,%'))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 '%,12,%' OR field_categories LIKE '%,13,%' OR field_categories LIKE '%,14,%' OR field_categories LIKE '%,15,%' OR field_categories LIKE '%,20,%' OR field_categories LIKE '%,24,%' OR field_categories LIKE '%,51,%' OR field_categories LIKE '%,53,%' OR field_categories LIKE '%,55,%' OR field_categories LIKE '%,41,%' OR field_categories LIKE '%,40,%' OR field_categories LIKE '%,48,%')))
AND field_products="") OR (field_products LIKE '%,57322,%' OR field_products LIKE '%,57388,%' OR field_products LIKE '%,62082,%' OR field_products LIKE '%,62231,%' OR field_products LIKE '%,62444,%' OR field_products LIKE '%,62673,%' OR field_products LIKE '%,64324,%' OR field_products LIKE '%,64353,%' OR field_products LIKE '%,64389,%' OR field_products LIKE '%,64418,%' OR field_products LIKE '%,64502,%' OR field_products LIKE '%,64531,%' OR field_products LIKE '%,64560,%' OR field_products LIKE '%,64589,%' OR field_products LIKE '%,64605,%' OR field_products LIKE '%,64618,%' OR field_products LIKE '%,64843,%' OR field_products LIKE '%,64872,%' OR field_products LIKE '%,65223,%' OR field_products LIKE '%,65375,%' OR field_products LIKE '%,65460,%' OR field_products LIKE '%,65503,%' OR field_products LIKE '%,65601,%' OR field_products LIKE '%,65603,%' OR field_products LIKE '%,65660,%' OR field_products LIKE '%,65771,%' OR field_products LIKE '%,65935,%' OR field_products LIKE '%,65936,%'))
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 | NO INDEX KEY COULD BE USED | NULL | NULL | 22 | 4.55 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.06 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.06 ms |
statistics | 0.02 ms |
preparing | 0.03 ms |
executing | 0.07 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 |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:167 |
16 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:189 |
15 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2472 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 24.142 MB Rows returned: 0
SELECT pr.product_id, MIN( p.product_quantity / pr.product_related_quantity) as qty
FROM lce_hikashop_product_related AS pr
INNER JOIN lce_hikashop_product AS p
ON pr.product_related_id = p.product_id
WHERE pr.product_id IN (64418,64843,64353,57322,64502,64531,64324,64560,62673,62231,64872,64589,62082,64605,64618,62444,65603,65935,65936,64389,65601,65223,65375,65460,65503,65660,65771,57388)
AND pr.product_related_type = 'bundle'
AND p.product_quantity >= 0
GROUP BY pr.product_id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 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 |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2489 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 24.163 MB Rows returned: 1
SELECT *
FROM lce_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_frontcomp` = 1
AND a.field_table='item'
AND (a.field_access = 'all' OR a.field_access LIKE '%,9,%')
AND ((((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,40,%' OR field_categories LIKE '%,15,%' OR field_categories LIKE '%,14,%' OR field_categories LIKE '%,51,%' OR field_categories LIKE '%,53,%' OR field_categories LIKE '%,48,%' OR field_categories LIKE '%,20,%' OR field_categories LIKE '%,24,%' OR field_categories LIKE '%,12,%' OR field_categories LIKE '%,13,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,55,%'))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 '%,12,%' OR field_categories LIKE '%,13,%' OR field_categories LIKE '%,14,%' OR field_categories LIKE '%,15,%' OR field_categories LIKE '%,20,%' OR field_categories LIKE '%,24,%' OR field_categories LIKE '%,51,%' OR field_categories LIKE '%,53,%' OR field_categories LIKE '%,55,%' OR field_categories LIKE '%,41,%' OR field_categories LIKE '%,40,%' OR field_categories LIKE '%,48,%')))
AND field_products="") OR (field_products LIKE '%,57322,%' OR field_products LIKE '%,57388,%' OR field_products LIKE '%,62082,%' OR field_products LIKE '%,62231,%' OR field_products LIKE '%,62444,%' OR field_products LIKE '%,62673,%' OR field_products LIKE '%,64324,%' OR field_products LIKE '%,64353,%' OR field_products LIKE '%,64389,%' OR field_products LIKE '%,64418,%' OR field_products LIKE '%,64502,%' OR field_products LIKE '%,64531,%' OR field_products LIKE '%,64560,%' OR field_products LIKE '%,64589,%' OR field_products LIKE '%,64605,%' OR field_products LIKE '%,64618,%' OR field_products LIKE '%,64843,%' OR field_products LIKE '%,64872,%' OR field_products LIKE '%,65223,%' OR field_products LIKE '%,65375,%' OR field_products LIKE '%,65460,%' OR field_products LIKE '%,65503,%' OR field_products LIKE '%,65601,%' OR field_products LIKE '%,65603,%' OR field_products LIKE '%,65660,%' OR field_products LIKE '%,65771,%' OR field_products LIKE '%,65935,%' OR field_products LIKE '%,65936,%'))
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 | NO INDEX KEY COULD BE USED | NULL | NULL | 22 | 4.55 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.06 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.06 ms |
statistics | 0.02 ms |
preparing | 0.03 ms |
executing | 0.07 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 |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:167 |
17 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:189 |
16 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2513 |
15 | hikashopProductClass->loadCustomItemFieldsForProductsListing() | JROOT/administrator/components/com_hikashop/classes/product.php:2506 |
14 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1025 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 24.149 MB Rows returned: 1
SELECT COUNT( DISTINCT b.product_id )
FROM lce_hikashop_product_category AS a
LEFT JOIN lce_hikashop_product AS b
ON a.product_id=b.product_id
WHERE (b.product_published = 1)
AND (b.product_type = 'main')
AND (a.category_id IN (12,13,14,15,20,24,43,34,44,45,50,51,52,54,55,2))
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | ref | PRIMARY,product_main_index | product_main_index | 767 | const | 140 | 2.00 | Using index condition; Using where |
1 | SIMPLE | a | NULL | ref | category_id,product_id | product_id | 4 | lcstore_sapdb.b.product_id | 2 | 77.80 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.17 ms |
preparing | 0.04 ms |
executing | 0.51 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 |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_hikashop/views/product/view.html.php:1053 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 1.40 ms Query memory: 0.024 MB Memory before query: 24.311 MB Rows returned: 0
SELECT *
FROM lce_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 '%,2,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,1,%' OR field_categories LIKE '%,2,%')))
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 | NO INDEX KEY COULD BE USED | NULL | NULL | 22 | 4.55 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:167 |
15 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:189 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/product/view.html.php:1081 |
13 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 1.79 ms Query memory: 0.029 MB Memory before query: 24.515 MB Rows returned: 61
SELECT DISTINCT b.product_id
FROM lce_hikashop_product_category AS a
LEFT JOIN lce_hikashop_product AS b
ON a.product_id=b.product_id
WHERE (b.product_published = 1)
AND (b.product_type = 'main')
AND (a.category_id IN (12,13,14,15,20,24,43,34,44,45,50,51,52,54,55,2))
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | ref | PRIMARY,product_main_index | product_main_index | 767 | const | 140 | 2.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | ref | category_id,product_id | product_id | 4 | lcstore_sapdb.b.product_id | 2 | 77.80 | Using where; Distinct |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.14 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
executing | 0.49 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:455 |
21 | hikashopFilterClass->getProductList() | JROOT/templates/et_fashion/html/com_hikashop/product/filter.php:137 |
20 | include JROOT/templates/et_fashion/html/com_hikashop/product/filter.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:206 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 0.07 ms Query memory: 0.029 MB Memory before query: 24.555 MB Rows returned: 61
SELECT DISTINCT b.product_id
FROM lce_hikashop_product_category AS a
LEFT JOIN lce_hikashop_product AS b
ON a.product_id=b.product_id
WHERE (b.product_published = 1)
AND (b.product_type = 'main')
AND (a.category_id IN (12,13,14,15,20,24,43,34,44,45,50,51,52,54,55,2))
AND ((b.product_access = 'all' OR b.product_access LIKE '%,9,%'))
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | ref | PRIMARY,product_main_index | product_main_index | 767 | const | 140 | 2.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | ref | category_id,product_id | product_id | 4 | lcstore_sapdb.b.product_id | 2 | 77.80 | Using where; Distinct |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.14 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
executing | 0.47 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/classes/filter.php:458 |
21 | hikashopFilterClass->getProductList() | JROOT/templates/et_fashion/html/com_hikashop/product/filter.php:137 |
20 | include JROOT/templates/et_fashion/html/com_hikashop/product/filter.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:206 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 24.570 MB Rows returned: 0
SELECT *
FROM lce_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_frontcomp` = 1
AND a.field_table='product'
AND (a.field_access = 'all' OR a.field_access LIKE '%,9,%')
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 | NO INDEX KEY COULD BE USED | NULL | NULL | 22 | 4.55 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:167 |
24 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/filter.php:1104 |
23 | hikashopFilterTypeClass->getFieldsForSort() | JROOT/administrator/components/com_hikashop/classes/filter.php:1858 |
22 | hikashopSingledropdownClass->display() | JROOT/administrator/components/com_hikashop/classes/filter.php:347 |
21 | hikashopFilterClass->displayFilter() | JROOT/templates/et_fashion/html/com_hikashop/product/filter.php:141 |
20 | include JROOT/templates/et_fashion/html/com_hikashop/product/filter.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:206 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.90 ms Query memory: 0.044 MB Memory before query: 24.622 MB Rows returned: 10
SELECT a.id, a.link, a.params
FROM lce_menu AS a
INNER JOIN `lce_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=category&layout=listing' OR a.link='index.php?option=com_hikashop&view=product&layout=listing')
AND a.language IN ('*', '', 'en-GB')
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 | 109 | 0.60 | Using index condition; Using where |
1 | SIMPLE | b | NULL | eq_ref | idx_menutype | idx_menutype | 98 | lcstore_sapdb.a.menutype | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.31 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1143 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.05 ms Query memory: 0.028 MB Memory before query: 24.658 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64418
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 2 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 1.05 ms Query memory: 0.028 MB Memory before query: 24.674 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64843
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.83 ms Query memory: 0.028 MB Memory before query: 24.687 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64353
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 2 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.85 ms Query memory: 0.028 MB Memory before query: 24.701 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 57322
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.83 ms Query memory: 0.028 MB Memory before query: 24.715 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64502
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 2 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.85 ms Query memory: 0.028 MB Memory before query: 24.728 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64531
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.82 ms Query memory: 0.028 MB Memory before query: 24.742 MB Rows returned: 3
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64324
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 3 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 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 |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.91 ms Query memory: 0.028 MB Memory before query: 24.756 MB Rows returned: 4
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64560
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 4 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 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 |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.89 ms Query memory: 0.028 MB Memory before query: 24.785 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 62673
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.89 ms Query memory: 0.028 MB Memory before query: 24.798 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 62231
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.83 ms Query memory: 0.028 MB Memory before query: 24.812 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64872
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.84 ms Query memory: 0.028 MB Memory before query: 24.826 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64589
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.82 ms Query memory: 0.028 MB Memory before query: 24.840 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 62082
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 2 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.78 ms Query memory: 0.028 MB Memory before query: 24.853 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64605
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.81 ms Query memory: 0.028 MB Memory before query: 24.867 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64618
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.82 ms Query memory: 0.028 MB Memory before query: 24.881 MB Rows returned: 3
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 62444
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 2 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 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 |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.77 ms Query memory: 0.028 MB Memory before query: 24.894 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65603
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.76 ms Query memory: 0.028 MB Memory before query: 24.923 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65935
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 3 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.86 ms Query memory: 0.028 MB Memory before query: 24.937 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65936
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 2 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.86 ms Query memory: 0.028 MB Memory before query: 24.951 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 64389
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.84 ms Query memory: 0.028 MB Memory before query: 24.964 MB Rows returned: 3
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65601
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 4 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 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 |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.77 ms Query memory: 0.028 MB Memory before query: 24.978 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65223
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 2 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.78 ms Query memory: 0.028 MB Memory before query: 24.992 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65375
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 3 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.83 ms Query memory: 0.028 MB Memory before query: 25.005 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65460
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 3 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.20 ms Query memory: 0.029 MB Memory before query: 25.028 MB Rows returned: 0
SELECT a.id
FROM lce_menu AS a
INNER JOIN `lce_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=category&layout=listing'
AND a.language IN ('*', '', 'en-GB')
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 | 109 | 0.60 | Using index condition; Using where |
1 | SIMPLE | b | NULL | eq_ref | idx_menutype | idx_menutype | 98 | lcstore_sapdb.a.menutype | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.30 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
26 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
25 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1189 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.05 ms Query memory: 0.029 MB Memory before query: 25.041 MB Rows returned: 10
SELECT a.id
FROM lce_menu AS a
INNER JOIN `lce_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=product&layout=listing'
AND a.language IN ('*', '', 'en-GB')
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 | 109 | 0.60 | Using index condition; Using where |
1 | SIMPLE | b | NULL | eq_ref | idx_menutype | idx_menutype | 98 | lcstore_sapdb.a.menutype | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.26 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
26 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:276 |
25 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1191 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.78 ms Query memory: 0.028 MB Memory before query: 25.046 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65503
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.85 ms Query memory: 0.028 MB Memory before query: 25.076 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65660
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.83 ms Query memory: 0.028 MB Memory before query: 25.089 MB Rows returned: 1
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 65771
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.83 ms Query memory: 0.028 MB Memory before query: 25.103 MB Rows returned: 2
SELECT c.category_id
FROM lce_hikashop_product_category AS pc
INNER JOIN lce_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 57388
ORDER BY pc.product_category_id ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pc | NULL | ref | category_id,product_id | product_id | 4 | const | 2 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.pc.category_id | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1154 |
24 | hikashop_contentLink() | JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php:13 |
23 | include JROOT/templates/et_fashion/html/com_hikashop/product/listing_img_title.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
22 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
21 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing_div.php:197 |
20 | include JROOT/components/com_hikashop/views/product/tmpl/listing_div.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
19 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2616 |
18 | hikashopView->loadTemplate() | JROOT/templates/et_fashion/html/com_hikashop/product/listing.php:238 |
17 | include JROOT/templates/et_fashion/html/com_hikashop/product/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:2616 |
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:2571 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
12 | ProductViewProduct->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2308 |
10 | hikashopController->display() | JROOT/components/com_hikashop/controllers/product.php:46 |
9 | productController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2286 |
7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:88 |
6 | require_once JROOT/components/com_hikashop/hikashop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 5.94 ms Query memory: 0.061 MB Memory before query: 25.630 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
11 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:119 |
9 | HelixUltimate\Framework\Core\HelixUltimate->__construct() | JROOT/plugins/system/helixultimate/core/helixultimate.php:37 |
8 | HelixUltimate->__construct() | JROOT/templates/et_fashion/index.php:17 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.20 ms Query memory: 0.061 MB Memory before query: 25.673 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
11 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:388 |
9 | HelixUltimate\Framework\Platform\Helper::flushSettingsDataToJs() | JROOT/plugins/system/helixultimate/core/helixultimate.php:38 |
8 | HelixUltimate->__construct() | JROOT/templates/et_fashion/index.php:17 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 1.98 ms Query memory: 0.063 MB Memory before query: 25.971 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
15 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
14 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php:100 |
13 | HelixUltimate\Framework\Core\Classes\HelixultimateMenu->__construct() | JROOT/plugins/system/helixultimate/core/classes/menu.php:40 |
12 | HelixultimateMenu->__construct() | JROOT/templates/et_fashion/features/menu.php:50 |
11 | HelixUltimateFeatureMenu->renderFeature() | JROOT/templates/et_fashion/headers/style-2/header.php:61 |
10 | include JROOT/templates/et_fashion/headers/style-2/header.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1590 |
8 | HelixUltimate\Framework\Core\HelixUltimate->getHeaderStyle() | JROOT/templates/et_fashion/index.php:147 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 2.38 ms Query memory: 0.062 MB Memory before query: 26.163 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
14 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
13 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php:100 |
12 | HelixUltimate\Framework\Core\Classes\HelixultimateMenu->__construct() | JROOT/plugins/system/helixultimate/core/classes/menu.php:40 |
11 | HelixultimateMenu->__construct() | JROOT/templates/et_fashion/features/menu.php:50 |
10 | HelixUltimateFeatureMenu->renderFeature() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:557 |
9 | HelixUltimate\Framework\Core\HelixUltimate->include_features() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:575 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/et_fashion/index.php:148 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.77 ms After last query: 1.52 ms Query memory: 0.028 MB Memory before query: 26.308 MB Rows returned: 21
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM lce_modules AS m
LEFT JOIN lce_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN lce_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-03-31 12:30:15')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-03-31 12:30:15')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 263 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 75 | 1.33 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | lcstore_sapdb.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | lcstore_sapdb.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.06 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.40 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
15 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:994 |
11 | HelixUltimate\Framework\Core\HelixUltimate->count_modules() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:728 |
10 | HelixUltimate\Framework\Core\HelixUltimate->get_current_row() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:630 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/et_fashion/index.php:148 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.91 ms Query memory: 0.065 MB Memory before query: 26.398 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:37 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/et_fashion/index.php:148 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.99 ms Query memory: 0.069 MB Memory before query: 26.418 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:37 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/et_fashion/index.php:148 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.35 ms Query memory: 0.065 MB Memory before query: 26.432 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:37 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/et_fashion/index.php:148 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.55 ms Query memory: 0.065 MB Memory before query: 26.443 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:37 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/et_fashion/index.php:148 |
7 | require JROOT/templates/et_fashion/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 6.86 ms Query memory: 0.062 MB Memory before query: 26.635 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
14 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
13 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:390 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.19 ms Query memory: 0.063 MB Memory before query: 26.679 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
15 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
14 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:119 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__construct() | JROOT/plugins/system/helixultimate/helixultimate.php:402 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.19 ms Query memory: 0.063 MB Memory before query: 26.723 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1975 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:425 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.20 ms Query memory: 0.063 MB Memory before query: 26.731 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1975 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:426 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.21 ms Query memory: 0.063 MB Memory before query: 26.739 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1975 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:427 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 9.76 ms Query memory: 0.024 MB Memory before query: 27.562 MB Rows returned: 1
SELECT m.*
FROM lce_modules AS m
LEFT JOIN lce_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.client_id = 0
AND m.id = 170
AND m.access IN (1,1,5)
AND m.published = 1
AND e.enabled = 1
ORDER BY m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | const | PRIMARY,published,newsfeeds | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | const,const | 1 | 10.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/plugins/system/modulesanywhere/src/Replace.php:290 |
15 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::getModuleFromDatabase() | JROOT/plugins/system/modulesanywhere/src/Replace.php:492 |
14 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:444 |
13 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:629 |
12 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:611 |
11 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:67 |
10 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/src/Replace.php:122 |
9 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceTags() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:97 |
8 | PlgSystemModulesAnywhere->changeFinalHtmlOutput() | JROOT/libraries/regularlabs/src/SystemPlugin.php:147 |
7 | RegularLabs\Library\SystemPlugin->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 4.73 ms Query memory: 0.060 MB Memory before query: 27.299 MB Rows returned: 1
SELECT *
FROM `lce_template_styles`
WHERE `client_id` = 0
AND `id` = '13'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | lce_template_styles | NULL | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
9 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
8 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:563 |
7 | PlgSystemHelixultimate->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |