Query Time: 0.32 ms Query memory: 0.023 MB Memory before query: 1.029 MB Rows returned: 1
SELECT `data`
FROM `prk1n_session`
WHERE `session_id` = X'6f75333838766e66667061706e366337336a306a376169357236'
| 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.62 ms After last query: 2.35 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.20 ms After last query: 4.83 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.24 ms After last query: 0.09 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.82 ms After last query: 0.22 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: 3.05 ms After last query: 185.68 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.21 ms After last query: 15.79 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.55 ms After last query: 75.30 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.21 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 2.561 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_stockcodes
WHERE stock_code = 'belts'
| 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.87 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.567 MB Rows returned: 1
SELECT name
FROM prk1n_bbmparts_categories
WHERE alias = 'belts'
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: 1.69 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 2.574 MB Rows returned: 1
SELECT id
FROM prk1n_bbmparts_categories
WHERE alias = 'belts'
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.66 ms After last query: 0.50 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.40 ms After last query: 0.15 ms Query memory: 0.005 MB Memory before query: 2.588 MB
UPDATE `prk1n_extensions`
SET `params` = '{\"mediaversion\":\"3b8df7f57a248bb38313aeadbe0f02ca\"}'
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.29 ms After last query: 7.35 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: 2.04 ms After last query: 0.32 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.44 ms After last query: 21.32 ms Query memory: 0.022 MB Memory before query: 2.746 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_categories
WHERE parent_id = 36
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 | 1 | 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: 4.89 ms After last query: 2.11 ms Query memory: 0.031 MB Memory before query: 2.754 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 = 36)
LIMIT 60, 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 | 81 | 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: 6.90 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 2.801 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0085-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.82 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 2.808 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0086-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: 4.74 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.814 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0087-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: 7.50 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 2.821 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0088-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.89 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.827 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0090-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: 4.58 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 2.834 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0092-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.12 ms Query memory: 0.022 MB Memory before query: 2.842 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0093-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.08 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.848 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0094-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: 4.35 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 2.855 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0095-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.11 ms Query memory: 0.022 MB Memory before query: 2.862 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0096-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.11 ms Query memory: 0.022 MB Memory before query: 2.869 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0097-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.10 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 2.876 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0098-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.75 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.883 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0100-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.52 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 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.46 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 2.889 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0120-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.09 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.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.19 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 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.90 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 2.896 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-0217-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.05 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.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 3.41 ms |
| end | 0.01 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 |
|---|
| 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.12 ms Query memory: 0.023 MB Memory before query: 2.910 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-3400-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.22 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.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.11 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.40 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.917 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-4024-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.17 ms |
| end | 0.02 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 |
|---|
| 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.58 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 2.925 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-5200-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.36 ms |
| end | 0.02 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 |
|---|
| 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: 5.64 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 2.932 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-9000-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 4.96 ms |
| end | 0.12 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 |
|---|
| 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: 5.22 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 2.939 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '041-1650-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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.22 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.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 3.44 ms |
| end | 0.02 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 |
|---|
| 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.48 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 2.941 MB Rows returned: 1
SELECT COUNT(DISTINCT(stock_code))
FROM prk1n_bbmparts_stockcode_categories
WHERE category_id = 36
| 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 | 81 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.20 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.01 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 |
|---|
| 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.28 ms After last query: 1.89 ms Query memory: 0.022 MB Memory before query: 2.956 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0085-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.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.05 ms |
| cleaning up | 0.05 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.31 ms After last query: 0.11 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.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.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 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() | 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.59 ms After last query: 1.29 ms Query memory: 0.023 MB Memory before query: 2.994 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0085-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.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.07 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.38 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 3.002 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0085-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.02 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.47 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 2.989 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0086-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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.02 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.34 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 2.995 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.04 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/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.33 ms After last query: 0.64 ms Query memory: 0.023 MB Memory before query: 3.025 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0086-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 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() | 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: 1.30 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.032 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0086-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.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 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() | 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.29 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 3.020 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0087-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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.22 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 3.027 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.01 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 |
|---|
| 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.41 ms After last query: 0.99 ms Query memory: 0.023 MB Memory before query: 3.057 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0087-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.06 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.10 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.61 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.064 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0087-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.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: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: 1.29 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 3.052 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0088-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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.37 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 3.059 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.01 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 |
|---|
| 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: 1.03 ms After last query: 0.63 ms Query memory: 0.023 MB Memory before query: 3.088 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0088-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.07 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.55 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 3.095 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0088-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.01 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 |
| executing | 0.01 ms |
| Sending data | 0.03 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: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: 1.13 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 3.084 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0090-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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: 1.14 ms After last query: 0.14 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.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.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.02 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.40 ms After last query: 0.67 ms Query memory: 0.023 MB Memory before query: 3.120 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0090-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.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.07 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: 1.65 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.127 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0090-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.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.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: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.40 ms After last query: 0.15 ms Query memory: 0.022 MB Memory before query: 3.116 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0092-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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.21 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 3.122 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.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/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.50 ms After last query: 0.74 ms Query memory: 0.023 MB Memory before query: 3.152 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0092-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.03 ms |
| checking permissions | 0.01 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.01 ms |
| Sending data | 0.10 ms |
| end | 0.01 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() | 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: 1.44 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 3.159 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0092-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.01 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 |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 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() | 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.84 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 3.147 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0093-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 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 |
|---|
| 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.67 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 3.154 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.01 ms |
| Sending data | 0.03 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/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.78 ms After last query: 0.60 ms Query memory: 0.028 MB Memory before query: 3.193 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0093-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.30 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.10 ms |
| end | 0.01 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() | 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.93 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 3.205 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0093-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.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.25 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.63 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 3.190 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0094-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.25 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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: 1.30 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 3.197 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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.22 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: 1.17 ms After last query: 0.75 ms Query memory: 0.023 MB Memory before query: 3.226 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0094-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.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.33 ms |
| executing | 0.01 ms |
| Sending data | 0.48 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.14 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: 1.17 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 3.233 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0094-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.01 ms |
| Sending data | 0.27 ms |
| end | 0.30 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: 1.61 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 3.222 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0095-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.31 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 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: 1.13 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 3.228 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.75 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 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/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: 3.37 ms After last query: 0.63 ms Query memory: 0.023 MB Memory before query: 3.258 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0095-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 | 1.14 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.82 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.42 ms |
| cleaning up | 0.02 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: 2.09 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 3.265 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0095-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.34 ms |
| statistics | 0.20 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 1.15 ms |
| end | 0.01 ms |
| query end | 0.06 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.11 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.51 ms After last query: 0.15 ms Query memory: 0.022 MB Memory before query: 3.253 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0096-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.03 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.03 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: 1.01 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 3.260 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.04 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/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.39 ms After last query: 0.58 ms Query memory: 0.023 MB Memory before query: 3.289 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0096-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.07 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.89 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.297 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0096-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.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.01 ms |
| Sending data | 0.03 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: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.21 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 3.285 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0097-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.03 ms |
| checking permissions | 0.01 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.01 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.35 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 3.292 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.06 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 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() | 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.33 ms After last query: 0.72 ms Query memory: 0.023 MB Memory before query: 3.321 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0097-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.01 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() | 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.56 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.328 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0097-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.01 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 |
| executing | 0.00 ms |
| Sending data | 0.03 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: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.52 ms After last query: 0.14 ms Query memory: 0.022 MB Memory before query: 3.317 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0098-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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.28 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 3.324 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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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 |
|---|
| 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.58 ms After last query: 0.62 ms Query memory: 0.023 MB Memory before query: 3.353 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0098-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.15 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.01 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.32 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.360 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0098-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.01 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 |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 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() | 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.45 ms After last query: 0.25 ms Query memory: 0.022 MB Memory before query: 3.348 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0100-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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.35 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 3.355 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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 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() | 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.46 ms After last query: 1.03 ms Query memory: 0.023 MB Memory before query: 3.385 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0100-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.20 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.57 ms After last query: 0.29 ms Query memory: 0.023 MB Memory before query: 3.392 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0100-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.01 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 |
| executing | 0.01 ms |
| Sending data | 0.15 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: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.40 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 3.376 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0120-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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.76 ms After last query: 0.21 ms Query memory: 0.023 MB Memory before query: 3.383 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.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.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 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() | 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.70 ms After last query: 4.02 ms Query memory: 0.023 MB Memory before query: 3.412 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0120-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.15 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.10 ms |
| end | 0.01 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() | 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.30 ms After last query: 0.48 ms Query memory: 0.023 MB Memory before query: 3.420 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0120-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.01 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 |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 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() | 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.34 ms After last query: 0.33 ms Query memory: 0.022 MB Memory before query: 3.408 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-0217-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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.26 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 3.415 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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 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/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.36 ms After last query: 2.63 ms Query memory: 0.023 MB Memory before query: 3.444 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-0217-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.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.01 ms |
| Sending data | 0.07 ms |
| end | 0.01 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() | 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.37 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 3.451 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-0217-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 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.23 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 3.440 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-3400-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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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.25 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.447 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.01 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 |
|---|
| 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.79 ms After last query: 4.09 ms Query memory: 0.023 MB Memory before query: 3.476 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-3400-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.08 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.44 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 3.483 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-3400-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.01 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 |
| executing | 0.01 ms |
| Sending data | 0.03 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: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.21 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 3.472 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-4024-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 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 |
|---|
| 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.26 ms After last query: 0.38 ms Query memory: 0.023 MB Memory before query: 3.479 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.02 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.01 ms |
| Sending data | 0.03 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/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.44 ms After last query: 3.12 ms Query memory: 0.023 MB Memory before query: 3.508 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-4024-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 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.51 ms After last query: 0.19 ms Query memory: 0.023 MB Memory before query: 3.515 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-4024-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.05 ms |
| executing | 0.01 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: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.17 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 3.500 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-5200-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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: 1.86 ms After last query: 0.07 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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 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() | 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.54 ms After last query: 0.70 ms Query memory: 0.023 MB Memory before query: 3.536 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-5200-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.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.01 ms |
| Sending data | 0.08 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: 2.82 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.543 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-5200-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.01 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 |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 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() | 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.37 ms After last query: 0.17 ms Query memory: 0.022 MB Memory before query: 3.532 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-9000-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.04 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 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: 1.08 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 3.538 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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 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/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.39 ms After last query: 0.66 ms Query memory: 0.023 MB Memory before query: 3.568 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-9000-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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.01 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() | 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: 1.32 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.575 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-9000-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.01 ms |
| Sending data | 0.03 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: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.75 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 3.563 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '041-1650-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.01 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 |
| executing | 0.01 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: 1.22 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 3.570 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.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/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.34 ms After last query: 0.56 ms Query memory: 0.023 MB Memory before query: 3.599 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_accessory_stockcodes
WHERE stockcode = '041-1650-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.01 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 |
| executing | 0.00 ms |
| Sending data | 0.07 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.47 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.607 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_oversized_stockcodes
WHERE stockcode = '041-1650-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.12 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.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: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: 1.39 ms After last query: 34.15 ms Query memory: 0.025 MB Memory before query: 3.737 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.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.18 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.34 ms |
| end | 0.01 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() | 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.24 ms After last query: 0.83 ms Query memory: 0.020 MB Memory before query: 3.788 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.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.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 |
|---|
| 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.58 ms After last query: 1.97 ms Query memory: 0.021 MB Memory before query: 3.796 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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 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 |
|---|
| 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.93 ms After last query: 472.46 ms Query memory: 0.024 MB Memory before query: 3.975 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-10 23:10:38')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-02-10 23:10:38')
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.09 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.34 ms |
| end | 0.01 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.67 ms After last query: 114.02 ms Query memory: 0.033 MB Memory before query: 4.118 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.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.63 ms |
| Creating sort index | 0.14 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.04 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 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/html0k7icf:10 |
| 13 | include_once JROOT/tmp/html0k7icf | 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: 1.08 ms After last query: 2.24 ms Query memory: 0.025 MB Memory before query: 4.196 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.05 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.15 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 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 |
|---|
| 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/html0k7icf:10 |
| 13 | include_once JROOT/tmp/html0k7icf | 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.63 ms After last query: 296.61 ms Query memory: 0.025 MB Memory before query: 4.542 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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 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 |
|---|
| 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/htmleF2dri:6 |
| 13 | include_once JROOT/tmp/htmleF2dri | 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: 2.74 ms After last query: 22.48 ms Query memory: 0.026 MB Memory before query: 4.566 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.13 ms |
| checking permissions | 0.01 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 |
| Opening tables | 0.03 ms |
| init | 0.08 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.18 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.22 ms After last query: 66.55 ms Query memory: 0.027 MB Memory before query: 4.620 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.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 |
|---|
| 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.24 ms After last query: 41.21 ms Query memory: 0.025 MB Memory before query: 4.628 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.04 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.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 |
|---|
| 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/htmlglGObm:9 |
| 13 | include_once JROOT/tmp/htmlglGObm | 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 |