Query Time: 0.18 ms Query memory: 0.023 MB Memory before query: 1.028 MB Rows returned: 0
SELECT `data`
FROM `fywef_session`
WHERE `session_id` = X'6164643062663062663439643339356662373430346434633130323632323433'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_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.10 ms After last query: 0.28 ms Query memory: 0.020 MB Memory before query: 1.043 MB Rows returned: 0
SELECT `session_id`
FROM `fywef_session`
WHERE `session_id` = X'6164643062663062663439643339356662373430346434633130323632323433'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_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: 1.19 ms After last query: 0.07 ms Query memory: 0.004 MB Memory before query: 1.048 MB
INSERT INTO `fywef_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6164643062663062663439643339356662373430346434633130323632323433', 1, 1778412378, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `fywef_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6164643062663062663439643339356662373430346434633130323632323433', 1, 1778412378, 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.40 ms After last query: 0.40 ms Query memory: 0.040 MB Memory before query: 1.079 MB Rows returned: 47
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `fywef_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_extensions | ref | extension | extension | 82 | const | 47 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.52 ms Query memory: 0.021 MB Memory before query: 1.133 MB Rows returned: 5
SELECT id, rules
FROM `fywef_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_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.17 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 1.145 MB Rows returned: 2
SELECT b.id
FROM fywef_usergroups AS a
LEFT JOIN fywef_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | 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.57 ms After last query: 0.12 ms Query memory: 0.035 MB Memory before query: 1.166 MB Rows returned: 130
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM fywef_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 402 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 3.54 ms Query memory: 0.022 MB Memory before query: 1.603 MB Rows returned: 1
SELECT `value`
FROM `fywef_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_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.12 ms After last query: 0.33 ms Query memory: 0.021 MB Memory before query: 1.634 MB Rows returned: 0
SELECT *
FROM `fywef_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_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.19 ms After last query: 8.83 ms Query memory: 0.021 MB Memory before query: 2.417 MB Rows returned: 0
SELECT *
FROM `fywef_admintools_ipautoban`
WHERE `ip` = '18.97.14.88'
| 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 |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:74 |
| 11 | AtsystemFeatureAutoipfiltering->isIPBlocked() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:23 |
| 10 | AtsystemFeatureAutoipfiltering->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: 0.12 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 2.423 MB Rows returned: 77
SELECT `ip`
FROM `fywef_admintools_ipblock`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_admintools_ipblock | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 70 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/feature/ipblacklist.php:143 |
| 11 | AtsystemFeatureIpblacklist->isIPBlocked() | JROOT/plugins/system/admintools/feature/ipblacklist.php:37 |
| 10 | AtsystemFeatureIpblacklist->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: 0.12 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 2.429 MB Rows returned: 1
SELECT *
FROM `fywef_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/disableobsoleteadmins.php:115 |
| 10 | AtsystemFeatureDisableobsoleteadmins->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: 0.14 ms After last query: 0.30 ms Query memory: 0.021 MB Memory before query: 2.438 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `fywef_admintools_redirects`
WHERE ((`dest` = 'products/evgun') OR (`dest` = 'products/evgun') OR ('products/evgun' 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 | fywef_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: 0.15 ms After last query: 2.29 ms Query memory: 0.023 MB Memory before query: 2.592 MB Rows returned: 27
SELECT *
FROM fywef_rsform_config
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_rsform_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 27 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:50 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:17 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:102 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:28 |
| 8 | plgSystemRsformdeletesubmissions->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.55 ms After last query: 0.80 ms Query memory: 0.087 MB Memory before query: 2.709 MB Rows returned: 43
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM fywef_menu AS m
LEFT JOIN fywef_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 49 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.m.component_id | 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:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 2.49 ms Query memory: 0.021 MB Memory before query: 3.055 MB Rows returned: 1
SELECT `query`
FROM fywef_eshop_urls
WHERE md5_key = "ccbfc7ed79668e6fce1e30ef4964910f"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/router.php:440 |
| 9 | EshopRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 3.065 MB Rows returned: 1
SELECT *
FROM `fywef_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_eshop')
AND `view` IN('','manufacturer')
AND `task` IN('','manufacturer.')
AND `enabled` = '1'
GROUP BY `query`
ORDER BY `query` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_admintools_wafblacklists | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; 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:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/admintools/feature/wafblacklist.php:92 |
| 10 | AtsystemFeatureWafblacklist->onAfterRoute() | JROOT/plugins/system/admintools/admintools/main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:154 |
| 8 | plgSystemAdmintools->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.27 ms After last query: 0.23 ms Query memory: 0.021 MB Memory before query: 3.073 MB Rows returned: 4
SELECT id, home, template, s.params
FROM fywef_template_styles as s
LEFT JOIN fywef_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_template,idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | evgun_db.s.template,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/t3/includes/core/t3.php:353 |
| 9 | T3::detect() | JROOT/plugins/system/t3/t3.php:87 |
| 8 | plgSystemT3->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.17 ms After last query: 1.11 ms Query memory: 0.024 MB Memory before query: 3.194 MB Rows returned: 8
SELECT *
FROM fywef_rokcandy
WHERE published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_rokcandy | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 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:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rokcandy/helpers/rokcandy.php:27 |
| 13 | RokCandyHelper::getUserMacros() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/administrator/components/com_rokcandy/helpers/rokcandy.php:17 |
| 9 | RokCandyHelper::getMacros() | JROOT/plugins/system/rokcandy/rokcandy.php:28 |
| 8 | plgSystemRokCandy->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.15 ms After last query: 0.18 ms Query memory: 0.024 MB Memory before query: 3.205 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `fywef_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
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/libraries/src/Helper/LibraryHelper.php:167 |
| 17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:374 |
| 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.22 ms After last query: 0.09 ms Query memory: 0.006 MB Memory before query: 3.197 MB
UPDATE `fywef_extensions`
SET `params` = '{\"mediaversion\":\"73c81fbdf7f68357c5149382a6798405\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `fywef_extensions`
SET `params` = '{\"mediaversion\":\"73c81fbdf7f68357c5149382a6798405\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:374 |
| 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.86 ms Query memory: 0.022 MB Memory before query: 3.256 MB Rows returned: 1
SELECT *
FROM fywef_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_languages | 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 |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 12 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 11 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/components/com_k2/helpers/utilities.php:254 |
| 10 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:244 |
| 9 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:390 |
| 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 2.87 ms Query memory: 0.041 MB Memory before query: 3.572 MB Rows returned: 268
SELECT config_key, config_value
FROM fywef_eshop_configs
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 268 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:32 |
| 9 | EshopHelper::getConfig() | JROOT/components/com_eshop/helpers/helper.php:134 |
| 8 | EshopHelper::getConfigValue() | JROOT/administrator/components/com_eshop/libraries/rad/bootstrap.php:8 |
| 7 | require_once JROOT/administrator/components/com_eshop/libraries/rad/bootstrap.php | JROOT/components/com_eshop/eshop.php:27 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 4.62 ms Query memory: 0.029 MB Memory before query: 3.966 MB Rows returned: 22
SHOW FULL COLUMNS
FROM `fywef_eshop_productdetails`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `fywef_eshop_productdetails`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_eshop/libraries/rad/model/list.php:110 |
| 14 | RADModelList->__construct() | JROOT/components/com_eshop/models/products.php:35 |
| 13 | EshopModelProducts->__construct() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:213 |
| 12 | Joomla\CMS\MVC\Model\BaseDatabaseModel::getInstance() | JROOT/libraries/src/MVC/Factory/LegacyFactory.php:45 |
| 11 | Joomla\CMS\MVC\Factory\LegacyFactory->createModel() | JROOT/libraries/src/MVC/Controller/BaseController.php:559 |
| 10 | Joomla\CMS\MVC\Controller\BaseController->createModel() | JROOT/libraries/src/MVC/Controller/BaseController.php:728 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->getModel() | JROOT/libraries/src/MVC/Controller/BaseController.php:616 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | 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.92 ms After last query: 0.39 ms Query memory: 0.022 MB Memory before query: 4.018 MB Rows returned: 1
SELECT a.*, b.manufacturer_name, b.manufacturer_alias, b.manufacturer_desc, b.manufacturer_page_title, b.manufacturer_page_heading, b.manufacturer_alt_image
FROM fywef_eshop_manufacturers AS a
INNER JOIN fywef_eshop_manufacturerdetails AS b
ON (a.id = b.manufacturer_id)
WHERE a.id = 4
AND b.language = 'en-GB'
AND ((a.manufacturer_customergroups = "") OR (a.manufacturer_customergroups IS NULL) OR (a.manufacturer_customergroups = "1") OR (a.manufacturer_customergroups LIKE "1,%") OR (a.manufacturer_customergroups LIKE "%,1,%") OR (a.manufacturer_customergroups LIKE "%,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 | ref | manufacturer_id | manufacturer_id | 5 | const | 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:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:334 |
| 10 | EshopHelper::getManufacturer() | JROOT/components/com_eshop/views/manufacturer/view.html.php:30 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 0.21 ms Query memory: 0.050 MB Memory before query: 4.028 MB Rows returned: 10
SELECT a.*,b.product_name,b.product_alias,b.product_desc,b.product_short_desc,b.product_page_title,b.product_page_heading,b.product_alt_image,b.meta_key,b.meta_desc
FROM fywef_eshop_products AS a
INNER JOIN fywef_eshop_manufacturers AS pc
ON (a.manufacturer_id = pc.id)
INNER JOIN fywef_eshop_productdetails AS b
ON a.id = b.product_id
WHERE pc.id = 4
AND a.published = 1
AND b.language='en-GB'
AND ((a.product_customergroups = "") OR (a.product_customergroups IS NULL) OR (a.product_customergroups = "1") OR (a.product_customergroups LIKE "1,%") OR (a.product_customergroups LIKE "%,1,%") OR (a.product_customergroups LIKE "%,1"))
AND (a.product_available_date = "0000-00-00 00:00:00" OR a.product_available_date <= '2026-05-10 11:26:19')
AND (a.product_end_date = "0000-00-00 00:00:00" OR a.product_end_date >= '2026-05-10 11:26:19')
AND ((a.product_languages = "") OR (a.product_languages IS NULL) OR (a.product_languages = "en-GB") OR (a.product_languages LIKE "en-GB,%") OR (a.product_languages LIKE "%,en-GB,%") OR (a.product_languages LIKE "%,en-GB"))
ORDER BY a.ordering ASC,a.ordering
LIMIT 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pc | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | a | index_merge | PRIMARY,manufacturer_id,published | published,manufacturer_id | 2,5 | NULL | 3 | Using intersect(published,manufacturer_id); Using where; Using filesort |
| 1 | SIMPLE | b | ref | product_id | product_id | 5 | evgun_db.a.id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_eshop/libraries/rad/model/list.php:153 |
| 11 | RADModelList->getData() | JROOT/components/com_eshop/models/products.php:116 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.12 ms Query memory: 0.023 MB Memory before query: 4.078 MB Rows returned: 4
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 12
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.022 MB Memory before query: 4.088 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 12) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 12)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 12))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 4.094 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 12
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 4.101 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 12
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 4.108 MB Rows returned: 4
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 13
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 4.114 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 13) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 13)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 13))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 4.126 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.134 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.141 MB Rows returned: 3
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 14
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 4.146 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 14) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 14)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 14))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.152 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 14
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.158 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 14
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 4.165 MB Rows returned: 3
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 15
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.171 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 15) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 15)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 15))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.177 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 15
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.183 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 15
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.190 MB Rows returned: 3
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 16
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.196 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 16) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 16)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 16))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.202 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 16
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.208 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 16
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 4.215 MB Rows returned: 5
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 17
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.223 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 17) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 17)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 17))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.229 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 17
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.235 MB Rows returned: 0
SELECT id
FROM fywef_eshop_labels
WHERE label_out_of_stock_products = 1
| 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 |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5169 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 4.242 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 17
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.03 ms Query memory: 0.022 MB Memory before query: 4.248 MB Rows returned: 1
SELECT stockstatus_name
FROM fywef_eshop_stockstatusdetails
WHERE stockstatus_id = 3
AND language = "en-GB"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_stockstatusdetails | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:628 |
| 11 | EshopHelper::getStockStatusName() | JROOT/components/com_eshop/models/products.php:205 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 4.255 MB Rows returned: 4
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 18
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.260 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 18) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 18)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 18))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.266 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 18
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 4.272 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 18
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 4.279 MB Rows returned: 4
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 19
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 4.285 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 19) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 19)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 19))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.291 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 19
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 4.297 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 19
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 4.304 MB Rows returned: 5
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 20
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 4.311 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 20) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 20)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 20))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.317 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 4.323 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 4.339 MB Rows returned: 1
SELECT pi.*
FROM fywef_eshop_productimages AS pi
WHERE product_id = 73
ORDER BY pi.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pi | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 151 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1565 |
| 11 | EshopHelper::getProductImages() | JROOT/components/com_eshop/models/products.php:167 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.347 MB Rows returned: 0
SELECT DISTINCT(label_id)
FROM fywef_eshop_labelelements
WHERE (element_type = "product"
AND element_id = 73) OR (element_type = "manufacturer"
AND element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 73)) OR (element_type = "category"
AND element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 73))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 1 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_eshop/helpers/helper.php:5146 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 4.353 MB Rows returned: 1
SELECT product_quantity
FROM fywef_eshop_products
WHERE id = 73
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:5154 |
| 11 | EshopHelper::getProductLabels() | JROOT/components/com_eshop/models/products.php:198 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 4.359 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 73
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 11 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/models/products.php:201 |
| 10 | EshopModelProducts->getData() | JROOT/components/com_eshop/views/manufacturer/view.html.php:40 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 1.19 ms Query memory: 0.022 MB Memory before query: 4.466 MB Rows returned: 1
SELECT COUNT(*)
FROM fywef_eshop_products AS a
INNER JOIN fywef_eshop_manufacturers AS pc
ON (a.manufacturer_id = pc.id)
INNER JOIN fywef_eshop_productdetails AS b
ON a.id = b.product_id
WHERE pc.id = 4
AND a.published = 1
AND b.language='en-GB'
AND ((a.product_customergroups = "") OR (a.product_customergroups IS NULL) OR (a.product_customergroups = "1") OR (a.product_customergroups LIKE "1,%") OR (a.product_customergroups LIKE "%,1,%") OR (a.product_customergroups LIKE "%,1"))
AND (a.product_available_date = "0000-00-00 00:00:00" OR a.product_available_date <= '2026-05-10 11:26:19')
AND (a.product_end_date = "0000-00-00 00:00:00" OR a.product_end_date >= '2026-05-10 11:26:19')
AND ((a.product_languages = "") OR (a.product_languages IS NULL) OR (a.product_languages = "en-GB") OR (a.product_languages LIKE "en-GB,%") OR (a.product_languages LIKE "%,en-GB,%") OR (a.product_languages LIKE "%,en-GB"))
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | pc | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | a | index_merge | PRIMARY,manufacturer_id,published | published,manufacturer_id | 2,5 | NULL | 3 | Using intersect(published,manufacturer_id); Using where |
| 1 | SIMPLE | b | ref | product_id | product_id | 5 | evgun_db.a.id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_eshop/libraries/rad/model/list.php:176 |
| 12 | RADModelList->getTotal() | JROOT/components/com_eshop/models/products.php:432 |
| 11 | EshopModelProducts->getTotal() | JROOT/administrator/components/com_eshop/libraries/rad/model/list.php:193 |
| 10 | RADModelList->getPagination() | JROOT/components/com_eshop/views/manufacturer/view.html.php:41 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.005 MB Memory before query: 4.471 MB
UPDATE fywef_eshop_manufacturers
SET hits = hits + 1
WHERE id = 4
EXPLAIN not possible on query: UPDATE fywef_eshop_manufacturers
SET hits = hits + 1
WHERE id = 4
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/components/com_eshop/helpers/helper.php:606 |
| 10 | EshopHelper::updateHits() | JROOT/components/com_eshop/views/manufacturer/view.html.php:48 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.99 ms Query memory: 0.022 MB Memory before query: 4.534 MB Rows returned: 1
SELECT *
FROM fywef_eshop_currencies
WHERE published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_currencies | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/currency.php:52 |
| 10 | EshopCurrency->__construct() | JROOT/components/com_eshop/views/manufacturer/view.html.php:153 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 1.36 ms Query memory: 0.025 MB Memory before query: 4.664 MB Rows returned: 1
SELECT manufacturer_name, manufacturer_alias
FROM fywef_eshop_manufacturerdetails
WHERE manufacturer_id = 4
AND language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_manufacturerdetails | ref | manufacturer_id | manufacturer_id | 5 | const | 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:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:4661 |
| 17 | EshopHelper::getElementAlias() | JROOT/components/com_eshop/router.php:139 |
| 16 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/views/manufacturer/view.html.php:161 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.22 ms Query memory: 0.024 MB Memory before query: 4.675 MB Rows returned: 1
SELECT id
FROM fywef_eshop_urls
WHERE md5_key="ccbfc7ed79668e6fce1e30ef4964910f"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/router.php:396 |
| 16 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/views/manufacturer/view.html.php:161 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.03 ms Query memory: 0.008 MB Memory before query: 4.683 MB
UPDATE fywef_eshop_urls
SET query="view=manufacturer&id=4"
WHERE md5_key="ccbfc7ed79668e6fce1e30ef4964910f"
EXPLAIN not possible on query: UPDATE fywef_eshop_urls
SET query="view=manufacturer&id=4"
WHERE md5_key="ccbfc7ed79668e6fce1e30ef4964910f"
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/components/com_eshop/router.php:413 |
| 16 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/views/manufacturer/view.html.php:161 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 2.11 ms Query memory: 0.025 MB Memory before query: 4.844 MB Rows returned: 1
SELECT a.category_id
FROM fywef_eshop_productcategories AS a
INNER JOIN fywef_eshop_categories AS b
ON (a.category_id = b.id)
WHERE a.product_id = 12
AND a.main_category = 1
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY,published | PRIMARY | 4 | evgun_db.a.category_id | 1 | Using where |
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:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1267 |
| 15 | EshopHelper::getProductCategory() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.025 MB Memory before query: 4.854 MB Rows returned: 7
SELECT a.id, a.category_parent_id, b.category_alias
FROM fywef_eshop_categories AS a
INNER JOIN fywef_eshop_categorydetails AS b
ON (a.id = b.category_id)
WHERE b.language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.b.category_id | 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/components/com_eshop/helpers/helper.php:4880 |
| 16 | EshopHelper::getCategoryPath() | JROOT/components/com_eshop/helpers/route.php:41 |
| 15 | EshopRoute::getProductRoute() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 4.864 MB Rows returned: 1
SELECT product_name, product_alias
FROM fywef_eshop_productdetails
WHERE product_id = 12
AND language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_productdetails | ref | product_id | product_id | 5 | const | 1 | Using where |
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:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:4661 |
| 22 | EshopHelper::getElementAlias() | JROOT/components/com_eshop/router.php:129 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 4.875 MB Rows returned: 1
SELECT id
FROM fywef_eshop_urls
WHERE md5_key="85eb543ee14772ea5e26f94b02bacef1"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | 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:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/router.php:396 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.03 ms Query memory: 0.011 MB Memory before query: 4.887 MB
UPDATE fywef_eshop_urls
SET query="view=product&id=12&catid=6"
WHERE md5_key="85eb543ee14772ea5e26f94b02bacef1"
EXPLAIN not possible on query: UPDATE fywef_eshop_urls
SET query="view=product&id=12&catid=6"
WHERE md5_key="85eb543ee14772ea5e26f94b02bacef1"
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/components/com_eshop/router.php:413 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 4.897 MB Rows returned: 0
SELECT price
FROM fywef_eshop_productspecials
WHERE product_id = 12
AND published = 1
AND customergroup_id = 1
AND (date_start <= "2026-05-10 11:26:19" OR date_start = "0000-00-00 00:00:00")
AND (date_end >= "2026-05-10 11:26:19" OR date_end = "0000-00-00 00:00:00")
ORDER BY priority
LIMIT 1
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:1950 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.13 ms Query memory: 0.025 MB Memory before query: 4.909 MB Rows returned: 0
SELECT a.*
FROM fywef_eshop_discounts AS a
INNER JOIN fywef_eshop_discountelements AS b
ON (a.id = b.discount_id)
WHERE a.published = 1
AND b.element_type = "product"
AND (b.element_id = 12 OR b.element_id = 0)
AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1"))
AND (a.discount_start_date = "0000-00-00 00:00:00" OR DATE(a.discount_start_date) <= '2026-05-10')
AND (a.discount_end_date = "0000-00-00 00:00:00" OR DATE(a.discount_end_date) >= '2026-05-10')
ORDER BY a.id DESC
LIMIT 1
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:1985 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.04 ms Query memory: 0.025 MB Memory before query: 4.919 MB Rows returned: 0
SELECT a.*
FROM fywef_eshop_discounts AS a
INNER JOIN fywef_eshop_discountelements AS b
ON (a.id = b.discount_id)
WHERE a.published = 1
AND ((b.element_type = "manufacturer"
AND (b.element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 12) OR b.element_id = 0)) OR (b.element_type = "category"
AND (b.element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 12) OR b.element_id = 0)))
AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1"))
AND (a.discount_start_date = "0000-00-00 00:00:00" OR DATE(a.discount_start_date) <= '2026-05-10')
AND (a.discount_end_date = "0000-00-00 00:00:00" OR DATE(a.discount_end_date) >= '2026-05-10')
ORDER BY a.id DESC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2001 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.025 MB Memory before query: 4.927 MB Rows returned: 0
SELECT price
FROM fywef_eshop_productdiscounts
WHERE product_id = 12
AND published = 1
AND customergroup_id = 1
AND date_start <= "2026-05-10 11:26:19"
AND date_end >= "2026-05-10 11:26:19"
AND quantity = 1
ORDER BY priority
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1845 |
| 16 | EshopHelper::getDiscountPrice() | JROOT/components/com_eshop/helpers/helper.php:2140 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.025 MB Memory before query: 4.938 MB Rows returned: 0
SELECT o.id, o.option_type, o.option_image, od.option_name, od.option_desc, po.required, po.id AS product_option_id
FROM fywef_eshop_options AS o
INNER JOIN fywef_eshop_optiondetails AS od
ON (o.id = od.option_id)
INNER JOIN fywef_eshop_productoptions AS po
ON (o.id = po.option_id)
WHERE po.product_id = 12
AND od.language = 'en-GB'
AND o.published = 1
ORDER BY od.option_name 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1521 |
| 16 | EshopHelper::getProductOptions() | JROOT/components/com_eshop/helpers/helper.php:6355 |
| 15 | EshopHelper::isRequiredOptionProduct() | JROOT/components/com_eshop/themes/default/views/common/products.php:210 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 4.946 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 12
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 16 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/helpers/helper.php:5624 |
| 15 | EshopHelper::isCartMode() | JROOT/components/com_eshop/themes/default/views/common/products.php:212 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 4.955 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 12
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 16 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/helpers/helper.php:5624 |
| 15 | EshopHelper::isCartMode() | JROOT/components/com_eshop/themes/default/views/common/products.php:237 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 4.965 MB Rows returned: 1
SELECT a.category_id
FROM fywef_eshop_productcategories AS a
INNER JOIN fywef_eshop_categories AS b
ON (a.category_id = b.id)
WHERE a.product_id = 12
AND a.main_category = 1
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY,published | PRIMARY | 4 | evgun_db.a.category_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1267 |
| 16 | EshopHelper::getProductCategory() | JROOT/components/com_eshop/helpers/helper.php:6510 |
| 15 | EshopHelper::getCartSuccessMessage() | JROOT/components/com_eshop/themes/default/views/common/products.php:239 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 4.975 MB Rows returned: 7
SELECT a.id, a.category_parent_id, b.category_alias
FROM fywef_eshop_categories AS a
INNER JOIN fywef_eshop_categorydetails AS b
ON (a.id = b.category_id)
WHERE b.language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.b.category_id | 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/components/com_eshop/helpers/helper.php:4880 |
| 17 | EshopHelper::getCategoryPath() | JROOT/components/com_eshop/helpers/route.php:41 |
| 16 | EshopRoute::getProductRoute() | JROOT/components/com_eshop/helpers/helper.php:6510 |
| 15 | EshopHelper::getCartSuccessMessage() | JROOT/components/com_eshop/themes/default/views/common/products.php:239 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.18 ms Query memory: 0.025 MB Memory before query: 4.985 MB Rows returned: 1
SELECT a.category_id
FROM fywef_eshop_productcategories AS a
INNER JOIN fywef_eshop_categories AS b
ON (a.category_id = b.id)
WHERE a.product_id = 13
AND a.main_category = 1
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY,published | PRIMARY | 4 | evgun_db.a.category_id | 1 | Using where |
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:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1267 |
| 15 | EshopHelper::getProductCategory() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 4.995 MB Rows returned: 7
SELECT a.id, a.category_parent_id, b.category_alias
FROM fywef_eshop_categories AS a
INNER JOIN fywef_eshop_categorydetails AS b
ON (a.id = b.category_id)
WHERE b.language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.b.category_id | 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/components/com_eshop/helpers/helper.php:4880 |
| 16 | EshopHelper::getCategoryPath() | JROOT/components/com_eshop/helpers/route.php:41 |
| 15 | EshopRoute::getProductRoute() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 5.005 MB Rows returned: 1
SELECT product_name, product_alias
FROM fywef_eshop_productdetails
WHERE product_id = 13
AND language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_productdetails | ref | product_id | product_id | 5 | const | 1 | Using where |
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:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:4661 |
| 22 | EshopHelper::getElementAlias() | JROOT/components/com_eshop/router.php:129 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 5.017 MB Rows returned: 1
SELECT id
FROM fywef_eshop_urls
WHERE md5_key="67a6f1c3efd346e0dc08abdf6dfa01ec"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | 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:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/router.php:396 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.03 ms Query memory: 0.011 MB Memory before query: 5.028 MB
UPDATE fywef_eshop_urls
SET query="view=product&id=13&catid=6"
WHERE md5_key="67a6f1c3efd346e0dc08abdf6dfa01ec"
EXPLAIN not possible on query: UPDATE fywef_eshop_urls
SET query="view=product&id=13&catid=6"
WHERE md5_key="67a6f1c3efd346e0dc08abdf6dfa01ec"
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/components/com_eshop/router.php:413 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 5.038 MB Rows returned: 0
SELECT price
FROM fywef_eshop_productspecials
WHERE product_id = 13
AND published = 1
AND customergroup_id = 1
AND (date_start <= "2026-05-10 11:26:19" OR date_start = "0000-00-00 00:00:00")
AND (date_end >= "2026-05-10 11:26:19" OR date_end = "0000-00-00 00:00:00")
ORDER BY priority
LIMIT 1
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:1950 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 5.049 MB Rows returned: 0
SELECT a.*
FROM fywef_eshop_discounts AS a
INNER JOIN fywef_eshop_discountelements AS b
ON (a.id = b.discount_id)
WHERE a.published = 1
AND b.element_type = "product"
AND (b.element_id = 13 OR b.element_id = 0)
AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1"))
AND (a.discount_start_date = "0000-00-00 00:00:00" OR DATE(a.discount_start_date) <= '2026-05-10')
AND (a.discount_end_date = "0000-00-00 00:00:00" OR DATE(a.discount_end_date) >= '2026-05-10')
ORDER BY a.id DESC
LIMIT 1
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:1985 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.059 MB Rows returned: 0
SELECT a.*
FROM fywef_eshop_discounts AS a
INNER JOIN fywef_eshop_discountelements AS b
ON (a.id = b.discount_id)
WHERE a.published = 1
AND ((b.element_type = "manufacturer"
AND (b.element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 13) OR b.element_id = 0)) OR (b.element_type = "category"
AND (b.element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 13) OR b.element_id = 0)))
AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1"))
AND (a.discount_start_date = "0000-00-00 00:00:00" OR DATE(a.discount_start_date) <= '2026-05-10')
AND (a.discount_end_date = "0000-00-00 00:00:00" OR DATE(a.discount_end_date) >= '2026-05-10')
ORDER BY a.id DESC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2001 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 5.067 MB Rows returned: 0
SELECT price
FROM fywef_eshop_productdiscounts
WHERE product_id = 13
AND published = 1
AND customergroup_id = 1
AND date_start <= "2026-05-10 11:26:19"
AND date_end >= "2026-05-10 11:26:19"
AND quantity = 1
ORDER BY priority
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1845 |
| 16 | EshopHelper::getDiscountPrice() | JROOT/components/com_eshop/helpers/helper.php:2140 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.078 MB Rows returned: 0
SELECT o.id, o.option_type, o.option_image, od.option_name, od.option_desc, po.required, po.id AS product_option_id
FROM fywef_eshop_options AS o
INNER JOIN fywef_eshop_optiondetails AS od
ON (o.id = od.option_id)
INNER JOIN fywef_eshop_productoptions AS po
ON (o.id = po.option_id)
WHERE po.product_id = 13
AND od.language = 'en-GB'
AND o.published = 1
ORDER BY od.option_name 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1521 |
| 16 | EshopHelper::getProductOptions() | JROOT/components/com_eshop/helpers/helper.php:6355 |
| 15 | EshopHelper::isRequiredOptionProduct() | JROOT/components/com_eshop/themes/default/views/common/products.php:210 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 5.086 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 16 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/helpers/helper.php:5624 |
| 15 | EshopHelper::isCartMode() | JROOT/components/com_eshop/themes/default/views/common/products.php:212 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.095 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 16 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/helpers/helper.php:5624 |
| 15 | EshopHelper::isCartMode() | JROOT/components/com_eshop/themes/default/views/common/products.php:237 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 5.105 MB Rows returned: 1
SELECT a.category_id
FROM fywef_eshop_productcategories AS a
INNER JOIN fywef_eshop_categories AS b
ON (a.category_id = b.id)
WHERE a.product_id = 13
AND a.main_category = 1
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY,published | PRIMARY | 4 | evgun_db.a.category_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1267 |
| 16 | EshopHelper::getProductCategory() | JROOT/components/com_eshop/helpers/helper.php:6510 |
| 15 | EshopHelper::getCartSuccessMessage() | JROOT/components/com_eshop/themes/default/views/common/products.php:239 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 5.115 MB Rows returned: 7
SELECT a.id, a.category_parent_id, b.category_alias
FROM fywef_eshop_categories AS a
INNER JOIN fywef_eshop_categorydetails AS b
ON (a.id = b.category_id)
WHERE b.language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.b.category_id | 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/components/com_eshop/helpers/helper.php:4880 |
| 17 | EshopHelper::getCategoryPath() | JROOT/components/com_eshop/helpers/route.php:41 |
| 16 | EshopRoute::getProductRoute() | JROOT/components/com_eshop/helpers/helper.php:6510 |
| 15 | EshopHelper::getCartSuccessMessage() | JROOT/components/com_eshop/themes/default/views/common/products.php:239 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 5.124 MB Rows returned: 1
SELECT a.category_id
FROM fywef_eshop_productcategories AS a
INNER JOIN fywef_eshop_categories AS b
ON (a.category_id = b.id)
WHERE a.product_id = 14
AND a.main_category = 1
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY,published | PRIMARY | 4 | evgun_db.a.category_id | 1 | Using where |
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:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1267 |
| 15 | EshopHelper::getProductCategory() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 5.134 MB Rows returned: 7
SELECT a.id, a.category_parent_id, b.category_alias
FROM fywef_eshop_categories AS a
INNER JOIN fywef_eshop_categorydetails AS b
ON (a.id = b.category_id)
WHERE b.language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.b.category_id | 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/components/com_eshop/helpers/helper.php:4880 |
| 16 | EshopHelper::getCategoryPath() | JROOT/components/com_eshop/helpers/route.php:41 |
| 15 | EshopRoute::getProductRoute() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 5.144 MB Rows returned: 1
SELECT product_name, product_alias
FROM fywef_eshop_productdetails
WHERE product_id = 14
AND language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_productdetails | ref | product_id | product_id | 5 | const | 1 | Using where |
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:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:4661 |
| 22 | EshopHelper::getElementAlias() | JROOT/components/com_eshop/router.php:129 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 5.156 MB Rows returned: 1
SELECT id
FROM fywef_eshop_urls
WHERE md5_key="d4fe527905aa0ce0722f4e5821358b68"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | 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:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/router.php:396 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.03 ms Query memory: 0.011 MB Memory before query: 5.167 MB
UPDATE fywef_eshop_urls
SET query="view=product&id=14&catid=6"
WHERE md5_key="d4fe527905aa0ce0722f4e5821358b68"
EXPLAIN not possible on query: UPDATE fywef_eshop_urls
SET query="view=product&id=14&catid=6"
WHERE md5_key="d4fe527905aa0ce0722f4e5821358b68"
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/components/com_eshop/router.php:413 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 5.177 MB Rows returned: 0
SELECT price
FROM fywef_eshop_productspecials
WHERE product_id = 14
AND published = 1
AND customergroup_id = 1
AND (date_start <= "2026-05-10 11:26:19" OR date_start = "0000-00-00 00:00:00")
AND (date_end >= "2026-05-10 11:26:19" OR date_end = "0000-00-00 00:00:00")
ORDER BY priority
LIMIT 1
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:1950 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.188 MB Rows returned: 0
SELECT a.*
FROM fywef_eshop_discounts AS a
INNER JOIN fywef_eshop_discountelements AS b
ON (a.id = b.discount_id)
WHERE a.published = 1
AND b.element_type = "product"
AND (b.element_id = 14 OR b.element_id = 0)
AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1"))
AND (a.discount_start_date = "0000-00-00 00:00:00" OR DATE(a.discount_start_date) <= '2026-05-10')
AND (a.discount_end_date = "0000-00-00 00:00:00" OR DATE(a.discount_end_date) >= '2026-05-10')
ORDER BY a.id DESC
LIMIT 1
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:1985 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.198 MB Rows returned: 0
SELECT a.*
FROM fywef_eshop_discounts AS a
INNER JOIN fywef_eshop_discountelements AS b
ON (a.id = b.discount_id)
WHERE a.published = 1
AND ((b.element_type = "manufacturer"
AND (b.element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 14) OR b.element_id = 0)) OR (b.element_type = "category"
AND (b.element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 14) OR b.element_id = 0)))
AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1"))
AND (a.discount_start_date = "0000-00-00 00:00:00" OR DATE(a.discount_start_date) <= '2026-05-10')
AND (a.discount_end_date = "0000-00-00 00:00:00" OR DATE(a.discount_end_date) >= '2026-05-10')
ORDER BY a.id DESC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2001 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 5.206 MB Rows returned: 0
SELECT price
FROM fywef_eshop_productdiscounts
WHERE product_id = 14
AND published = 1
AND customergroup_id = 1
AND date_start <= "2026-05-10 11:26:19"
AND date_end >= "2026-05-10 11:26:19"
AND quantity = 1
ORDER BY priority
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1845 |
| 16 | EshopHelper::getDiscountPrice() | JROOT/components/com_eshop/helpers/helper.php:2140 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 5.217 MB Rows returned: 0
SELECT o.id, o.option_type, o.option_image, od.option_name, od.option_desc, po.required, po.id AS product_option_id
FROM fywef_eshop_options AS o
INNER JOIN fywef_eshop_optiondetails AS od
ON (o.id = od.option_id)
INNER JOIN fywef_eshop_productoptions AS po
ON (o.id = po.option_id)
WHERE po.product_id = 14
AND od.language = 'en-GB'
AND o.published = 1
ORDER BY od.option_name 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1521 |
| 16 | EshopHelper::getProductOptions() | JROOT/components/com_eshop/helpers/helper.php:6355 |
| 15 | EshopHelper::isRequiredOptionProduct() | JROOT/components/com_eshop/themes/default/views/common/products.php:210 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 5.224 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 14
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 16 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/helpers/helper.php:5624 |
| 15 | EshopHelper::isCartMode() | JROOT/components/com_eshop/themes/default/views/common/products.php:212 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.234 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 14
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 16 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/helpers/helper.php:5624 |
| 15 | EshopHelper::isCartMode() | JROOT/components/com_eshop/themes/default/views/common/products.php:237 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 5.244 MB Rows returned: 1
SELECT a.category_id
FROM fywef_eshop_productcategories AS a
INNER JOIN fywef_eshop_categories AS b
ON (a.category_id = b.id)
WHERE a.product_id = 14
AND a.main_category = 1
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY,published | PRIMARY | 4 | evgun_db.a.category_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1267 |
| 16 | EshopHelper::getProductCategory() | JROOT/components/com_eshop/helpers/helper.php:6510 |
| 15 | EshopHelper::getCartSuccessMessage() | JROOT/components/com_eshop/themes/default/views/common/products.php:239 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 5.254 MB Rows returned: 7
SELECT a.id, a.category_parent_id, b.category_alias
FROM fywef_eshop_categories AS a
INNER JOIN fywef_eshop_categorydetails AS b
ON (a.id = b.category_id)
WHERE b.language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.b.category_id | 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/components/com_eshop/helpers/helper.php:4880 |
| 17 | EshopHelper::getCategoryPath() | JROOT/components/com_eshop/helpers/route.php:41 |
| 16 | EshopRoute::getProductRoute() | JROOT/components/com_eshop/helpers/helper.php:6510 |
| 15 | EshopHelper::getCartSuccessMessage() | JROOT/components/com_eshop/themes/default/views/common/products.php:239 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.09 ms Query memory: 0.025 MB Memory before query: 5.263 MB Rows returned: 1
SELECT a.category_id
FROM fywef_eshop_productcategories AS a
INNER JOIN fywef_eshop_categories AS b
ON (a.category_id = b.id)
WHERE a.product_id = 15
AND a.main_category = 1
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY,published | PRIMARY | 4 | evgun_db.a.category_id | 1 | Using where |
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:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1267 |
| 15 | EshopHelper::getProductCategory() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 5.273 MB Rows returned: 7
SELECT a.id, a.category_parent_id, b.category_alias
FROM fywef_eshop_categories AS a
INNER JOIN fywef_eshop_categorydetails AS b
ON (a.id = b.category_id)
WHERE b.language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.b.category_id | 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/components/com_eshop/helpers/helper.php:4880 |
| 16 | EshopHelper::getCategoryPath() | JROOT/components/com_eshop/helpers/route.php:41 |
| 15 | EshopRoute::getProductRoute() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 5.283 MB Rows returned: 1
SELECT product_name, product_alias
FROM fywef_eshop_productdetails
WHERE product_id = 15
AND language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_productdetails | ref | product_id | product_id | 5 | const | 1 | Using where |
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:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:4661 |
| 22 | EshopHelper::getElementAlias() | JROOT/components/com_eshop/router.php:129 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 5.295 MB Rows returned: 1
SELECT id
FROM fywef_eshop_urls
WHERE md5_key="0eeafe85271940f19397dc828e482c81"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_urls | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 19 | 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:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/router.php:396 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.06 ms Query memory: 0.011 MB Memory before query: 5.306 MB
UPDATE fywef_eshop_urls
SET query="view=product&id=15&catid=6"
WHERE md5_key="0eeafe85271940f19397dc828e482c81"
EXPLAIN not possible on query: UPDATE fywef_eshop_urls
SET query="view=product&id=15&catid=6"
WHERE md5_key="0eeafe85271940f19397dc828e482c81"
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/components/com_eshop/router.php:413 |
| 21 | EshopRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eshop/themes/default/views/common/products.php:90 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.09 ms Query memory: 0.025 MB Memory before query: 5.316 MB Rows returned: 0
SELECT price
FROM fywef_eshop_productspecials
WHERE product_id = 15
AND published = 1
AND customergroup_id = 1
AND (date_start <= "2026-05-10 11:26:19" OR date_start = "0000-00-00 00:00:00")
AND (date_end >= "2026-05-10 11:26:19" OR date_end = "0000-00-00 00:00:00")
ORDER BY priority
LIMIT 1
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:1950 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 5.327 MB Rows returned: 0
SELECT a.*
FROM fywef_eshop_discounts AS a
INNER JOIN fywef_eshop_discountelements AS b
ON (a.id = b.discount_id)
WHERE a.published = 1
AND b.element_type = "product"
AND (b.element_id = 15 OR b.element_id = 0)
AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1"))
AND (a.discount_start_date = "0000-00-00 00:00:00" OR DATE(a.discount_start_date) <= '2026-05-10')
AND (a.discount_end_date = "0000-00-00 00:00:00" OR DATE(a.discount_end_date) >= '2026-05-10')
ORDER BY a.id DESC
LIMIT 1
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:1985 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.04 ms Query memory: 0.025 MB Memory before query: 5.337 MB Rows returned: 0
SELECT a.*
FROM fywef_eshop_discounts AS a
INNER JOIN fywef_eshop_discountelements AS b
ON (a.id = b.discount_id)
WHERE a.published = 1
AND ((b.element_type = "manufacturer"
AND (b.element_id = (SELECT manufacturer_id
FROM fywef_eshop_products
WHERE id = 15) OR b.element_id = 0)) OR (b.element_type = "category"
AND (b.element_id IN (SELECT category_id
FROM fywef_eshop_productcategories
WHERE product_id = 15) OR b.element_id = 0)))
AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1"))
AND (a.discount_start_date = "0000-00-00 00:00:00" OR DATE(a.discount_start_date) <= '2026-05-10')
AND (a.discount_end_date = "0000-00-00 00:00:00" OR DATE(a.discount_end_date) >= '2026-05-10')
ORDER BY a.id DESC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| 3 | DEPENDENT SUBQUERY | fywef_eshop_productcategories | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 2 | SUBQUERY | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2001 |
| 16 | EshopHelper::getSpecialPrice() | JROOT/components/com_eshop/helpers/helper.php:2139 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.345 MB Rows returned: 0
SELECT price
FROM fywef_eshop_productdiscounts
WHERE product_id = 15
AND published = 1
AND customergroup_id = 1
AND date_start <= "2026-05-10 11:26:19"
AND date_end >= "2026-05-10 11:26:19"
AND quantity = 1
ORDER BY priority
| 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1845 |
| 16 | EshopHelper::getDiscountPrice() | JROOT/components/com_eshop/helpers/helper.php:2140 |
| 15 | EshopHelper::getProductPriceArray() | JROOT/components/com_eshop/themes/default/views/common/products.php:163 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.356 MB Rows returned: 0
SELECT o.id, o.option_type, o.option_image, od.option_name, od.option_desc, po.required, po.id AS product_option_id
FROM fywef_eshop_options AS o
INNER JOIN fywef_eshop_optiondetails AS od
ON (o.id = od.option_id)
INNER JOIN fywef_eshop_productoptions AS po
ON (o.id = po.option_id)
WHERE po.product_id = 15
AND od.language = 'en-GB'
AND o.published = 1
ORDER BY od.option_name 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eshop/helpers/helper.php:1521 |
| 16 | EshopHelper::getProductOptions() | JROOT/components/com_eshop/helpers/helper.php:6355 |
| 15 | EshopHelper::isRequiredOptionProduct() | JROOT/components/com_eshop/themes/default/views/common/products.php:210 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 5.363 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 15
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 16 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/helpers/helper.php:5624 |
| 15 | EshopHelper::isCartMode() | JROOT/components/com_eshop/themes/default/views/common/products.php:212 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 5.373 MB Rows returned: 1
SELECT product_manage_stock, product_stock_display, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM fywef_eshop_products
WHERE id = 15
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | fywef_eshop_products | 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:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_eshop/helpers/helper.php:2459 |
| 16 | EshopHelper::getProductInventory() | JROOT/components/com_eshop/helpers/helper.php:5624 |
| 15 | EshopHelper::isCartMode() | JROOT/components/com_eshop/themes/default/views/common/products.php:237 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.029 MB Memory before query: 5.395 MB Rows returned: 1
SELECT a.category_id
FROM fywef_eshop_productcategories AS a
INNER JOIN fywef_eshop_categories AS b
ON (a.category_id = b.id)
WHERE a.product_id = 15
AND a.main_category = 1
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | product_id,category_id | product_id | 5 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | PRIMARY,published | PRIMARY | 4 | evgun_db.a.category_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_eshop/helpers/helper.php:1267 |
| 16 | EshopHelper::getProductCategory() | JROOT/components/com_eshop/helpers/helper.php:6510 |
| 15 | EshopHelper::getCartSuccessMessage() | JROOT/components/com_eshop/themes/default/views/common/products.php:239 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 5.409 MB Rows returned: 7
SELECT a.id, a.category_parent_id, b.category_alias
FROM fywef_eshop_categories AS a
INNER JOIN fywef_eshop_categorydetails AS b
ON (a.id = b.category_id)
WHERE b.language = 'en-GB'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | category_id | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | evgun_db.b.category_id | 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/components/com_eshop/helpers/helper.php:4880 |
| 17 | EshopHelper::getCategoryPath() | JROOT/components/com_eshop/helpers/route.php:41 |
| 16 | EshopRoute::getProductRoute() | JROOT/components/com_eshop/helpers/helper.php:6510 |
| 15 | EshopHelper::getCartSuccessMessage() | JROOT/components/com_eshop/themes/default/views/common/products.php:239 |
| 14 | include JROOT/components/com_eshop/themes/default/views/common/products.php | JROOT/components/com_eshop/helpers/html.php:190 |
| 13 | EshopHtmlHelper::loadCommonLayout() | JROOT/components/com_eshop/themes/default/views/manufacturer/default.php:40 |
| 12 | include JROOT/components/com_eshop/themes/default/views/manufacturer/default.php | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:701 |
| 11 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/administrator/components/com_eshop/libraries/mvc/view.php:88 |
| 10 | EShopView->display() | JROOT/components/com_eshop/views/manufacturer/view.html.php:165 |
| 9 | EShopViewManufacturer->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eshop/eshop.php:108 |
| 6 | require_once JROOT/components/com_eshop/eshop.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 5.418 MB Rows returned: 1