Query Time: 0.18 ms Query memory: 0.023 MB Memory before query: 1.029 MB Rows returned: 1
SELECT `data`
FROM `prk1n_session`
WHERE `session_id` = X'6e353864706d6233666575393230633037376a66676a74727268'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.34 ms After last query: 2.10 ms Query memory: 0.024 MB Memory before query: 1.076 MB Rows returned: 37
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `prk1n_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_extensions | NULL | ref | extension | extension | 82 | const | 40 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 3.73 ms Query memory: 0.021 MB Memory before query: 1.101 MB Rows returned: 7
SELECT id, rules
FROM `prk1n_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 1.114 MB Rows returned: 2
SELECT b.id
FROM prk1n_usergroups AS a
LEFT JOIN prk1n_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
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.87 ms After last query: 0.11 ms Query memory: 0.030 MB Memory before query: 1.136 MB Rows returned: 91
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM prk1n_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_extensions | NULL | ref | extension | extension | 82 | const | 119 | 0.60 | Using index condition; 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.20 ms After last query: 41.81 ms Query memory: 0.023 MB Memory before query: 2.109 MB Rows returned: 38
SELECT *
FROM prk1n_rsform_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_rsform_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 37 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:52 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:19 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:104 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:34 |
| 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: 1.09 ms After last query: 5.30 ms Query memory: 0.100 MB Memory before query: 2.152 MB Rows returned: 83
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 prk1n_menu AS m
LEFT JOIN prk1n_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 89 | 10.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 13.98 ms Query memory: 0.022 MB Memory before query: 2.554 MB Rows returned: 1
SELECT `alias`
FROM prk1n_bbmparts_categories
WHERE id = '33'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_bbmparts/router.php:308 |
| 11 | BbmpartsRouter->getAliasByCatID() | JROOT/components/com_bbmparts/router.php:389 |
| 10 | BbmpartsRouter->parseForCategory() | JROOT/components/com_bbmparts/router.php:513 |
| 9 | BbmpartsRouter->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.22 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 2.561 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_stockcodes
WHERE stock_code = 'engines-exhausts'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_stockcodes | NULL | ref | stock_code,stock_code_2 | stock_code | 82 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/router.php:588 |
| 11 | BbmpartsRouter->isStockCode() | JROOT/components/com_bbmparts/router.php:397 |
| 10 | BbmpartsRouter->parseForCategory() | JROOT/components/com_bbmparts/router.php:513 |
| 9 | BbmpartsRouter->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.27 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 2.568 MB Rows returned: 1
SELECT name
FROM prk1n_bbmparts_categories
WHERE alias = 'engines-exhausts'
AND parent_id = '33'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_categories | NULL | ref | parent_id | parent_id | 4 | const | 80 | 10.00 | 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_bbmparts/router.php:325 |
| 11 | BbmpartsRouter->getTitleByCatAlias() | JROOT/components/com_bbmparts/router.php:399 |
| 10 | BbmpartsRouter->parseForCategory() | JROOT/components/com_bbmparts/router.php:513 |
| 9 | BbmpartsRouter->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.05 ms Query memory: 0.022 MB Memory before query: 2.574 MB Rows returned: 1
SELECT id
FROM prk1n_bbmparts_categories
WHERE alias = 'engines-exhausts'
AND parent_id = '33'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_categories | NULL | ref | parent_id | parent_id | 4 | const | 80 | 10.00 | 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_bbmparts/router.php:291 |
| 11 | BbmpartsRouter->getIDByCatAlias() | JROOT/components/com_bbmparts/router.php:401 |
| 10 | BbmpartsRouter->parseForCategory() | JROOT/components/com_bbmparts/router.php:513 |
| 9 | BbmpartsRouter->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.21 ms After last query: 0.46 ms Query memory: 0.022 MB Memory before query: 2.598 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `prk1n_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | 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/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.12 ms Query memory: 0.005 MB Memory before query: 2.588 MB
UPDATE `prk1n_extensions`
SET `params` = '{\"mediaversion\":\"7a9855d6941fddb2a9eb69b9d4c98721\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | prk1n_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 1.53 ms Query memory: 0.019 MB Memory before query: 2.609 MB Rows returned: 1
SELECT *
FROM prk1n_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.24 ms Query memory: 0.019 MB Memory before query: 2.618 MB Rows returned: 3
SELECT id, home, template, s.params
FROM prk1n_template_styles as s
LEFT JOIN prk1n_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ALL | idx_template,idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 60.00 | Using where |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | parts_dev.s.template,const | 1 | 4.46 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 8.39 ms Query memory: 0.022 MB Memory before query: 2.746 MB Rows returned: 2
SELECT *
FROM prk1n_bbmparts_categories
WHERE parent_id = 58
ORDER BY name
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_categories | NULL | ref | parent_id | parent_id | 4 | const | 2 | 100.00 | Using index condition; 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_bbmparts/models/category.php:49 |
| 11 | BbmpartsModelCategory->getChildren() | JROOT/components/com_bbmparts/views/category/view.html.php:89 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | 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.58 ms After last query: 0.26 ms Query memory: 0.031 MB Memory before query: 2.756 MB Rows returned: 20
SELECT *
FROM prk1n_bbmparts_stockcodes
WHERE active = 1
AND stock_code IN (SELECT DISTINCT(stock_code)
FROM prk1n_bbmparts_stockcode_categories
WHERE category_id = 58)
LIMIT 100, 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_stockcode_categories | NULL | ref | category_id | category_id | 4 | const | 129 | 100.00 | Start temporary |
| 1 | SIMPLE | prk1n_bbmparts_stockcodes | NULL | ref | stock_code,stock_code_2 | stock_code | 82 | func | 1 | 10.00 | Using index condition; Using where; End temporary |
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_bbmparts/models/category.php:130 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.94 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 2.803 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-0048-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.90 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.810 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-8240-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.01 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 2.817 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '055-3002-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.50 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.823 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-4040-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.67 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.830 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-5450-98'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.45 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.836 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-2022-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.63 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.843 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-2026-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.57 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.850 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-0059-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.77 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.857 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-0137-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.56 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.863 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-0107-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.28 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.870 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-3000-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.29 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.877 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-0053-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.30 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.883 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-4100-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.17 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.31 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.890 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-2021-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.18 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.22 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 2.897 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-2030-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.07 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.32 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 2.910 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-0083-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.19 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.27 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.918 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-0065-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.19 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 2.925 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-1016-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.06 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.14 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.931 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-5000-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.28 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.938 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '015-0510-00'
ORDER BY image_order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_images | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6426 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.16 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/category.php:74 |
| 12 | BbmpartsModelCategory->getImages() | JROOT/components/com_bbmparts/models/category.php:133 |
| 11 | BbmpartsModelCategory->getStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:90 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 2.940 MB Rows returned: 1
SELECT COUNT(DISTINCT(stock_code))
FROM prk1n_bbmparts_stockcode_categories
WHERE category_id = 58
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_stockcode_categories | NULL | ref | stock_code,category_id | category_id | 4 | const | 129 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.24 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_bbmparts/models/category.php:96 |
| 11 | BbmpartsModelCategory->getTotalStockCodes() | JROOT/components/com_bbmparts/views/category/view.html.php:91 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 1.93 ms Query memory: 0.022 MB Memory before query: 2.957 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-0048-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 2.963 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.83 ms Query memory: 0.023 MB Memory before query: 2.995 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-0048-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.002 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-0048-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.07 ms Query memory: 0.022 MB Memory before query: 2.989 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-8240-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 2.996 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.40 ms Query memory: 0.023 MB Memory before query: 3.025 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-8240-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.033 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-8240-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.021 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '055-3002-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.028 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.41 ms Query memory: 0.023 MB Memory before query: 3.057 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '055-3002-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.064 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '055-3002-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.053 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-4040-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.060 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.41 ms Query memory: 0.023 MB Memory before query: 3.089 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-4040-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.096 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-4040-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.085 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-5450-98'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.091 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.40 ms Query memory: 0.023 MB Memory before query: 3.121 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-5450-98'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.128 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-5450-98'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.116 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-2022-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.123 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.40 ms Query memory: 0.023 MB Memory before query: 3.152 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-2022-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.160 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-2022-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.148 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-2026-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.155 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.59 ms Query memory: 0.028 MB Memory before query: 3.193 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-2026-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.206 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-2026-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.191 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-0059-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.198 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.40 ms Query memory: 0.023 MB Memory before query: 3.227 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-0059-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.234 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-0059-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.07 ms Query memory: 0.022 MB Memory before query: 3.223 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-0137-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.230 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.40 ms Query memory: 0.023 MB Memory before query: 3.259 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-0137-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.266 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-0137-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.254 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-0107-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.261 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.40 ms Query memory: 0.023 MB Memory before query: 3.291 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-0107-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.298 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-0107-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.07 ms Query memory: 0.022 MB Memory before query: 3.286 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-3000-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.293 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.39 ms Query memory: 0.023 MB Memory before query: 3.321 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-3000-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.328 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-3000-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.314 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-0053-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.321 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.42 ms Query memory: 0.023 MB Memory before query: 3.349 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-0053-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.356 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-0053-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.022 MB Memory before query: 3.346 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-4100-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.023 MB Memory before query: 3.353 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.40 ms Query memory: 0.023 MB Memory before query: 3.382 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-4100-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.10 ms Query memory: 0.023 MB Memory before query: 3.389 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-4100-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.08 ms Query memory: 0.022 MB Memory before query: 3.374 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-2021-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.023 MB Memory before query: 3.380 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.62 ms Query memory: 0.023 MB Memory before query: 3.410 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-2021-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.05 ms Query memory: 0.023 MB Memory before query: 3.417 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-2021-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.08 ms Query memory: 0.022 MB Memory before query: 3.405 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-2030-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.07 ms Query memory: 0.023 MB Memory before query: 3.412 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.48 ms Query memory: 0.023 MB Memory before query: 3.441 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-2030-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.449 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-2030-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.437 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-0083-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.444 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.47 ms Query memory: 0.023 MB Memory before query: 3.473 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-0083-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.04 ms Query memory: 0.023 MB Memory before query: 3.480 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-0083-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.469 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-0065-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.04 ms Query memory: 0.023 MB Memory before query: 3.476 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.51 ms Query memory: 0.023 MB Memory before query: 3.505 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-0065-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.04 ms Query memory: 0.023 MB Memory before query: 3.512 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-0065-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.022 MB Memory before query: 3.501 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-1016-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.507 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.45 ms Query memory: 0.023 MB Memory before query: 3.537 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-1016-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.544 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-1016-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.022 MB Memory before query: 3.532 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-5000-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.04 ms Query memory: 0.023 MB Memory before query: 3.539 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.45 ms Query memory: 0.023 MB Memory before query: 3.568 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-5000-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.05 ms Query memory: 0.023 MB Memory before query: 3.576 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-5000-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.07 ms Query memory: 0.022 MB Memory before query: 3.560 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '015-0510-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_discounts_limited_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/category/view.html.php:134 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.05 ms Query memory: 0.023 MB Memory before query: 3.567 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/category/view.html.php:139 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.43 ms Query memory: 0.023 MB Memory before query: 3.596 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '015-0510-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_accessory_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 154 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:27 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.06 ms Query memory: 0.023 MB Memory before query: 3.603 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '015-0510-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_oversized_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 20 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/layouts/product_card.php:37 |
| 13 | include JROOT/components/com_bbmparts/layouts/product_card.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
| 12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/components/com_bbmparts/views/category/view.html.php:158 |
| 11 | BbmpartsViewCategory->getLayoutMarkup() | JROOT/components/com_bbmparts/views/category/view.html.php:143 |
| 10 | BbmpartsViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.98 ms After last query: 6.84 ms Query memory: 0.025 MB Memory before query: 3.735 MB Rows returned: 37
SELECT `id`,`name`,`rules`,`parent_id`
FROM `prk1n_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_associations','com_bbmparts','com_bbmusers','com_cache','com_categories','com_checkin','com_config','com_content','com_contenthistory','com_continuousdelivery','com_cpanel','com_fields','com_finder','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsform','com_rstbox','com_search','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 135 | 28.15 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.23 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.44 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 13 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 12 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 11 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 10 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 9 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:38 |
| 8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
| 7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.13 ms Query memory: 0.020 MB Memory before query: 3.786 MB Rows returned: 1
SELECT `id`
FROM `prk1n_rstbox`
WHERE `published` = 1
AND `testmode` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_rstbox | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 9 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:45 |
| 8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
| 7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.22 ms Query memory: 0.021 MB Memory before query: 3.794 MB Rows returned: 1
SELECT *
FROM `prk1n_rstbox`
WHERE `id` = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_rstbox | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:242 |
| 9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:55 |
| 8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
| 7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 54.00 ms Query memory: 0.024 MB Memory before query: 3.973 MB Rows returned: 9
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM prk1n_modules AS m
LEFT JOIN prk1n_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN prk1n_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-02-11 00:36:47')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-02-11 00:36:47')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 305 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 17 | 2.13 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | parts_dev.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | parts_dev.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.34 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 11 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 9 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 8 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/bluewall/index.php:74 |
| 7 | require JROOT/templates/bluewall/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.54 ms After last query: 7.90 ms Query memory: 0.033 MB Memory before query: 4.116 MB Rows returned: 13
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM prk1n_fields AS a
LEFT JOIN `prk1n_languages` AS l
ON l.lang_code = a.language
LEFT JOIN prk1n_users AS uc
ON uc.id=a.checked_out
LEFT JOIN prk1n_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN prk1n_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN prk1n_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_users.user'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | idx_state,idx_access,idx_context | NO INDEX KEY COULD BE USED | NULL | NULL | 15 | 86.67 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.19 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.64 ms |
| Creating sort index | 0.17 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/tmp/htmluj71ey:10 |
| 13 | include_once JROOT/tmp/htmluj71ey | JROOT/modules/mod_flexi_customcode/helper.php:25 |
| 12 | modFlexiCustomCode::parsePHPviaFile() | JROOT/modules/mod_flexi_customcode/tmpl/default.php:66 |
| 11 | require JROOT/modules/mod_flexi_customcode/tmpl/default.php | JROOT/modules/mod_flexi_customcode/mod_flexi_customcode.php:22 |
| 10 | include JROOT/modules/mod_flexi_customcode/mod_flexi_customcode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 1.73 ms Query memory: 0.025 MB Memory before query: 4.194 MB Rows returned: 0
SELECT `field_id`,`value`
FROM `prk1n_fields_values`
WHERE `field_id` IN (14,15,16,6,13,7,8,9,10,11,2,3,4)
AND `item_id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_fields_values | NULL | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 1 | 99.14 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.14 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 15 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 14 | FieldsHelper::getFields() | JROOT/tmp/htmluj71ey:10 |
| 13 | include_once JROOT/tmp/htmluj71ey | JROOT/modules/mod_flexi_customcode/helper.php:25 |
| 12 | modFlexiCustomCode::parsePHPviaFile() | JROOT/modules/mod_flexi_customcode/tmpl/default.php:66 |
| 11 | require JROOT/modules/mod_flexi_customcode/tmpl/default.php | JROOT/modules/mod_flexi_customcode/mod_flexi_customcode.php:22 |
| 10 | include JROOT/modules/mod_flexi_customcode/mod_flexi_customcode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 50.96 ms Query memory: 0.025 MB Memory before query: 4.540 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 16 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 15 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 14 | BBM\EComm\Cart->__construct() | JROOT/tmp/htmlCf8hYF:6 |
| 13 | include_once JROOT/tmp/htmlCf8hYF | JROOT/modules/mod_flexi_customcode/helper.php:25 |
| 12 | modFlexiCustomCode::parsePHPviaFile() | JROOT/modules/mod_flexi_customcode/tmpl/default.php:66 |
| 11 | require JROOT/modules/mod_flexi_customcode/tmpl/default.php | JROOT/modules/mod_flexi_customcode/mod_flexi_customcode.php:22 |
| 10 | include JROOT/modules/mod_flexi_customcode/mod_flexi_customcode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 3.60 ms Query memory: 0.026 MB Memory before query: 4.564 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM prk1n_fields AS a
LEFT JOIN `prk1n_languages` AS l
ON l.lang_code = a.language
LEFT JOIN prk1n_users AS uc
ON uc.id=a.checked_out
LEFT JOIN prk1n_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN prk1n_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN prk1n_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 86.67 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | parts_dev.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| Creating sort index | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 18.36 ms Query memory: 0.027 MB Memory before query: 4.618 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 24 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 23 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 22 | BBM\EComm\Cart->__construct() | JROOT/modules/mod_partscart/mod_partscart.php:29 |
| 21 | include JROOT/modules/mod_partscart/mod_partscart.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 20 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 19 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:175 |
| 18 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 17 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 3.30 ms Query memory: 0.025 MB Memory before query: 4.626 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 16 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 15 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 14 | BBM\EComm\Cart->__construct() | JROOT/tmp/htmlcCjJNN:9 |
| 13 | include_once JROOT/tmp/htmlcCjJNN | JROOT/modules/mod_flexi_customcode/helper.php:25 |
| 12 | modFlexiCustomCode::parsePHPviaFile() | JROOT/modules/mod_flexi_customcode/tmpl/default.php:66 |
| 11 | require JROOT/modules/mod_flexi_customcode/tmpl/default.php | JROOT/modules/mod_flexi_customcode/mod_flexi_customcode.php:22 |
| 10 | include JROOT/modules/mod_flexi_customcode/mod_flexi_customcode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |