Query Time: 0.90 ms Query memory: 0.023 MB Memory before query: 1.034 MB Rows returned: 0
SELECT `data`
FROM `rpo_session`
WHERE `session_id` = X'3066356434363361646263373361393733373462623232653939396466383136'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
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.61 ms After last query: 0.97 ms Query memory: 0.020 MB Memory before query: 1.048 MB Rows returned: 0
SELECT `session_id`
FROM `rpo_session`
WHERE `session_id` = X'3066356434363361646263373361393733373462623232653939396466383136'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_session | const | PRIMARY | PRIMARY | 194 | const | 1 | 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: 0.76 ms After last query: 0.15 ms Query memory: 0.004 MB Memory before query: 1.053 MB
INSERT INTO `rpo_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3066356434363361646263373361393733373462623232653939396466383136', 1, 1737564772, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `rpo_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3066356434363361646263373361393733373462623232653939396466383136', 1, 1737564772, 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.62 ms After last query: 2.89 ms Query memory: 0.021 MB Memory before query: 1.131 MB Rows returned: 5
SELECT id, rules
FROM `rpo_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
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.72 ms After last query: 0.13 ms Query memory: 0.021 MB Memory before query: 1.143 MB Rows returned: 2
SELECT b.id
FROM rpo_usergroups AS a
LEFT JOIN rpo_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | Using where; Using index |
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.59 ms After last query: 7.69 ms Query memory: 0.022 MB Memory before query: 1.604 MB Rows returned: 1
SELECT `value`
FROM `rpo_admintools_storage`
WHERE `key` = 'cparams'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | |
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:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:122 |
12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:37 |
11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:49 |
10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:409 |
9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:892 |
8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
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.55 ms After last query: 0.22 ms Query memory: 0.021 MB Memory before query: 1.611 MB Rows returned: 0
SELECT *
FROM `rpo_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_admintools_wafexceptions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 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:1506 |
11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:729 |
10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:640 |
9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:901 |
8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
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.67 ms After last query: 6.20 ms Query memory: 0.021 MB Memory before query: 1.982 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `rpo_admintools_redirects`
WHERE ((`dest` = 'oxford-diecast-cars-vans-
and-trucks.html') OR (`dest` = 'oxford-diecast-cars-vans-
and-trucks.html') OR ('oxford-diecast-cars-vans-
and-trucks.html' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_admintools_redirects | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
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:1773 |
11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:91 |
10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
8 | plgSystemAdmintools->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.95 ms After last query: 5.28 ms Query memory: 0.351 MB Memory before query: 4.337 MB Rows returned: 509
SELECT *
FROM rpo_hikashop_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 509 | |
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:1432 |
11 | hikashop_config() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3531 |
10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:194 |
9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:72 |
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: 5.41 ms Query memory: 0.007 MB Memory before query: 5.903 MB
UPDATE `rpo_extensions`
SET `params` = '{\"mediaversion\":\"d3ea8346b8b716d0ec305f3b096fca6d\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `rpo_extensions`
SET `params` = '{\"mediaversion\":\"d3ea8346b8b716d0ec305f3b096fca6d\"}'
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:3689 |
10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:194 |
9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:72 |
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.59 ms After last query: 0.45 ms Query memory: 0.021 MB Memory before query: 5.986 MB Rows returned: 0
SELECT *
FROM rpo_hikashop_geolocation
WHERE geolocation_ip ='3.147.78.249'
AND geolocation_type='visit'
ORDER BY geolocation_created DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:219 |
10 | plgSystemHikashopgeolocation->getZone() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:196 |
9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:72 |
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.58 ms After last query: 7.49 ms Query memory: 0.028 MB Memory before query: 6.465 MB Rows returned: 1
SELECT `params`
FROM `rpo_comprofiler_plugin`
WHERE `id` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_comprofiler_plugin | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 |
25 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:43 |
24 | CB\Application\CBConfig::getConfig() | JROOT/libraries/CBLib/CB/Application/CBApplication.php:47 |
23 | CB\Application\CBApplication::CB\Application\{closure}() | Same as call in the line below. |
22 | call_user_func_array() | JROOT/libraries/CBLib/CBLib/Application/Config.php:38 |
21 | CBLib\Application\Config::setMainConfig() | JROOT/libraries/CBLib/CBLib/Core/CBLib.php:78 |
20 | CBLib\Core\CBLib::CBLib\Core\{closure}() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:607 |
19 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:498 |
18 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/Application/Application.php:212 |
17 | CBLib\Application\Application::__callStatic() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:77 |
16 | CB\Application\CBConfig::loadLegacyCBueConfig() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:102 |
15 | CB\Legacy\LegacyFoundationFunctions->__construct() | Same as call in the line below. |
14 | ReflectionClass->newInstanceArgs() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:645 |
13 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:498 |
12 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:134 |
11 | CBLib\DependencyInjection\Container->get() | JROOT/administrator/components/com_comprofiler/plugin.foundation.php:35 |
10 | include_once JROOT/administrator/components/com_comprofiler/plugin.foundation.php | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:155 |
9 | plgSystemcbpaidsubsbot->loadCBSubs() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:171 |
8 | plgSystemcbpaidsubsbot->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.60 ms After last query: 1.70 ms Query memory: 0.023 MB Memory before query: 6.592 MB Rows returned: 1
SELECT *
FROM `rpo_cbsubs_config`
WHERE `id` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_cbsubs_config | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:1465 |
15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:423 |
14 | CBLib\Database\Driver\CmsDatabaseDriver->loadObject() | JROOT/libraries/CBLib/CBLib/Database/Table/Table.php:137 |
13 | CBLib\Database\Table\Table->load() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/models/table/cbpaidTable.php:157 |
12 | cbpaidTable->load() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidApp.php:81 |
11 | getcbpaidTabHandler::settingsParams() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidSubscriptionsMgr.php:217 |
10 | cbpaidSubscriptionsMgr->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:102 |
9 | cbpaidSysPlugin->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:177 |
8 | plgSystemcbpaidsubsbot->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: 5.17 ms After last query: 0.68 ms Query memory: 0.192 MB Memory before query: 6.717 MB Rows returned: 11
SELECT a.*
FROM `rpo_cbsubs_plans` AS a
LEFT JOIN `rpo_cbsubs_plans` AS b
ON b.`id` = a.`parent`
WHERE a.published = 1
GROUP BY a.id
ORDER BY IF( ISNULL( b.`ordering` ) , a.`ordering`, b.`ordering` ) ASC, IF( ISNULL( b.`ordering` ) , a.`ordering`, 11000 + a.`ordering` ) ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | published_allownew_allowreg_parent_ordering | published_allownew_allowreg_parent_ordering | 1 | const | 11 | Using where; Using temporary; Using filesort |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | renownre.a.parent | 1 | 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:1506 |
18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 |
17 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/models/table/cbpaidInstanciator.php:92 |
16 | cbpaidInstanciator->_loadTrueObjects() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:143 |
15 | cbpaidPlansMgr->loadPublishedPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:583 |
14 | cbpaidBot->getControllingPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:615 |
13 | cbpaidBot->checkAccess() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:436 |
12 | cbpaidBot->onAlittleMoreAfterStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:1209 |
11 | cbpaidContentOnAlittleMoreAfterStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:119 |
10 | cbpaidSysPlugin::registerOnRealStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:129 |
9 | cbpaidSysPlugin->triggerSysPlugins() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:178 |
8 | plgSystemcbpaidsubsbot->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.82 ms After last query: 0.95 ms Query memory: 0.028 MB Memory before query: 6.939 MB Rows returned: 12
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `rpo_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,6)
AND `type` = 'user'
ORDER BY `ordering`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_comprofiler_plugin | ref | type_pub_order,idx_folder,published_ordering | type_pub_order | 404 | const,const | 12 | Using index condition; Using where |
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:1506 |
19 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 |
18 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 |
17 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 |
16 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:162 |
15 | cbpaidPlansMgr->loadPublishedPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:583 |
14 | cbpaidBot->getControllingPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:615 |
13 | cbpaidBot->checkAccess() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:436 |
12 | cbpaidBot->onAlittleMoreAfterStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:1209 |
11 | cbpaidContentOnAlittleMoreAfterStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:119 |
10 | cbpaidSysPlugin::registerOnRealStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:129 |
9 | cbpaidSysPlugin->triggerSysPlugins() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:178 |
8 | plgSystemcbpaidsubsbot->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.81 ms After last query: 4.65 ms Query memory: 0.029 MB Memory before query: 7.904 MB Rows returned: 15
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `rpo_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,6)
AND `type` = 'user/plug_cbpaidsubscriptions/plugin'
ORDER BY `ordering`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_comprofiler_plugin | ALL | type_pub_order,idx_folder,published_ordering | NO INDEX KEY COULD BE USED | NULL | NULL | 47 | Using where; Using filesort |
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:1506 |
19 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 |
18 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 |
17 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 |
16 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:163 |
15 | cbpaidPlansMgr->loadPublishedPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:583 |
14 | cbpaidBot->getControllingPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:615 |
13 | cbpaidBot->checkAccess() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:436 |
12 | cbpaidBot->onAlittleMoreAfterStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:1209 |
11 | cbpaidContentOnAlittleMoreAfterStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:119 |
10 | cbpaidSysPlugin::registerOnRealStart() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:129 |
9 | cbpaidSysPlugin->triggerSysPlugins() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:178 |
8 | plgSystemcbpaidsubsbot->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.74 ms After last query: 5.23 ms Query memory: 0.026 MB Memory before query: 8.937 MB Rows returned: 1
SELECT *
FROM rpo_menu
WHERE id = '1917'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:2771 |
17 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/menus.php:20 |
16 | hikashopMenusClass->get() | JROOT/administrator/components/com_hikashop/helpers/module.php:233 |
15 | hikashopModuleHelper->_getParams() | JROOT/administrator/components/com_hikashop/helpers/module.php:14 |
14 | hikashopModuleHelper->initialize() | JROOT/components/com_hikashop/views/category/view.html.php:37 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.64 ms After last query: 0.21 ms Query memory: 0.024 MB Memory before query: 8.963 MB Rows returned: 1
SELECT *
FROM rpo_hikashop_category
WHERE category_id = '32'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:2771 |
15 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:37 |
14 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/category/view.html.php:84 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.09 ms Query memory: 0.024 MB Memory before query: 8.974 MB Rows returned: 1
SELECT *
FROM rpo_hikashop_category
WHERE category_id = '32'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:2771 |
15 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:37 |
14 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/category/view.html.php:151 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.59 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 8.986 MB Rows returned: 1
SELECT category_id
FROM rpo_hikashop_category
WHERE (category_access = 'all' OR category_access LIKE '%,11,%')
AND category_type='product'
AND category_id IN ('32')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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/category/view.html.php:185 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.82 ms After last query: 0.44 ms Query memory: 0.023 MB Memory before query: 9.001 MB Rows returned: 0
SELECT a.*
FROM rpo_hikashop_category AS a
WHERE a.category_parent_id = 32
AND a.category_published=1
AND (a.category_access = 'all' OR a.category_access LIKE '%,11,%')
ORDER BY a.category_ordering ASC
LIMIT 0, 40
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | 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/category.php:612 |
14 | hikashopCategoryClass->getChildren() | JROOT/components/com_hikashop/views/category/view.html.php:301 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.71 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 9.008 MB Rows returned: 1
SELECT COUNT(*)
FROM rpo_hikashop_category AS a
WHERE a.category_parent_id = 32
AND a.category_published=1
AND (a.category_access = 'all' OR a.category_access LIKE '%,11,%')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where |
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:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_hikashop/views/category/view.html.php:306 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.21 ms Query memory: 0.024 MB Memory before query: 9.016 MB Rows returned: 1
SELECT a.*,b.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_file AS b
ON a.category_id = b.file_ref_id
AND b.file_type = 'category'
WHERE a.category_id = 32
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 488 | 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/category/view.html.php:384 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.30 ms Query memory: 0.024 MB Memory before query: 9.122 MB Rows returned: 1
SELECT hk_parent.category_id, hk_parent.category_parent_id
FROM rpo_hikashop_category AS hk_parent
WHERE hk_parent.category_id = 32
ORDER BY hk_parent.category_left
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hk_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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:780 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:499 |
15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:390 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.51 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 9.133 MB Rows returned: 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM rpo_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (14)
ORDER BY hk_parent.category_left
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hk_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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/category.php:780 |
17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:499 |
15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:390 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.02 ms Query memory: 0.025 MB Memory before query: 9.145 MB Rows returned: 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM rpo_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (2)
ORDER BY hk_parent.category_left
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hk_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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/category.php:780 |
18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:499 |
15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:390 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.03 ms Query memory: 0.025 MB Memory before query: 9.157 MB Rows returned: 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM rpo_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (1)
ORDER BY hk_parent.category_left
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hk_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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/category.php:780 |
19 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:499 |
15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:390 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.61 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 9.165 MB Rows returned: 0
SELECT *
FROM rpo_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 '%,11,%')
AND ((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,32,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,32,%' OR field_categories LIKE '%,14,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,1,%')))
ORDER BY a.`field_ordering` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 15 | 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/field.php:167 |
15 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:189 |
14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:390 |
13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:25 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.13 ms After last query: 3.58 ms Query memory: 0.035 MB Memory before query: 9.360 MB Rows returned: 47
SELECT `id`,`name`,`rules`,`parent_id`
FROM `rpo_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_admintools','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_cbjuice2','com_checkin','com_comprofiler','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_easyblog','com_fields','com_finder','com_foxcontact','com_gantry','com_hikaserial','com_hikashop','com_installer','com_jce','com_joomlaupdate','com_jotcache','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsmediagallery','com_search','com_tags','com_templates','com_users','com_weblinks','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 48 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
32 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
31 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
30 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
29 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
28 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/sourcerer/src/Params.php:47 |
27 | RegularLabs\Plugin\System\Sourcerer\Params::get() | JROOT/plugins/system/sourcerer/src/Plugin.php:176 |
26 | RegularLabs\Plugin\System\Sourcerer\Plugin->passChecks() | JROOT/plugins/system/sourcerer/src/Plugin.php:57 |
25 | RegularLabs\Plugin\System\Sourcerer\Plugin->run() | JROOT/plugins/system/sourcerer/sourcerer.php:51 |
24 | PlgSystemSourcerer->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
23 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
22 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
21 | JHtmlContent::prepare() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
19 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
18 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:74 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 4.70 ms After last query: 2.54 ms Query memory: 0.027 MB Memory before query: 9.601 MB Rows returned: 0
SELECT cart.cart_id
FROM rpo_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = '0f5d463adbc73a97374bb22e999df816')
ORDER BY cart.cart_current DESC, cart.cart_modified DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | cart | ref | session_id | session_id | 767 | const | 1 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:69 |
23 | hikashopCartClass->getCurrentCartId() | JROOT/administrator/components/com_hikashop/classes/cart.php:165 |
22 | hikashopCartClass->get() | JROOT/administrator/components/com_hikashop/helpers/helper.php:569 |
21 | hikashop_getZone() | JROOT/components/com_hikashop/views/product/view.html.php:669 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.64 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 9.614 MB Rows returned: 1
SELECT category_id
FROM rpo_hikashop_category
WHERE (category_access = 'all' OR category_access LIKE '%,11,%')
AND category_id IN ('32')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_hikashop/views/product/view.html.php:693 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.61 ms After last query: 0.76 ms Query memory: 0.027 MB Memory before query: 9.658 MB Rows returned: 0
SELECT *
FROM rpo_hikashop_filter
WHERE filter_published = 1
AND (filter_access = 'all' OR filter_access LIKE '%,11,%')
ORDER BY filter_ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/filter.php:339 |
22 | hikashopFilterClass->getFilters() | JROOT/components/com_hikashop/views/product/view.html.php:188 |
21 | ProductViewProduct->filter() | JROOT/components/com_hikashop/views/product/view.html.php:726 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.16 ms Query memory: 0.028 MB Memory before query: 9.682 MB Rows returned: 1
SELECT a.*,b.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_file AS b
ON a.category_id = b.file_ref_id
AND b.file_type = 'category'
WHERE a.category_id = 32
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 488 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/classes/category.php:35 |
21 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/product/view.html.php:729 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 3.04 ms After last query: 0.27 ms Query memory: 0.027 MB Memory before query: 9.701 MB Rows returned: 0
SELECT a.id
FROM rpo_menu AS a
INNER JOIN `rpo_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,6)
AND a.client_id=0
AND a.link='index.php?option=com_hikashop&view=checkout&layout=show'
AND a.language IN ('*', '', 'en-GB')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
1 | SIMPLE | a | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_menutype | 98 | renownre.b.menutype | 44 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
24 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:327 |
23 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:236 |
22 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:255 |
21 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:940 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.49 ms After last query: 0.13 ms Query memory: 0.030 MB Memory before query: 9.713 MB Rows returned: 65
SELECT a.id
FROM rpo_menu AS a
INNER JOIN `rpo_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,6)
AND a.client_id=0
AND a.link LIKE 'index.php?option=com_hikashop&view=%'
AND a.language IN ('*', '', 'en-GB')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
1 | SIMPLE | a | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_menutype | 98 | renownre.b.menutype | 44 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
24 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:327 |
23 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:241 |
22 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:255 |
21 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:940 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.49 ms After last query: 1.17 ms Query memory: 0.027 MB Memory before query: 9.739 MB Rows returned: 29
SELECT DISTINCT b.product_id
FROM rpo_hikashop_product_category AS a
LEFT JOIN rpo_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 (32))
AND ((b.product_access = 'all' OR b.product_access LIKE '%,11,%'))
ORDER BY b.product_code ASC, b.product_id ASC
LIMIT 0, 30
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | category_id | category_id | 4 | const | 25 | Using index; Using temporary; Using filesort |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | renownre.a.product_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_hikashop/views/product/view.html.php:1071 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.12 ms Query memory: 0.081 MB Memory before query: 9.752 MB Rows returned: 29
SELECT b.*
FROM rpo_hikashop_product AS b
WHERE product_id IN ( 275,93,580,581,577,576,95,575,283,96,573,582,317,571,583,568,585,323,324,588,338,590,591,566,346,592,593,106,273 )
ORDER BY b.product_code ASC, b.product_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | range | PRIMARY | PRIMARY | 4 | NULL | 29 | Using index condition; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_hikashop/views/product/view.html.php:1078 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.16 ms After last query: 6.05 ms Query memory: 0.039 MB Memory before query: 9.947 MB Rows returned: 48
SELECT *
FROM rpo_hikashop_file
WHERE file_ref_id IN (275,93,580,581,577,576,95,575,283,96,573,582,317,571,583,568,585,323,324,588,338,590,591,566,346,592,593,106,273)
AND file_type IN ('product','file')
ORDER BY file_ref_id ASC, file_ordering ASC, file_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_file | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 488 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2466 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.59 ms After last query: 1.16 ms Query memory: 0.026 MB Memory before query: 10.015 MB Rows returned: 0
SELECT variant_product_id
FROM rpo_hikashop_variant
WHERE variant_product_id IN (275,93,580,581,577,576,95,575,283,96,573,582,317,571,583,568,585,323,324,588,338,590,591,566,346,592,593,106,273)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_variant | index | NULL | PRIMARY | 8 | NULL | 188 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2494 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.11 ms Query memory: 0.026 MB Memory before query: 10.026 MB Rows returned: 0
SELECT product_id
FROM rpo_hikashop_product_related
WHERE product_related_type = 'options'
AND product_id IN (275,93,580,581,577,576,95,575,283,96,573,582,317,571,583,568,585,323,324,588,338,590,591,566,346,592,593,106,273)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_product_related | range | PRIMARY | PRIMARY | 4 | NULL | 29 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/product.php:2510 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.58 ms After last query: 0.29 ms Query memory: 0.027 MB Memory before query: 10.040 MB Rows returned: 0
SELECT product_parent_id, product_id, product_tax_id
FROM rpo_hikashop_product
WHERE product_parent_id IN ('275','93','580','581','577','576','95','575','283','96','573','582','317','571','583','568','585','323','324','588','338','590','591','566','346','592','593','106','273')
AND product_published = 1
AND product_type = 'variant'
AND product_sale_start < 1737564772
AND (product_sale_end > 1737564772 OR product_sale_end = 0)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_product | range | product_parent_id | product_parent_id | 4 | NULL | 29 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:1060 |
24 | hikashopCurrencyClass->_loadProductVariants() | JROOT/administrator/components/com_hikashop/classes/currency.php:516 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.84 ms After last query: 0.38 ms Query memory: 0.028 MB Memory before query: 10.061 MB Rows returned: 0
SELECT *
FROM rpo_hikashop_discount
WHERE discount_type='discount'
AND discount_published=1
AND (discount_quota > discount_used_times OR discount_quota = 0)
AND discount_start < 1737564772
AND (discount_end > 1737564772 OR discount_end = 0)
AND ( (discount_product_id IN ('','0','275','93','580','581','577','576','95','575','283','96','573','582','317','571','583','568','585','323','324','588','338','590','591','566','346','592','593','106','273')) OR (discount_product_id LIKE '%,275,%') OR (discount_product_id LIKE '%,93,%') OR (discount_product_id LIKE '%,580,%') OR (discount_product_id LIKE '%,581,%') OR (discount_product_id LIKE '%,577,%') OR (discount_product_id LIKE '%,576,%') OR (discount_product_id LIKE '%,95,%') OR (discount_product_id LIKE '%,575,%') OR (discount_product_id LIKE '%,283,%') OR (discount_product_id LIKE '%,96,%') OR (discount_product_id LIKE '%,573,%') OR (discount_product_id LIKE '%,582,%') OR (discount_product_id LIKE '%,317,%') OR (discount_product_id LIKE '%,571,%') OR (discount_product_id LIKE '%,583,%') OR (discount_product_id LIKE '%,568,%') OR (discount_product_id LIKE '%,585,%') OR (discount_product_id LIKE '%,323,%') OR (discount_product_id LIKE '%,324,%') OR (discount_product_id LIKE '%,588,%') OR (discount_product_id LIKE '%,338,%') OR (discount_product_id LIKE '%,590,%') OR (discount_product_id LIKE '%,591,%') OR (discount_product_id LIKE '%,566,%') OR (discount_product_id LIKE '%,346,%') OR (discount_product_id LIKE '%,592,%') OR (discount_product_id LIKE '%,593,%') OR (discount_product_id LIKE '%,106,%') OR (discount_product_id LIKE '%,273,%') )
AND (discount_flat_amount != 0 OR discount_percent_amount != 0)
AND (discount_flat_amount = 0 OR discount_currency_id =4)
AND (discount_access = 'all' OR discount_access LIKE '%,11,%')
AND (discount_user_id = '' OR discount_user_id LIKE '%,0,%')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_discount | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:558 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.14 ms Query memory: 0.028 MB Memory before query: 10.073 MB Rows returned: 1
SELECT currency_id
FROM rpo_hikashop_currency
WHERE currency_published=1 OR currency_id = 4
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_currency | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 182 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
25 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/currency.php:473 |
24 | hikashopCurrencyClass->publishedCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:566 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.15 ms After last query: 0.30 ms Query memory: 0.035 MB Memory before query: 10.082 MB Rows returned: 30
SELECT a.*,
CASE WHEN price_site_id = 0 OR price_site_id = '[unselected]' THEN '' ELSE price_site_id END AS price_site_id
FROM rpo_hikashop_price AS a
WHERE a.price_product_id IN (275,93,580,581,577,576,95,575,283,96,573,582,317,571,583,568,585,323,324,588,338,590,591,566,346,592,593,106,273)
AND a.price_currency_id IN (4)
AND a.price_start_date < 1737564772
AND (a.price_end_date < 1 OR a.price_end_date > 1737564772)
AND (a.price_access = 'all' OR a.price_access LIKE '%,11,%' 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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | range | price_product_id | price_product_id | 4 | NULL | 29 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:589 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.34 ms After last query: 0.18 ms Query memory: 0.028 MB Memory before query: 10.122 MB Rows returned: 1
SELECT *
FROM rpo_hikashop_currency
WHERE currency_id IN (4)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_currency | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:2019 |
25 | hikashopCurrencyClass->getCurrencies() | JROOT/administrator/components/com_hikashop/classes/currency.php:2479 |
24 | hikashopCurrencyClass->getRounding() | JROOT/administrator/components/com_hikashop/classes/currency.php:665 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.55 ms Query memory: 0.028 MB Memory before query: 10.141 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 10.153 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.09 ms Query memory: 0.028 MB Memory before query: 10.166 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.04 ms Query memory: 0.028 MB Memory before query: 10.178 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.08 ms Query memory: 0.028 MB Memory before query: 10.191 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 1
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.04 ms Query memory: 0.028 MB Memory before query: 10.203 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 10.215 MB Rows returned: 1
SELECT *
FROM rpo_hikashop_zone
WHERE zone_id = 222
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_zone | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
26 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/classes/currency.php:220 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.236 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.09 ms Query memory: 0.028 MB Memory before query: 10.248 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 10.261 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.05 ms Query memory: 0.028 MB Memory before query: 10.272 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.09 ms Query memory: 0.028 MB Memory before query: 10.292 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 10.303 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.36 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 10.316 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.05 ms Query memory: 0.028 MB Memory before query: 10.328 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.09 ms Query memory: 0.028 MB Memory before query: 10.347 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.32 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 10.359 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.22 ms Query memory: 0.028 MB Memory before query: 10.372 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.08 ms Query memory: 0.028 MB Memory before query: 10.384 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.22 ms Query memory: 0.034 MB Memory before query: 10.412 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.429 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.36 ms After last query: 0.14 ms Query memory: 0.028 MB Memory before query: 10.442 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 10.454 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.31 ms After last query: 0.17 ms Query memory: 0.028 MB Memory before query: 10.473 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.485 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.13 ms Query memory: 0.028 MB Memory before query: 10.498 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 10.510 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.15 ms Query memory: 0.028 MB Memory before query: 10.529 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 10.541 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.13 ms Query memory: 0.028 MB Memory before query: 10.554 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 10.565 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.15 ms Query memory: 0.028 MB Memory before query: 10.585 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 10.596 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.12 ms Query memory: 0.028 MB Memory before query: 10.610 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 10.621 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.16 ms Query memory: 0.028 MB Memory before query: 10.640 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 10.652 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.665 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.677 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.13 ms Query memory: 0.028 MB Memory before query: 10.696 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 10.708 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.721 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.733 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.12 ms Query memory: 0.028 MB Memory before query: 10.752 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.763 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.777 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.09 ms Query memory: 0.028 MB Memory before query: 10.788 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.12 ms Query memory: 0.028 MB Memory before query: 10.807 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.819 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 10.832 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.844 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 10.863 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | 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 |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.875 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.08 ms Query memory: 0.028 MB Memory before query: 10.888 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 10.900 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 10.919 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 10.930 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 10.944 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 10.955 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.16 ms Query memory: 0.028 MB Memory before query: 10.975 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 10.986 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.11 ms Query memory: 0.028 MB Memory before query: 10.999 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.04 ms Query memory: 0.028 MB Memory before query: 11.011 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.14 ms Query memory: 0.028 MB Memory before query: 11.030 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.04 ms Query memory: 0.028 MB Memory before query: 11.042 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 11.055 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.04 ms Query memory: 0.028 MB Memory before query: 11.067 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.14 ms Query memory: 0.028 MB Memory before query: 11.086 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 11.098 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 11.111 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.04 ms Query memory: 0.028 MB Memory before query: 11.122 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.13 ms Query memory: 0.028 MB Memory before query: 11.142 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.153 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.09 ms Query memory: 0.028 MB Memory before query: 11.166 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.04 ms Query memory: 0.028 MB Memory before query: 11.178 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.13 ms Query memory: 0.028 MB Memory before query: 11.197 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.04 ms Query memory: 0.028 MB Memory before query: 11.209 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 11.222 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.04 ms Query memory: 0.028 MB Memory before query: 11.234 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.14 ms Query memory: 0.028 MB Memory before query: 11.253 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.05 ms Query memory: 0.028 MB Memory before query: 11.265 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 11.278 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.289 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.11 ms Query memory: 0.032 MB Memory before query: 11.320 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 11.336 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 11.349 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 11.361 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 11.380 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.392 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 11.405 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 11.416 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 11.436 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 11.447 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 11.460 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.10 ms Query memory: 0.028 MB Memory before query: 11.472 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.09 ms Query memory: 0.028 MB Memory before query: 11.491 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.503 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 11.516 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.028 MB Memory before query: 11.528 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 11.547 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.559 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.06 ms Query memory: 0.028 MB Memory before query: 11.572 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.04 ms Query memory: 0.028 MB Memory before query: 11.583 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.11 ms Query memory: 0.028 MB Memory before query: 11.603 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.614 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 11.627 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.04 ms Query memory: 0.028 MB Memory before query: 11.639 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.658 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.04 ms Query memory: 0.028 MB Memory before query: 11.670 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.683 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.695 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.15 ms Query memory: 0.028 MB Memory before query: 11.714 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.04 ms Query memory: 0.028 MB Memory before query: 11.726 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.08 ms Query memory: 0.028 MB Memory before query: 11.739 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.04 ms Query memory: 0.028 MB Memory before query: 11.750 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.27 ms After last query: 0.10 ms Query memory: 0.028 MB Memory before query: 11.770 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_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 <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.04 ms Query memory: 0.028 MB Memory before query: 11.781 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 11
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.08 ms Query memory: 0.028 MB Memory before query: 11.794 MB Rows returned: 0
SELECT b.*,c.*
FROM rpo_hikashop_category AS a
LEFT JOIN rpo_hikashop_taxation AS b
ON a.category_namekey=b.category_namekey
LEFT JOIN rpo_hikashop_tax AS c
ON b.tax_namekey=c.tax_namekey
WHERE a.category_id = 3
AND b.taxation_published=1
AND ( taxation_type = '' OR (taxation_type = 'individual' OR taxation_type LIKE '%individual%') )
AND b.taxation_date_start <= 1737564772
AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1737564772)
AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,11,%')
ORDER BY b.taxation_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/currency.php:199 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 0.04 ms Query memory: 0.028 MB Memory before query: 11.806 MB Rows returned: 1
SELECT category_parent_id
FROM rpo_hikashop_category
WHERE category_id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/currency.php:203 |
25 | hikashopCurrencyClass->getTax() | JROOT/administrator/components/com_hikashop/classes/currency.php:62 |
24 | hikashopCurrencyClass->getTaxedPrice() | JROOT/administrator/components/com_hikashop/classes/currency.php:666 |
23 | hikashopCurrencyClass->getProductsPrices() | JROOT/administrator/components/com_hikashop/classes/currency.php:478 |
22 | hikashopCurrencyClass->getListingPrices() | JROOT/administrator/components/com_hikashop/classes/product.php:2525 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.058 MB Memory before query: 11.806 MB Rows returned: 29
SELECT c.*, pc.*
FROM rpo_hikashop_category AS c
LEFT JOIN rpo_hikashop_product_category AS pc
ON c.category_id = pc.category_id
WHERE pc.product_id IN (275,93,580,581,577,576,95,575,283,96,573,582,317,571,583,568,585,323,324,588,338,590,591,566,346,592,593,106,273);
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | pc | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 231 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | renownre.pc.category_id | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.12 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 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/product.php:2561 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.57 ms Query memory: 0.028 MB Memory before query: 11.903 MB Rows returned: 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM rpo_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (32)
ORDER BY hk_parent.category_left
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hk_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 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/category.php:780 |
24 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:352 |
23 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2585 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.918 MB Rows returned: 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM rpo_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (14)
ORDER BY hk_parent.category_left
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hk_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:780 |
25 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
24 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:352 |
23 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2585 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.028 MB Memory before query: 11.933 MB Rows returned: 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM rpo_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (2)
ORDER BY hk_parent.category_left
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hk_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
27 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:780 |
26 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
25 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
24 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:352 |
23 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2585 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.029 MB Memory before query: 11.948 MB Rows returned: 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM rpo_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (1)
ORDER BY hk_parent.category_left
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hk_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
28 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:780 |
27 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
26 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
25 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:791 |
24 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:352 |
23 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:188 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2585 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.26 ms Query memory: 0.027 MB Memory before query: 12.009 MB Rows returned: 0
SELECT *
FROM rpo_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 '%,11,%')
AND ((((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,32,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,32,%' OR field_categories LIKE '%,14,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,1,%')))
AND field_products="") OR (field_products LIKE '%,93,%' OR field_products LIKE '%,95,%' OR field_products LIKE '%,96,%' OR field_products LIKE '%,106,%' OR field_products LIKE '%,273,%' OR field_products LIKE '%,275,%' OR field_products LIKE '%,283,%' OR field_products LIKE '%,317,%' OR field_products LIKE '%,323,%' OR field_products LIKE '%,324,%' OR field_products LIKE '%,338,%' OR field_products LIKE '%,346,%' OR field_products LIKE '%,566,%' OR field_products LIKE '%,568,%' OR field_products LIKE '%,571,%' OR field_products LIKE '%,573,%' OR field_products LIKE '%,575,%' OR field_products LIKE '%,576,%' OR field_products LIKE '%,577,%' OR field_products LIKE '%,580,%' OR field_products LIKE '%,581,%' OR field_products LIKE '%,582,%' OR field_products LIKE '%,583,%' OR field_products LIKE '%,585,%' OR field_products LIKE '%,588,%' OR field_products LIKE '%,590,%' OR field_products LIKE '%,591,%' OR field_products LIKE '%,592,%' OR field_products LIKE '%,593,%'))
ORDER BY a.`field_ordering` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 15 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.04 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:167 |
23 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:189 |
22 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2585 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.21 ms Query memory: 0.027 MB Memory before query: 12.024 MB Rows returned: 0
SELECT *
FROM rpo_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 '%,11,%')
AND ((((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,32,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,32,%' OR field_categories LIKE '%,14,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,1,%')))
AND field_products="") OR (field_products LIKE '%,93,%' OR field_products LIKE '%,95,%' OR field_products LIKE '%,96,%' OR field_products LIKE '%,106,%' OR field_products LIKE '%,273,%' OR field_products LIKE '%,275,%' OR field_products LIKE '%,283,%' OR field_products LIKE '%,317,%' OR field_products LIKE '%,323,%' OR field_products LIKE '%,324,%' OR field_products LIKE '%,338,%' OR field_products LIKE '%,346,%' OR field_products LIKE '%,566,%' OR field_products LIKE '%,568,%' OR field_products LIKE '%,571,%' OR field_products LIKE '%,573,%' OR field_products LIKE '%,575,%' OR field_products LIKE '%,576,%' OR field_products LIKE '%,577,%' OR field_products LIKE '%,580,%' OR field_products LIKE '%,581,%' OR field_products LIKE '%,582,%' OR field_products LIKE '%,583,%' OR field_products LIKE '%,585,%' OR field_products LIKE '%,588,%' OR field_products LIKE '%,590,%' OR field_products LIKE '%,591,%' OR field_products LIKE '%,592,%' OR field_products LIKE '%,593,%'))
ORDER BY a.`field_ordering` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 15 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.10 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.04 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 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/field.php:189 |
23 | hikashopFieldClass->getFields() | JROOT/administrator/components/com_hikashop/classes/product.php:2626 |
22 | hikashopProductClass->loadCustomItemFieldsForProductsListing() | JROOT/administrator/components/com_hikashop/classes/product.php:2619 |
21 | hikashopProductClass->loadProductsListingData() | JROOT/components/com_hikashop/views/product/view.html.php:1106 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.50 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 12.022 MB Rows returned: 1
SELECT COUNT( DISTINCT b.product_id )
FROM rpo_hikashop_product_category AS a
LEFT JOIN rpo_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 (32))
AND ((b.product_access = 'all' OR b.product_access LIKE '%,11,%'))
ORDER BY b.product_code ASC, b.product_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | category_id | category_id | 4 | const | 25 | Using index |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | renownre.a.product_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.03 ms |
Executing | 0.00 ms |
Sending data | 0.19 ms |
End of update loop | 0.01 ms |
Removing tmp table | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.04 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_hikashop/views/product/view.html.php:1134 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.027 MB Memory before query: 12.032 MB Rows returned: 2
SELECT *
FROM rpo_hikashop_characteristic
WHERE characteristic_values_on_listing > 0
ORDER BY characteristic_ordering ASC;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_characteristic | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 68 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_hikashop/views/product/view.html.php:1361 |
21 | ProductViewProduct->_loadCharacteristicsValues() | JROOT/components/com_hikashop/views/product/view.html.php:1157 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.05 ms Query memory: 0.026 MB Memory before query: 12.047 MB Rows returned: 0
SELECT product_id, product_parent_id
FROM rpo_hikashop_product
WHERE product_parent_id IN (275,93,580,581,577,576,95,575,283,96,573,582,317,571,583,568,585,323,324,588,338,590,591,566,346,592,593,106,273)
AND product_published > 0
AND product_quantity != 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_hikashop_product | range | product_parent_id | product_parent_id | 4 | NULL | 29 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_hikashop/views/product/view.html.php:1371 |
21 | ProductViewProduct->_loadCharacteristicsValues() | JROOT/components/com_hikashop/views/product/view.html.php:1157 |
20 | ProductViewProduct->listing() | JROOT/components/com_hikashop/views/product/view.html.php:28 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.38 ms After last query: 6.33 ms Query memory: 0.080 MB Memory before query: 12.145 MB Rows returned: 49
SELECT a.id, a.link, a.params
FROM rpo_menu AS a
INNER JOIN `rpo_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,6)
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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
1 | SIMPLE | a | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_menutype | 98 | renownre.b.menutype | 44 | Using where |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 1.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.04 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
29 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1249 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.45 ms After last query: 0.11 ms Query memory: 0.030 MB Memory before query: 12.247 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 580
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.16 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.04 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 1.31 ms Query memory: 0.030 MB Memory before query: 12.259 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 581
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.14 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.01 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.04 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 1.65 ms Query memory: 0.030 MB Memory before query: 12.292 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 577
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.13 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.01 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.49 ms After last query: 1.27 ms Query memory: 0.030 MB Memory before query: 12.306 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 576
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.17 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.01 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.05 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.50 ms After last query: 1.72 ms Query memory: 0.030 MB Memory before query: 12.325 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 575
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.17 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.05 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.52 ms After last query: 2.29 ms Query memory: 0.030 MB Memory before query: 12.359 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 573
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.18 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.05 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.51 ms After last query: 1.11 ms Query memory: 0.030 MB Memory before query: 12.375 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 582
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.17 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.05 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.53 ms After last query: 1.50 ms Query memory: 0.030 MB Memory before query: 12.406 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 571
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.18 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.05 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.52 ms After last query: 0.84 ms Query memory: 0.030 MB Memory before query: 12.420 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 583
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.18 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.05 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.69 ms After last query: 1.09 ms Query memory: 0.030 MB Memory before query: 12.437 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 568
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.24 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.03 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.06 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.67 ms After last query: 1.09 ms Query memory: 0.030 MB Memory before query: 12.469 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 585
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.24 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.06 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.67 ms After last query: 2.30 ms Query memory: 0.030 MB Memory before query: 12.503 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 588
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.24 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.06 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.68 ms After last query: 1.47 ms Query memory: 0.030 MB Memory before query: 12.535 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 590
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.24 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.07 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.77 ms After last query: 1.10 ms Query memory: 0.030 MB Memory before query: 12.551 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 591
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.28 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.07 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.78 ms After last query: 1.16 ms Query memory: 0.030 MB Memory before query: 12.583 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 566
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.28 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.07 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.78 ms After last query: 1.18 ms Query memory: 0.030 MB Memory before query: 12.596 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 592
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.28 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.02 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.07 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.79 ms After last query: 1.09 ms Query memory: 0.030 MB Memory before query: 12.614 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 593
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.28 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.03 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.08 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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: 1.70 ms Query memory: 0.030 MB Memory before query: 12.647 MB Rows returned: 1
SELECT c.category_id
FROM rpo_hikashop_product_category AS pc
INNER JOIN rpo_hikashop_category AS c
ON c.category_id = pc.category_id
AND c.category_published = 1
WHERE pc.product_id = 273
ORDER BY pc.product_category_id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 103 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | eq_ref | category_id | category_id | 8 | renownre.c.category_id,const | 1 | |
Status | Duration |
---|
Starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.29 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.03 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.07 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
29 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1260 |
28 | hikashop_contentLink() | JROOT/components/com_hikashop/views/product/tmpl/listing_table.php:164 |
27 | include JROOT/components/com_hikashop/views/product/tmpl/listing_table.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
26 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
25 | hikashopView->loadTemplate() | JROOT/components/com_hikashop/views/product/tmpl/listing.php:290 |
24 | include JROOT/components/com_hikashop/views/product/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
23 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
22 | hikashopView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
21 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2893 |
20 | hikashopView->display() | JROOT/components/com_hikashop/views/product/view.html.php:29 |
19 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:936 |
18 | hikashop_getLayout() | JROOT/components/com_hikashop/views/category/tmpl/listing.php:143 |
17 | include JROOT/components/com_hikashop/views/category/tmpl/listing.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2939 |
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:2893 |
13 | hikashopView->display() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2600 |
10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2309 |
9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2578 |
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.62 ms After last query: 18.58 ms Query memory: 0.025 MB Memory before query: 13.477 MB Rows returned: 0
SELECT ts.template
FROM rpo_template_styles AS ts
INNER JOIN rpo_menu AS m
ON ts.id=m.template_style_id
WHERE m.id = 1917
AND m.template_style_id != 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.15 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.09 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
17 | JDatabaseDriver->loadColumn() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:101 |
16 | RokNavMenu::getTemplates() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:74 |
15 | RokNavMenu::loadCatalogs() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:25 |
14 | RokNavMenu->__construct() | JROOT/modules/mod_roknavmenu/mod_roknavmenu.php:21 |
13 | include JROOT/modules/mod_roknavmenu/mod_roknavmenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
11 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/cloudbase3/features/dropdownmenu.php:56 |
10 | GantryFeatureDropdownMenu->render() | JROOT/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php:70 |
9 | GantryModulesRenderer::display() | JROOT/libraries/gantry/core/gantry.class.php:867 |
8 | Gantry->displayModules() | JROOT/templates/cloudbase3/index.php:80 |
7 | require JROOT/templates/cloudbase3/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.57 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 13.485 MB Rows returned: 1
SELECT template
FROM rpo_template_styles
WHERE home = 1
AND client_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 2 | Using where |
Status | Duration |
---|
Starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.09 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
17 | JDatabaseDriver->loadColumn() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:116 |
16 | RokNavMenu::getTemplates() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:74 |
15 | RokNavMenu::loadCatalogs() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:25 |
14 | RokNavMenu->__construct() | JROOT/modules/mod_roknavmenu/mod_roknavmenu.php:21 |
13 | include JROOT/modules/mod_roknavmenu/mod_roknavmenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
11 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/cloudbase3/features/dropdownmenu.php:56 |
10 | GantryFeatureDropdownMenu->render() | JROOT/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php:70 |
9 | GantryModulesRenderer::display() | JROOT/libraries/gantry/core/gantry.class.php:867 |
8 | Gantry->displayModules() | JROOT/templates/cloudbase3/index.php:80 |
7 | require JROOT/templates/cloudbase3/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: 2.24 ms After last query: 17.77 ms Query memory: 0.026 MB Memory before query: 16.909 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `rpo_template_styles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `rpo_template_styles`
Status | Duration |
---|
Starting | 0.21 ms |
checking permissions | 0.01 ms |
closing tables | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.94 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
checking permissions | 0.13 ms |
closing tables | 0.01 ms |
checking permissions | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Removing tmp table | 0.32 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.11 ms |
Updating status | 0.07 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
17 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_templates/tables/style.php:30 |
16 | TemplatesTableStyle->__construct() | JROOT/libraries/src/Table/Table.php:328 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/gantry/gantry.php:194 |
14 | plgSystemGantry->getTable() | JROOT/plugins/system/gantry/gantry.php:165 |
13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
12 | plgSystemGantry->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.65 ms After last query: 0.26 ms Query memory: 0.023 MB Memory before query: 16.931 MB Rows returned: 1
SELECT *
FROM rpo_template_styles
WHERE `id` = '120'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | rpo_template_styles | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.14 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.10 ms |
Updating status | 0.05 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
14 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/gantry/gantry.php:168 |
13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
12 | plgSystemGantry->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 |